]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/paper-book.cc (output): call output-preview-framework
[lilypond.git] / ChangeLog
1 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/paper-book.cc (output): call output-preview-framework
4         (post_processing): new function. Do PDF/PNG conversion.
5
6         * lily/paper-outputter.cc (close): new function.
7
8         * scm/framework-ps.scm (convert-to-pdf): new function. Call
9         ps2pdf.
10         (output-preview-framework): new function. Generate a preview .ps
11         
12
13 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14
15         * VERSION: release 2.3.8
16         
17         * lily/note-head.cc: remove ledger line handling.
18
19         * lily/ambitus.cc (print): strip away accidental / note head code,
20         and associated properties.
21
22         * lily/ambitus-engraver.cc (create_ambitus): change name to
23         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
24         other ambitus parts.
25         (create_ambitus): group grobs in Ambitus grouping object. 
26
27         * lily/include/pitch-interval.hh (Pitch>): new file.
28
29         * lily/pitch-interval.cc (add_point): new file.
30
31         * lily/ledger-line-engraver.cc: new file.
32
33         * lily/ledger-line-spanner.cc (print): new file. Set limits to
34         ledger line length to avoid clashes.
35
36 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
37
38         * Documentation/user/invoking.itexi (Invoking lilypond): remove
39         deprecated options
40
41 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
42
43         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
44         to command line option: fast=1 (default on).
45
46         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
47         This brings SCons run-time on up-to-date tree down from 48s with
48         only checksums, to 34s without 2day checksums, to 14s (make needs
49         4 seconds).
50         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
51         necessary.
52
53 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
54
55         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
56         (score_extra_encompass): process scripts at edges too, by checking
57         control points directly. 
58
59 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
60
61         * po/nl.po: Update.
62
63         * lily/main.cc: Fix ly:option-usage help.
64
65         * input/regression/slur-script.ly: More collision tests.
66
67         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
68
69 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
70
71         * VERSION: release 2.3.7
72
73         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
74         files.
75
76         * Documentation/user/notation.itely (Slurs): document ^ and _ for
77         slurs.
78
79         * input/regression/slur-script.ly: new file.
80
81         * lily/accidental-engraver.cc (process_acknowledged_grobs):
82         make accidental appear to come from note head engraver.
83
84         * lily/slur-quanting.cc: new file.
85         (score_extra_encompass): new function. Avoid scripts and
86         accidentals
87
88 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
89
90         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
91         This greatly reduces the number of files that get recompiled
92         after touching config.hh.
93
94         * config.hh.in: Remove GUILE_*_VERSION.
95
96         * lily/new-slur.cc: Resolve conflicts.
97
98         * lily/stem-engraver.cc (make_stem): New method.
99
100         * lily/include/script-interface.hh:
101         * lily/script-interface.cc: New file.
102
103         * lily/include/script.hh:
104         * lily/script.cc: Remove.
105
106         * lily/music.cc (duration_log): New method.
107
108         * lily/script.cc (struct Skript): Remove.
109
110         * lily/new-slur.cc (get_base_attachments): Try at articulations.
111         Lots of coding cleanups (Stom).
112
113 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
114
115         * lily/new-slur.cc (avoid_staff_line): new function: avoid
116         collisions with staff lines.
117
118         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
119         global_path
120
121         * scm/define-grobs.scm (all-grob-descriptions): set ratio
122         .25. This flattens short slurs.
123
124         * lily/new-slur.cc (enumerate_attachments): move X of attachment
125         points for tilted slurs.
126
127         * input/regression/slur-tilt.ly: new file.
128
129         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
130         stems of 16th graces too.
131
132         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
133         quant penalty dependent on how much the line is in the gap.
134
135         * input/regression/grace-stem-length.ly: new file.
136
137         * lily/beam-quanting.cc (score_forbidden_quants): remove
138         interquant check. The penalty of 1000 is much too harsh, and the
139         inter case should be caught by check-staff-line-in-gap check.
140
141         * lily/scm-option.cc: move debug-beam to \paper.
142
143         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
144         .txt files to appease makeinfo.
145
146         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
147         remove texttagline.
148         
149         * lily/new-slur.cc: cleanup, split in functions.
150
151         * lily/parser.yy (chord_body_element): allow octave-check = inside
152         chord body. 
153
154         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
155
156         * lily/stem.cc (height): call Beam::after_line_breaking().
157
158         * lily/rest-collision.cc (force_shift_callback): only call shift
159         for columns containing rests.
160
161         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
162
163         * input/regression/font-postscript.ly: invoke afm2tfm. 
164
165 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
166
167         * mf/SConscript: Build map files.
168
169         * SConstruct: Rename $out to out-www in web.
170
171 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
172
173         * SConstruct (web_kluts): Have make web build in out-www.  Not.
174
175 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
176
177         * Documentation/user/music-glossary.tely (Top): add fragment to
178         pertinent @lilypond entries.
179
180         * scm/define-grobs.scm: switch on new-slur by default.
181
182         * lily/scm-option.cc: symbol != string.
183
184         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
185         really work yet.
186         (set_end_points): make X coord of attachment dependent on  Y.
187         (score_encompass): add edges too.
188
189 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
190
191         * lily/stem.cc (get_beaming): new function.
192
193         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
194         for fragment snippets. This fixes inclusion of toplevel-music
195         examples (such as new-slur.ly)
196  
197 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
198
199         * scripts/lilypond-book.py: Remove second import of stat.
200
201         * More SCons cleanups.
202
203         * Documentation/bibliography/computer-notation.bib (note): Remove
204         extraneous closing brace.
205
206 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
207
208         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
209         stat calls.
210
211         * Documentation/bibliography/SConscript (bibs): failed try to get
212         bib2html find html-long.bst.
213
214         * buildscripts/bib2html.py (stat): fail if bibtex fails.
215
216         * make/stepmake.make: use usescons for using scons. 
217
218 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
219
220         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
221         for lilypondend.  Import stat (huh?).
222
223 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
224
225         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
226         bypass dvi. 
227
228         * input/regression/font-postscript.ly: new file. 
229
230         * scm/framework-ps.scm (load-fonts): load pfb files too.
231
232         * lily/pfb.cc (pfb2pfa): new file.
233
234 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
235
236         * scripts/lilypond-book.py (PREAMBLE_LY): set
237         toplevel-music-handler too.
238
239 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
240
241         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
242         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
243
244         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
245
246         * python/SConscript:
247         * python/vim:
248         * input/mutopia/*SConscript: New file.
249
250         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
251
252         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
253         fixes web build.
254
255         * make/stepmake.make (scons): re-route to SCONS if user has been
256         running scons in this tree.
257
258         * SConstruct (config_vars): Add CPPDEFINES.
259         (env): Set checksums type to "content".
260         (save_config_cache): Do not exit after configuring when using
261         checksums (the default) instead of timestamps.
262
263 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
264
265         * SConstruct: Further development.
266
267         * input/test/SConscript: 
268         * input/template/SConscript: 
269         * input/regression/SConscript: 
270         * Documentation/bibliography/SConscript:
271         * Documentation/bibliography/index.html.in: New file.
272
273         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
274         generation.
275
276         * buildscripts/builder.py: Add new builders.
277
278         * make/stepmake.make: 
279         * stepmake/stepmake/*.make: 
280         * configure.in:
281         * lily/*:
282         * flower*: Use config.hh (Was config.h).
283
284         * scm/encoding.scm (get-coding): Print friendly error message when
285         no encoding is found, rather than crashing.
286
287 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
288
289         * lily/new-slur.cc (score_slopes): strong sloping score only when
290         stems point in same dir. 
291
292 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
293
294         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
295         for beam start.
296
297         * lily/parser.yy (context_prop_spec): check grob name for
298         alphanumericness..
299
300         * lily/lyric-engraver.cc: creates LyricText objects
301
302 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
303
304         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
305
306 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
307
308         * SConstruct: Configure only pristine build tree or on user
309         request.  Cleanups.  Add Documentation/topdocs to subdirs.
310         Use checksums instead of timestamps.
311         (CheckYYCurrentBuffer): Return result.
312
313         * Documentation/topdocs/SConscript: New file.
314
315 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
316
317         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
318
319         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
320         scm_from_int instead.
321
322 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
323
324         * SConstruct: Updates.  Add targets: tar, dist, release.
325
326 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
327
328         * input/mutopia-header.ly: Generate output.
329
330         * SConstruct:
331         * buildscripts/builder.py:
332         * Documentation/user/SConscript: SCons fixes.
333
334 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
335
336         * lily/new-slur.cc (class New_slur): new file. Score based slur
337         computations.
338
339 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
340
341         * mf/SConscript: Remove Builders.
342
343         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
344
345         * input/SConscript: 
346         * Documentation/user/SConscript: New file.
347
348 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
349
350         * Documentation/topdocs/NEWS.texi (Top): add note about new
351         emacs electric-|
352
353         * scm/*.scm: adapt ly:warn calls.
354
355         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
356
357         * lily/repeat-acknowledge-engraver.cc (process_music): look at
358         main timing, not grace timing. Fixes volta-repeat-grace.
359
360         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
361         remove ly:kpathsea-gulp-file.
362
363         * scm/translation-functions.scm (format-metronome-markup): make
364         note smaller, align to bottom.
365
366         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
367
368         * lily/metronome-engraver.cc (stop_translation_timestep): attach
369         metronome to musical column. Don't ack time sigs or bar lines.
370
371 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
372
373         * THANKS: sort, add David. Kristof contributed code, he is a
374         contributor.
375
376 2004-07-09  David Svoboda      <svoboda@cmu.edu>
377
378         * elisp/lilypond-mode.el,
379         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
380         count beats between last measure stop | and point in emacs.
381         
382 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
383
384         * tex/GNUmakefile (TEX_FILES): don't dist
385         music-drawing-routines.ps, latin1.enc 
386
387         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
388         --no-pdf, --pdftex
389         (copyright): add --latex option
390         (ic_p.make_include_option): use direct PS as default.
391
392         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
393
394         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
395
396         * scm/script.scm (default-script-alist): marcato should follow
397         into staff
398         
399 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
400
401         * buildscripts/builder.py:
402         
403         * Documentation/SConscript (outdir): New file.  Add *list.ly
404         dependencies.  Fixes PDF doc build.
405
406 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
407
408         * SConstruct: Add Tar target (incomplete), fix install issues, fix
409         run from build-dir.
410
411         * ly/SConscript:
412         * scm/SConscript: New file.
413
414         * lily/main.cc (dir_info): Print variables in sh format.
415
416         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
417
418         * mf/SConscript: Update multiple target rules.
419
420         * SConstruct (assert_version): Add.
421
422 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
423
424         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
425
426 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * buildscripts/mf-to-table.py: Do not try to open ''.
429
430         * mf/SConscript: New file.
431
432 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
433
434         * scm/fret-diagrams.scm : Convert many properties to constants,
435         reducing the pollution of the property namespace.
436
437         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
438         unnecessary properties for fret-diagram
439
440         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
441         for interface
442
443 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
444
445         * SConstruct: Update.
446
447 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
448
449         * input/regression/beam-quant-standard.ly (seconds): print desired
450         quants when failing.
451
452 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
453
454         * SConstruct:
455         * flower/SConscript:
456         * lily/SConscript: New file.
457
458 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
459
460         * scm/define-grob-properties.scm (all-user-grob-properties): Add
461         descriptions for all fret-diagram properties.
462
463         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
464         fret-diagram interface code
465
466 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
467
468         * ly/book-paper-defaults.ly: set default encoding to ec.
469
470         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
471         installed.
472
473         * tex/latin1.enc: new file, from a2ps. 
474
475 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
476
477         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
478         add a faint, green border line.
479
480         * Documentation/index.html.in: drop <table>, add a faint border line.
481
482 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
483
484         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
485
486         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
487
488 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
489
490         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
491
492         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
493
494         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
495         scale white text
496
497         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
498         position for numbered dots so dot will touch fret.
499         (various routines): move to font-metric interface, rather than
500         name, size interface.  Clean up comments.
501
502         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
503         size and offset to better center white text.
504
505 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
506
507         * ChangeLog: Remove pre-2.1 changes.
508
509         * Documentation/misc/ChangeLog-2.1: New file.
510
511         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
512         from ChangeLog.
513
514 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
515
516         * input/test/chords-below-volta-bracket.ly,
517         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
518
519 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
520
521         * VERSION: release 2.3.6
522
523         * input/regression/beam-quant-standard.ly: new file: test standard
524         beam quants.
525
526         * scm/beam.scm (check-quant-callbacks): new function
527         (check-beam-quant): new function: check whether current beam
528         quants match argument.
529
530         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
531         forbidden quant for sitting (upstem)/hanging (downstem) on outer
532         staffline line.
533
534 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
535
536         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
537         functions.
538
539         * lily/note-collision.cc (do_shifts): align colliding notes to
540         their leftmost note.
541
542         * input/regression/collision-alignment.ly: new file.
543
544         * ly/init.ly: don't print gc stats.
545
546         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
547         extra newline
548
549         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
550         for dimensions. This fixes ottava-remove-empty-staff.ly
551
552         * input/regression/lyrics-tenor-clef.ly: new file.
553
554         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
555         cyclic parents when two axis-group-engravers are
556         present. Fixes: crash-axis-group-engraver.ly. 
557         
558         * input/test/volta-chord-names.ly: new file.
559
560         * scm/define-context-properties.scm
561         (all-user-translation-properties): change voltaOnThisStaff
562         definition. 
563
564         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
565         if necessary.
566
567         * lily/volta-bracket.cc (print): handle volta brackets without
568         bars. 
569
570 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
571
572         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
573         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
574
575 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
576
577         * scm/output-gnome.scm: updated instructions for running gnome
578         backend
579
580 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
581
582         * scm/fret-diagrams.scm (draw-dots): default values for dot size
583         and dot-position now depend on finger-code value; in-dot makes
584         dots larger and centered.
585         (draw-barre): added straight-barre indicator option
586         (draw-dots): made fontify-text-white work.
587
588         * music-drawing-routines.ps: added /draw_white_text
589
590         * scm/output-tex.scm:  added white-text
591
592         * scm/output-ps.scm:  added white-text
593
594         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
595         list of stencil expressions
596
597         * scm/stencil.scm: Added fontify-text-white
598
599 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
600
601         * input/regression/+.ly: use @unnumbered section.
602
603 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
604
605         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
606         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
607
608 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
609
610         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
611
612 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
613
614         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
615         was causing an error. (was not actually commited in 2004-06-20)
616
617         * input/regression/lily-in-scheme.ly (withPaddingC): does not
618         breaks anymore
619
620 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * VERSION: 2.3.5 released.
623         
624         * lily/my-lily-parser.cc (parse_string): switch module too.
625
626 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
627
628         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
629         ec-fonts-mftraced to running requirements.
630
631 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
632
633         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
634         assignments don't reach the original file.
635
636         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
637         exists
638
639 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
640
641         * scm/output-gnome.scm: 
642         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
643
644         * debian/: Apply Debian patch (Anthony Fok).
645
646 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
647
648         * Documentation/user/music-glossary.tely: fix titling; @top is already
649         an @unnumbered @chapter.
650
651 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
652
653         * debian/GNUmakefile (EXTRA_DIST_FILES):
654         (CONF_FILES): update file list.
655
656         * lily/stencil.cc (interpret_stencil_expression): bugfix.
657
658 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
659
660         * debian/: Remove cruft (requested Anthony Fok.)
661
662         * buildscripts/guile-gnome.sh: Build without gcc libtool version
663         juggling.
664
665         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
666         Add popup menu with grob properties.
667
668         * lily/grob-scheme.cc (ly:grob-properties):
669         (ly:grob-basic-properties): New function.
670
671         * lily/stencil.cc (interpret_stencil_expression): Comment-out
672         "no-origin" call.  Fixes -fps output.
673
674         * scm/output-ps.scm (no-origin): Add dummy implementation.
675
676         * scm/output-gnome.scm (define-origin): Remove
677         (grob-cause): Add.
678
679         * scm/output-ps.scm (scm):
680         * scm/output-tex.scm (scm): Remove define-origin from exports list.
681         (define-origin): Remove.
682
683         * scm/output-gnome.scm (define-origin): 
684
685         * scm/lily.scm (ly:all-output-backend-commands): Remove
686         define-origin.  Add grob-cause.
687
688 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
689
690         * buildscripts/lilypond-words.py: add ly/portugues.ly.
691
692 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
693
694         * Documentation/user/GNUmakefile:
695         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
696         --include-css=.../texinfo.css; command includes css into the html.
697
698         * Documentation/texinfo.css: add file.
699         define <hr> as black and thin.            
700
701 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
704         stencil expression. Junk define-origin.
705
706         * lily/my-lily-parser.cc (parse_string): init parser variable when
707         lexer_ is set, ie. in parse_string and parse_file.
708
709         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
710         ly:score-bookify.
711
712         * scm/lily.scm (collect-scores-for-book): new function.
713
714         * ly/init.ly: print collected scores/musics.
715
716         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
717         scope, not in lily module.
718
719         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
720
721         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
722         encapsulate gtk/pango tests.
723
724         * po/tr.po: Turkish translation.
725
726 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
727
728         * input/regression/lily-in-scheme.ly: regression test for #{
729         ... #} syntax
730
731         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
732         was causing an error.
733
734         * Documentation/user/programming-interface.itely (Using LilyPond
735         syntax inside Scheme): documentation for #{ ... #} syntax.
736
737 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
738
739         * Documentation/index.html.in: use black thin <hr>.
740
741         * buildscripts/mutopia-index.py: use thin black <hr>.
742
743 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
744
745         * scm/fret-diagrams.scm: Use UNIX style line endings.
746         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
747         typo.  Fixes compile.
748
749         * scm/output-ps.scm (white-dot): Remove second incarnation.
750
751         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
752
753 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
754
755         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
756         single file error.
757
758         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
759
760 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
761
762         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
763         remove size as argument to fret-diagram interface;
764         improved white-circle dots for fret;
765         improved top-fret thick line/
766
767         * scm/output-ps.scm: added white-dot function
768
769         * scm/output-tex.scm: added white-dot function
770
771         * tex/music-drawing-routines.ps: added draw_white_dot function
772
773         * ps/music-drawing-routines.ps: added draw_white_dot function
774
775         * input/test/fret-diagram.ly: examples to show multiple
776         functions and multiple interfaces
777
778 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
779
780         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
781         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
782
783         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
784         conflict.  Have I told you lately how much I love autotools?
785
786 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
787
788         * lily/lily-guile.cc: 
789         * lily/pangofc-afm-decoder.cc:
790         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
791         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
792
793         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
794         developers.
795
796         * lily/paper-outputter.cc (file): New method.
797         (dump_string): Use it.
798
799         * scm/output-gnome.scm: Update with pango CVS info, lilylib
800         musing.
801
802         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
803         of them has a comma :-).
804
805         * scm/framework-gnome.scm: Add pango decoders.
806
807         * lily/include/pangofc-afm-decoder.hh: 
808         * lily/pangofc-afm-decoder.cc: New file.
809
810         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
811
812         * configure.in: Check for pango.
813
814         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
815         autoconf).
816         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
817
818         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
819
820 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
821
822         * Documentation/user/tutorial.itely (Integrating text and music):
823         fix grammar & punctuation.
824
825 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
826
827         * lily/: Stray janitorial cleanups.
828
829         * scm/lily.scm (ly:all-stencil-expressions):
830         * scm/lily.scm (ly:all-output-backend-commands): New function.
831
832         * scm/safe-lily.scm (safe-objects): Add them.
833
834         * scm/framework-gnome.scm (<gnome-outputter>): New class.
835
836         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
837
838 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
841
842 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
843
844         * scm/page-layout.scm (default-page-make-stencil): add
845         raggedbottom, raggedlastbottom.
846
847         * Documentation/user/changing-defaults.itely (Page layout): add doc.
848
849         * scm/framework-tex.scm (define-fonts): fix export of
850         papersize.
851
852         * lily/paper-book.cc (classic_output): strip suffixes from
853         framework functions.
854
855         * lily/tuplet-bracket.cc (before_line_breaking): do not return
856         SCM_UNDEFINED to Scheme.
857
858 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
859
860         * lily/book.cc: remove Book::to_stencil().
861         (process): whoops. Score::book_rendering returns vector, not list.
862
863         * scripts/convert-ly.py (conv): remove \notes.
864         apply to input examples.
865
866         * lily/paper-outputter.cc (output_stencil): don't use
867         smobify_self() but self_scm()
868
869         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
870         from smobify_self().
871
872         * lily/paper-book.cc (output): load framework module
873         scm_c_resolve_module().
874
875         * python/lilylib.py (exit): exit with argument i.
876
877 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
878
879         * scm/framework-gnome.scm (output-framework-gnome): Try loading
880         gnome modules from non-toplevel.
881
882         * lily/ly-module.cc (ly:import-module): Export to ly:.
883
884         * lily/paper-score.cc (process): Do not show progress newline.
885
886         * lily/paper-book.cc (output, classic_output): Show progess
887         newline after score.
888
889 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
890
891         * buildscripts/lilypond-words.py: add ly/vlaams.ly
892
893 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
894
895         * lily/score.cc (ly:run-translator): Do not crash on empty music
896         list.
897
898         * lily/book.cc (process): Do not render score when systems is empty.
899
900         * input/simple-song.ly: Down one octave.
901
902         * scm/output-gnome.scm: Remove script again; re-add modules fix
903         (CVS conflict resolve?)
904
905         * lily/stencil.cc (ly:interpret-stencil): Was:
906         interpret_stencil_expression.
907
908 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
909
910         * buildscripts/guile-gnome.sh: New file.
911
912         * scm/output-gnome.scm: White background, better window size, sane
913         canvas size.  Cleanups.
914
915 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
916
917         * VERSION: release 2.3.4
918
919         * Documentation/user/invoking.itexi (Invoking the lilypond
920         binary): document --safe.
921
922         * scm/output-gnome.scm: set PATH in script.
923
924         * scm/page-layout.scm (default-page-make-stencil): don't stretch
925         if there is too few systems on a page.
926
927         * lily/parser.yy (relative_music): start at middle C without pitch
928         argument.
929
930         * Documentation/user/changing-defaults.itely (Page layout): new node.
931         (Paper size): rename node
932         (Page breaking): new node.
933         (Titling): move from invoking.
934         (File structure): new node.
935
936         * lily/parser.yy (score_body): allow \header and music anywhere in
937         \score body.
938
939 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
940
941         * scm/lily.scm (ly:load): Remove page-breaking.scm.
942
943 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
944
945         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
946
947         * lily/include/paper-line.hh: rename to Paper_system.
948
949         * lily/include/paper-book.hh: doc class.
950
951         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
952
953         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
954         (plain-header): add instrument-name.
955         (default-page-make-stencil): bugfixes.
956
957         * lily/parser.yy (book_body): allow \header anywhere in \book{}
958
959         * lily/paper-book.cc: remove copyright & tagline. Remove
960         interactions with Page
961
962         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
963         here, 
964         (default-page-make-stencil): new function
965         (default-page-music-height): new function
966         (page-headfoot): new function
967         (ly:optimal-page-breaks): generate stencils directly from here
968
969         * scm/titling.scm: new file, group titling functions
970
971 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
972
973         * scm/output-gnome.scm: Handle multiple pages.
974
975         * scm/framework-gnome.scm: Do not load output-gnome.
976         (framework-gnome): Invoke output-gnome::header and
977         output-gnome::end-output as faked stencils.  Fixes experimental
978         gnome output.
979
980 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
981
982         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
983         octavation compatibility fixes. Backportme. 
984
985         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
986         pages.
987         (ly:optimal-page-breaks): combine-penalties: no shortcut for
988         negative. Now we handle negative penalties (ie. \pageBreak)
989         correctly.
990
991         * lily/system.cc (get_line): extract page-penalty from the left
992         bound.
993
994         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
995
996 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
997
998         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
999
1000 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1001
1002         * scm/output-gnome.scm: Update script.  Move development to
1003         lilypond_2_3_2 branch for now.
1004
1005 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1006
1007         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
1008         negative penalties.
1009         cleanups.
1010
1011         * Documentation/user/changing-defaults.itely (Creating contexts):
1012         index entries
1013
1014         * scm/page-breaking.scm (ly:optimal-page-breaks): new
1015         file. Rewrite function. 
1016
1017         * lily/paper-book.cc (pages): new interface: page-breaking returns
1018         list of line-list.
1019
1020         * lily/page.cc (Page): take lines argument.
1021
1022         * scm/document-translation.scm (all-engravers-doc): link to user man
1023
1024         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
1025
1026         * Documentation/user/notation.itely (Relative octaves): typo.
1027
1028         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
1029
1030 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1031
1032         * scm/output-gnome.scm: Update build script.
1033
1034 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1035
1036         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
1037         gnome backend.
1038
1039         * scm/framework-gnome.scm: New file.
1040
1041         * scm/lily.scm: Use it.
1042
1043         * lily/paper-outputter.cc: Janitorial cleanups.
1044         (ly:outputter-dump-string): Remove unreachable statement.
1045
1046         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
1047         (ice-9): Bugfix: Add srfi-1.
1048
1049         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
1050
1051 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1052
1053         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
1054         in do_quit()
1055
1056 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1057
1058         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
1059
1060 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1061
1062         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1063         override of Beam::position-callbacks. Why would grace beams not be
1064         quantized? Fixes: weird-stem-size-grace. 
1065
1066         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
1067         warning only once. Backportme.
1068
1069         * lily/accidental-engraver.cc (number_accidentals_from_sig):
1070         bugfix, 2nd try. Backportme.
1071
1072         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
1073
1074 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1075
1076         * Documentation/user/notation.itely (Instrument transpositions):
1077         Correct the name of the instrumentTransposition property.
1078
1079 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1080
1081         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
1082
1083 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1084
1085         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
1086         and postLilyPondExample are called when defined.
1087
1088 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1089
1090         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
1091         This fixes setting notenames with `\include "nederlands.ly" '
1092
1093         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
1094         new function.
1095
1096 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1097
1098         * scm/page-layout.scm: don't do piece, it should be in score-title
1099         only.
1100
1101         * lily/lexer.ll: lex \score separately.
1102
1103         * lily/paper-book.cc: junk stencil2line.
1104
1105         * lily/paper-line.cc (Paper_line): construct from Stencil
1106         directly. No futzing with the dimensions.
1107
1108         * lily/include/paper-line.hh (class Paper_line): 
1109
1110         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
1111         takes arbitrary number of arguments.
1112
1113         * input/test/markup-score.ly (tuning): simplify example. 
1114
1115 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1116
1117         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
1118
1119         * scm/define-markup-commands.scm (score): define score-markup
1120
1121         * lily/parser.yy (markup): use score-markup.
1122
1123         * lily/score.cc: add ly:score? 
1124
1125 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
1126
1127         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
1128         fret-parse-string so it prepares for calls to fret-diagram-verbose
1129         Changed display constants to props so they are available for
1130         \override.
1131
1132 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1133
1134         * VERSION: release 2.3.3
1135
1136         * stepmake/stepmake/generic-vars.make: unset LANG.
1137
1138         * input/regression/tuplet-nest.ly: bugfix.
1139
1140         * lily/tie-performer.cc (stop_translation_timestep): reset
1141         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
1142
1143         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
1144         clear repeat_ directly after setting stem_tremolo_. Fixes:
1145         tremolo-repeat.ly
1146
1147         * input/regression/span-bar-break.ly: new file.
1148
1149         * scm/define-grobs.scm (all-grob-descriptions): remove
1150         break-visibility from SpanBar. Fixes: piano-repeat.ly
1151
1152 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1153
1154         * python/lilylib.py (make_ps_images): only compute bbox when needed.
1155
1156         * scripts/lilypond-book.py (process_snippets): use lily -f ps
1157         files for generating pngs. (failed experiment)
1158
1159         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
1160         file with PFA fonts included.
1161
1162         * lily/score.cc (default_rendering): put header in too.
1163
1164         * lily/paper-line.cc (LY_DEFINE): change function to
1165         ly:paper-line-extent
1166
1167         * scm/page-layout.scm (default-book-title): only add lines for
1168         non-nil fields.
1169         (default-score-title): idem.
1170
1171         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
1172
1173         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
1174
1175         * lily/include/paper-book.hh (class Paper_book): remove height_
1176         member.
1177
1178         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
1179
1180         * lily/ly-module.cc (LY_DEFINE): bugfix.
1181
1182         * lily/paper-book.cc (book_title): separate function for the book
1183         title.
1184
1185         * scm/page-layout.scm (default-book-title): only account for
1186         markup fields.
1187
1188         * scm/framework-ps.scm: new file. Move high level interface from
1189         output-ps.scm
1190
1191         * scm/music-functions.scm (def-grace-function): move macros from
1192         ly/music-functions-init.ly
1193
1194         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
1195         framework-tex.scm
1196
1197         * scm/framework-tex.scm (dump-line): new file. High level
1198         interface for output (pages, systems, header). 
1199
1200         * lily/include/page.hh (class Page): add is_last_ field.
1201
1202         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
1203
1204         * lily/paper-book.cc (split_string): new function
1205         (output): output multiple formats, i.e. --format=ps,tex
1206
1207         * scm/output-ps.scm (output-scopes): dump variables directly.
1208         (define-fonts): rewrite for new interface
1209
1210         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
1211
1212         * lily/paper-outputter.cc (Paper_outputter): take format argument.
1213
1214         * lily/main.cc (parse_argv): don't set extension for output.
1215
1216         * lily/clef-engraver.cc (create_clef): remove
1217         Staff_symbol_referencer::set_position() call. 
1218
1219 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1220
1221         * ly/music-functions-init.ly (addlyrics): set the 'origin property
1222         with the location argument in music function definitions.
1223
1224 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1225
1226         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
1227         staffsymbol dependency.
1228
1229         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
1230         cleanups.
1231
1232         * lily/book.cc (process): return Paper_book
1233         (to_stencil): use Book::process().
1234
1235         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
1236         header_ field. Store in $globalheader
1237
1238         * lily/parser.yy (book_body): book header is initted to
1239         $globalheader.
1240
1241
1242 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1243
1244         * input/test/fill-a4.ly: removed.
1245
1246         * lily/parser.yy (output_def): push scope of parent_ Output_def
1247         too.
1248
1249 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1250
1251         * scm/output-gnome.scm: Update info.
1252
1253 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
1256
1257         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
1258         than 1 module.
1259
1260         * lily/include/ly-module.hh (ly_use_module): rename is_module to
1261         ly_c_module_p.
1262
1263         * scm/page-layout.scm (default-book-title): move Scheme titling
1264         functions to here.
1265
1266         * lily/parser.yy (book_paper_block): remove scope too.
1267
1268         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
1269
1270         * lily/rest.cc: add direction to rest properties.
1271
1272         * lily/include/output-def.hh: new file, move from
1273         music-output-def.hh
1274
1275 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1276
1277         * scm/output-gnome.scm: Describe feta-cork hack.
1278
1279 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1280
1281         * lily/include/book-paper-def.hh: derive from Output_def 
1282
1283         * lily/include/paper-def.hh: move all functionality out of class.
1284         Junk header.
1285
1286         * lily/include/music-output-def.hh: rename Music_output_def to
1287         Output_def.
1288
1289         * input/wilhelmus.ly: only set space for Paper formatting. 
1290
1291         * lily/include/midi-def.hh: remove file, remove class.
1292         Move functions to Music-output-def.
1293
1294         * lily/music-output-def.cc (Music_output_def): remove separate
1295         translator table. Lookup translators in scope directly. This
1296         obviates Context suffix for context identifiers, i.e.
1297
1298         \context {
1299           \Staff
1300           .. 
1301           }
1302
1303
1304         will work.
1305
1306
1307         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
1308
1309         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1310         document spacing override hack.
1311
1312 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1313
1314         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
1315         installation info.  Support point-and-click.  Add +/- zoom
1316         keybindings.
1317
1318 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1319
1320         * VERSION: 2.3.2 released
1321
1322         * lily/parser.yy (book_body): set default bookpaper.
1323
1324         * scm/output-tex.scm (header): kludge: hard code linewidth. 
1325
1326         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
1327
1328 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1329
1330         * lily/score.cc (default_rendering): scale outputdef before
1331         starting.
1332
1333 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1334
1335         * scm/fret-diagrams.scm: Add header.
1336
1337         * scm/output-gnome.scm: Hello world :-)
1338
1339 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1340
1341         * scripts/lilypond.py (run_dvips): only add papersize if present.
1342
1343         * lily/accidental-engraver.cc (update_local_key_signature): new
1344         function, fold code from initialize() and process_music().
1345         (update_local_key_signature): use deep copy. This fixes one
1346         problem from custom-key-signatures.ly.
1347         (number_accidentals_from_sig): tighter check for
1348         accidental-too-old.
1349
1350         * ly/engraver-init.ly: remove localKeySignature
1351         definition from ChoirStaff, StaffGroup, Score.
1352
1353         * lily/percent-repeat-engraver.cc (try_music): add moments for
1354         barlines too. Fixes: skipbars-percent-repeat.ly.
1355
1356 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1357
1358         * lily/context-def.cc (filter_performers): don't go to cdrloc if
1359         skipping last pair. Fixes: crash-bar-number.
1360
1361         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
1362         D. Sorensen)
1363
1364         * input/test/fret-diagram.ly: new file.
1365
1366         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
1367         (scale-paper): divide by scale.
1368
1369 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1370
1371         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
1372         case.
1373
1374 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1375
1376         * scm/stencil.scm (fontify-text): reinstate function
1377
1378         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
1379
1380         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
1381
1382         * lily/parser.yy (book_paper_head): \bookpaper {} 
1383
1384         * python/midi.c: remove config.h
1385
1386 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1387
1388         * scm/output-gnome.scm: Update.
1389
1390 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1391
1392         * scm/output-gnome.scm: New file.
1393
1394         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
1395
1396 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1397
1398         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
1399         (find_scaled_font): move from Paper_def
1400
1401 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1402
1403         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
1404         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
1405
1406         * po/fr.po: update po.
1407
1408         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
1409
1410         * lily/book-paper-def.cc (print_smob): new file.
1411
1412 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
1413
1414         * buildscripts/lilypond-words.py: search words also from
1415         music-functions-init.ly.
1416
1417 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1418
1419         * ly/music-functions-init.ly (def-music-function): new helper
1420         macro for defining music functions. \addlyrics \appoggiatura
1421         \acciaccatura \grace \partcombine \autochange \applycontext
1422         \applyoutput and \breathe are now defined here thanks to it.
1423
1424         * lily/parser.yy: 
1425         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
1426         \grace \partcombine \autochange \applycontext \applyoutput and
1427         \breathe keywords removed from the parser.
1428
1429         * lily/parser.yy: 
1430         * lily/music-function.cc (ly_make_music_function): 
1431         * lily/lexer.ll (music_function_type): added a case for 0-arg
1432         music functions.
1433
1434 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1435
1436         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
1437         refering to a music expression can be used in lily-inside-scheme:
1438         #{ $music #}
1439
1440         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
1441         and ly:parser-define, and change ly:parser-parse-string in order
1442         to make #{ $music #} work.
1443
1444         * scm/new-markup.scm (compile-markup-expression): when an argument
1445         is a string, use `make-simple-markup'.
1446
1447 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1448
1449         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
1450
1451 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1452
1453         * scripts/convert-ly.py (FatalConversionError.func): handle + in
1454         font-size. (backportme)
1455
1456 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1457
1458         * lily/paper-outputter.cc (output_stencil): dump font definitions
1459         before each stencil.
1460
1461         * lily/include/paper-book.hh (struct Score_lines): new
1462         struct. Collect info per Paper-score.
1463
1464         * lily/include/page.hh (class Page): to_stencil() returns Stencil
1465         everywhere.
1466
1467         * lily/stencil.cc (find_expression_fonts): new function
1468
1469         * lily/paper-outputter.cc (output_stencil): use
1470         interpret_stencil_expr
1471
1472         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
1473         (interpret_stencil_expr): new function. Generic stencil
1474         interpretation.
1475
1476         * lily/paper-def.cc (find_scaled_font): divide lookup
1477         magnification by outpuscale for non-virtual fontmetrics. This
1478         fixes ludicrously long font definitions for text
1479         fonts. (backportme)
1480
1481         * lily/score-engraver.cc: remove
1482         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
1483
1484 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1485
1486         * input/test/markup-score.ly: Remove \notes.
1487
1488         * lily/parser.yy (book_body): Grok Composite_music and \header.
1489         (markup): Push NOTES mode before score_block.
1490
1491         * VERSION: release 2.3.1
1492
1493         * mf/feta-klef.mf: 
1494         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
1495
1496         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
1497
1498         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
1499
1500 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1501
1502         * scm/output-tex.scm (output-tex-string): tighten safe security.
1503
1504         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
1505
1506         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
1507         allowed ly functions.
1508
1509         * lily/ly-module.cc (ly_module_define): only define variable if
1510         bound.
1511         (ly_make_anonymous_module): take safe option.
1512
1513 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1514
1515         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
1516
1517 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1518
1519         * input/regression/newaddlyrics.ly: Fix.
1520
1521         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1522         \score \notes.
1523
1524 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
1525
1526         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1527
1528 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1529
1530         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1531
1532         * lily/paper-line.cc (Paper_line): don't store list of stencils,
1533         but convert to single Stencil immediately.
1534
1535         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1536
1537 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1538
1539         * scm/output-sodipodi.scm: Resurrect sodipodi output.
1540
1541 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1542
1543         * elisp/lilypond-mode.el: Changed the way defaults are created for
1544         LilyPond-command-master.  LilyPond-mode will now check the
1545         timestamps of the files to see which command has to run next.
1546
1547 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1548
1549         * scm/bass-figure.scm (format-bass-figure): don't set
1550         number-markup for strings. This fixes string in bass
1551         figure. (backportme)
1552
1553         * lily/parser.yy (bass_number): insert number-markup into figure
1554         definition.
1555
1556         * scm/define-music-properties.scm (all-music-properties): make
1557         'figure a markup.
1558
1559         * scripts/convert-ly.py (conv): \apply -> \applymusic
1560
1561 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1562
1563         * elisp/lilypond-mode.el: changed the order of some commands
1564         ("Midi" after "2Midi"), use the user-defined
1565         LilyPond-command-default as default instead of "LilyPond"
1566
1567         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1568         to set the master file for the next command.
1569
1570         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1571         with font-lock-reference-face.
1572
1573 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1574
1575         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1576
1577         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1578
1579 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1580
1581         * ly/music-functions-init.ly (TODO): new file.
1582
1583         * lily/parser.yy (Generic_prefix_music_scm): add more
1584         music_function symbols.
1585         (Prefix_composite_music): change \apply to music-function   
1586
1587         * lily/include/music-function.hh: rename to music-function
1588
1589 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1590
1591         * lily/music-head.cc (LY_DEFINE): change order of args.
1592
1593         * input/regression/music-head.ly (texidoc): new file.
1594
1595         * lily/parser.yy (Generic_prefix_music): allow generic
1596         music-transformation functions. 
1597
1598         * lily/include/music-head.hh (is_music_head): new file.
1599
1600         * lily/music-head.cc (get_music_head_transform): new file.
1601
1602 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1603
1604         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1605         empty extent. This fixes ottava brackets on rests. (backportme)
1606
1607         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1608
1609         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1610
1611         * cygwin/lily-wins.py: update for the lily-wins.py script.
1612
1613 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1616         code. This will obviate typeset_grob () in the future.  The effect
1617         of this is that improperly written spanner handling will result in
1618         invalid spanner bounds.
1619         (announce_grob): add to elems_ from here
1620         (typeset_grob): comment out.  
1621
1622         * lily/include/engraver.hh (make_spanner): new calling interface
1623         for make_{item,spanner}. This obviates most calls to
1624         announce_grob().
1625
1626         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1627         iso. PianoStaff for piano styles.
1628
1629 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1630
1631         * Documentation/user/music-glossary.tely: add segno after d.s.
1632
1633 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1634
1635         * lily/include/audio-column.hh: remove unused variables.
1636         (patch by Michael Welsh Duggan)
1637
1638         * flower/include/axes.hh (other_axis): inline Axes function
1639         (thanks to David Brandon).
1640
1641 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1642
1643         * cygwin/mknetrel: Install image links (backportme).
1644
1645         * Documentation/user/GNUmakefile (local-install-info): Activate
1646         actual installing of image links (backportme).
1647
1648 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1649
1650         * Documentation/user/notation.itely (Measure repeats): Removed
1651         unnecessary (and confusing) \context Voice{.
1652
1653 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1654
1655         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1656
1657         * lily/page.cc (Page): Do not use ly_scheme_function for
1658         volatile/configurable variables (FIXME: better name).
1659
1660         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1661         get_scmvar).
1662
1663 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1664
1665         * scripts/convert-ly.py (FatalConversionError.subst): use
1666         \transposition.
1667
1668 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1669
1670         * lily/include/page.hh (class Page): Declare left_margin ().
1671
1672         * lily/page.cc: Remove paper var caching.
1673
1674 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1675
1676         * Documentation/user/music-glossary.tely: Add name to @top node.
1677         Remove comment from @table definitions (workaround for makinfo
1678         bug).
1679
1680         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1681         ly:stencil-get-expr).  Update callers.
1682         (ly:stencil-align-to!):  Return stencil too.
1683
1684         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1685         stencil.  Remove looped line-based page output.
1686         (output_line): Use line stencil.  Remove looped stencil-based line
1687         output.
1688
1689         * lily/page.cc (ly:page-paper-lines): New function.
1690
1691         * input/test/markup-score.ly: New file.
1692
1693         * scm/define-markup-commands.scm (stencil): New markup.
1694
1695         * lily/book.cc (to_stencil): New method.
1696
1697         * lily/parser.yy (markup): Use it to grok \score.
1698
1699 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1700
1701         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1702
1703         * lily/paper-book.cc (pages): Change signature.  Update callers.
1704
1705         * lily/include/page.hh:
1706         * lily/page.cc: New file.
1707
1708         * lily/paper-line.cc (to_stencil): New method.
1709
1710         * lily/paper-outputter.cc (output_stencil): New method.
1711
1712         * lily/paper-outputter.cc (output_line): Use them.
1713
1714         * lily/warn.cc: Remove.
1715
1716         * lily/my-lily-parser.cc (distill_inname): Remove.
1717
1718         * flower/include/file-name.hh: 
1719         * flower/file-name.cc: New file.  Update users.
1720
1721         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1722         (find): New method of same name.
1723
1724         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1725
1726         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1727         constant error message.
1728
1729 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1730
1731         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1732
1733 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * Documentation/user/music-glossary.tely: @table @strong' replaced
1736         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1737         (backportme).
1738
1739 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1740
1741         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1742
1743         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1744         #{ lily music expression #} that returns an equivalent scheme
1745         music expression by parsing the string.
1746
1747 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1748
1749         * lily/my-lily-parser.cc:
1750         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1751         SCM string (foo.ly/toto.scm support).
1752
1753 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1754
1755         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1756
1757 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1758
1759         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1760
1761         * scripts/lilypond-book.py: LY code that includes \header is
1762         not assumed to be a fragment.
1763
1764 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1765
1766         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1767         tremolo beams up.
1768
1769         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1770         (get_default_stem_end_position): No tremolo head juggling if no
1771         heads.  Fixes tremolo crash on rests (backportme).
1772
1773         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1774
1775 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1776
1777         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1778         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1779
1780         * lily/lexer.ll: Allow \encoding in NOTES mode.
1781
1782         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1783         for lyrics, not for commands.
1784
1785         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1786         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1787
1788         * input/regression/newaddlyrics.ly: New file.
1789
1790         * Documentation/topdocs/NEWS.texi: Update.
1791
1792         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1793         (Music_list): Allow embedded scm.
1794
1795         * lily/score.cc (ly:score-bookify): New function.
1796
1797         * lily/music.cc (ly:music-scorify): Idem.
1798
1799         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1800         (ly:parser-print-score): Idem.
1801
1802         * scm/lily.scm (default-toplevel-book-handler): Idem.
1803         (default-toplevel-music-handler): Idem.
1804         (default-toplevel-score-handler): Idem.
1805
1806         * ly/declarations-init.ly: Set default toplevel handlers.
1807
1808         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1809
1810         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1811         printer for score at toplevel.
1812
1813 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1814
1815         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1816         Fix for simple case: input/simple-song.ly, more complex stuff
1817         does not work yet.
1818
1819 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1820
1821         * lily/parser.yy (Prefix_composite_music): split Composite_music
1822         in Prefix_composite_music and Grouped_music_list.
1823         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1824
1825 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1826
1827         * scm/lily.scm (toplevel-expression): New define.
1828
1829         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1830
1831         * lily/parser.yy (toplevel_expression): Use it.
1832
1833         * lily/include/my-lily-parser.hh: Smobbify.
1834
1835         * lily/my-lily-parser.cc (parse_string): New method.
1836
1837         * lily/my-lily-parser.cc (ly:parse-string): New function.
1838
1839         * Documentation/user/lilypond.tely: Add comment and workaround for
1840         gs-8.01 crash.  Fixes make web.
1841
1842         Simplification of toplevel music.
1843
1844         * lily/lexer.ll, lily/parser.yy:
1845
1846         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1847         shift/reduce problem.
1848
1849         * Use NOTES mode at start of maininput.
1850
1851         * Grok toplevel composite music expression, put in score and book.
1852
1853         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1854
1855         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1856
1857         * input/simple.ly: New file.
1858
1859         * input/simple-song.ly: Idem.
1860
1861 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1862
1863         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1864         Sandberg.
1865
1866 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1867
1868         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1869
1870 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1871
1872         * input/regression/accidental-octave.ly: doc automatic showing
1873         of note names.
1874
1875 2004-04-16  Heikki Junes <janneke@gnu.org>
1876
1877         * po/fi.po: do "make po && make -C po po-update" at top-level,
1878         then "cp po/out/fi.po po/fi.po" and update fields.
1879
1880         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1881
1882 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1883
1884         * Documentation/user/introduction.itely (About this manual): Fix
1885         templates and regression urls (backportme).
1886
1887 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1888
1889         * ly/engraver-init.ly (Score:graceSettings): Increase
1890         beamed-lengths, especially for 32nd notes.
1891
1892         * Documentation/user/notation.itely (Grace notes): Correct the
1893         syntax for add-grace-property example.
1894
1895 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1896
1897         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1898         `Generated' tag.
1899
1900         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1901         Severely broken (the Debian package, at least).
1902
1903 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1904
1905         * lily/context.cc (find_create_context): assign to lvalue.
1906
1907 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1908
1909         * lily/include/translator.hh (class Translator): rename
1910         get_parent_context() to context () to avoid confusion.
1911
1912         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1913
1914         * lily/lexer.ll: change is_string -> ly_c_string_p 
1915
1916         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1917
1918         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1919
1920 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1921
1922         * VERSION: release 2.3.0
1923
1924         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1925
1926         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1927         if nonempty.
1928
1929         * lily/include/context.hh (class Context): make members protected.
1930         (children_contexts): new accessor function.
1931
1932         * lily/include/translator.hh (class Translator): make
1933         daddy_context_ protected.
1934         (class Translator): clean up. 
1935
1936         * lily/include/context.hh (class Context): make daddy_context_
1937         private.
1938
1939         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1940         higher for finding Voice. (backportme)  
1941
1942         * lily/include/context.hh (class Context): remove
1943         find_context_below() as a method.
1944
1945         * Documentation/user/notation.itely (The Lyrics context): add note
1946         about manual durations
1947
1948         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1949         encoding.
1950
1951         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1952
1953 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1954
1955         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1956         \usepackage{inputenc}
1957
1958         * lily/paper-book.cc (classic_output): don't advance Offset for
1959         TeX output.
1960
1961         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1962         ec-sauter.map in rules
1963
1964         * mf/ecb.mf (font_identifier): new file, based on ecbx
1965
1966         * mf/ecb10.mf (gensize): new file.
1967
1968         * Documentation/topdocs/NEWS.texi (Top): document some more new
1969         features.
1970
1971         * ly/declarations-init.ly: run convert-ly
1972
1973         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1974         from input-file-results. Remove input-file-results.* 
1975
1976 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1977
1978         * scm/output-ps.scm (font-command): Fix, again.
1979
1980         * input/test/title-markup.ly: Add \noPagebreak test.
1981
1982         * lily/score-engraver.cc (try_music): Bugfix.
1983
1984 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1985
1986         * lily/main.cc (main_with_guile): excise dependency options -M and
1987         --dep-prefix
1988
1989         * lily/input-file-results.cc: excise Makefile dependency code
1990
1991         * Documentation/user/invoking.itexi (Invoking the lilypond
1992         binary): remove dep doco
1993
1994         * lily/main.cc (main_with_guile): call lilypond-main
1995
1996         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1997
1998         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1999         exception.
2000
2001         * lily/my-lily-parser.cc: remove paper_description function
2002
2003         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
2004         new function.
2005
2006         * lily/main.cc: remove global_score_count.
2007
2008         * lily/book.cc (process): don't take header from global_input_file.
2009
2010         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
2011
2012         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
2013
2014         * lily/music-output-def.cc (LY_DEFINE): new function
2015         ly_output_description. This function does the bulk for  setting,
2016         parsing and breaking down of an input file.
2017
2018         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
2019         anonymous modules globally. Let's hope they get GCd
2020
2021         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
2022
2023 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2024
2025         * scm/output-ps.scm (header): Papersize from paper.
2026
2027         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
2028         for classic output.
2029
2030         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
2031         lilypondclassic is defined.
2032         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
2033
2034         * input/regression/between-systems.ly: Remove.
2035
2036         * python/lilylib.py (get_bbox): Fix regular expression
2037         for bounding box.
2038
2039         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
2040
2041         * scm/output-tex.scm (stop-page): Use it.
2042
2043         * scm/output-ps.scm (define-fonts): Bugfix.
2044
2045         * lily/grob.cc: Add penalty to interface.
2046
2047         * lily/include/paper-line.hh (class Paper_line): New member
2048         var penalty_.
2049
2050         * lily/system.cc (get_line): Initialise Paper_line with
2051         page-penalty's from original grobs.
2052
2053         * scm/define-music-properties.scm (all-music-properties): Add
2054         page-penalty.
2055
2056         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
2057
2058         * lily/score-engraver.cc (try_music): Handle page-penalty.
2059
2060         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
2061
2062 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2063
2064         * ly/declarations-init.ly (melismaEnd): typo
2065
2066         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
2067
2068         * scm/output-ps.scm (text): split string into spaces, use moveto
2069         for setting space. 
2070
2071 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2072
2073         * po/nl.po: Update.
2074
2075         * scm/font.scm (add-cmr-fonts): Typo.
2076
2077 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2078
2079         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
2080         font-encoding.
2081
2082         * scm/define-grobs.scm (all-grob-descriptions): idem.
2083
2084         * lily/time-signature.cc (numbered_time_signature): idem.
2085
2086         * scm/font.scm (add-cmr-fonts): use real encoding names for
2087         font-encoding.
2088
2089 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2090
2091         * lily/paper-book.cc (classic_output): 
2092         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
2093         Fixes classic output.
2094         (lilypondstart):
2095         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
2096         kludge.
2097
2098         * scripts/old-lilypond-book.py: Remove.
2099
2100         Page layout for SCOREs enclosed in a BOOK:
2101
2102         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
2103         layout tweaking.
2104
2105         * input/les-nereides.ly (theScore): Add \book.
2106
2107         * input/test/title-markup.ly: Add \book.
2108
2109         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
2110         only if 'verbose.
2111
2112         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
2113
2114         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
2115
2116         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
2117         * scm/output-tex.scm (start-system): Update for page layout by
2118         LilyPond.
2119
2120         * scm/output-ps.scm (start-system): Previously (new-start-system).
2121
2122         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
2123         passed to define-fonts.
2124
2125         * lily/paper-column.cc: 
2126         * lily/system.cc (get_line):
2127         * ly/property-init.ly (newpage): 
2128         * scm/define-grob-properties.scm:
2129         * scm/output-ps.scm: 
2130         * scm/output-tex.scm: Remove between-system-string kludge.
2131
2132         * scm/output-ps.scm (define-fonts, font-command,
2133         font-load-encoding): Handle ENCODING = #f.
2134
2135         * scm/output-tex.scm (output-scopes): Check if variable is bound.
2136
2137         * scm/define-markup-commands.scm (fill-line): Use
2138         make-simple-markup (WAS: unexisting make-word-markup).
2139
2140         * lily/text-item.cc (interpret_markup): Bugfix, transpose
2141         ENCODING, MARKUP parameters for interpret_string.
2142
2143         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
2144
2145         * lily/score.cc (book_rendering): New method.
2146         (default_rendering): Create Paper_book helper locally, dump
2147         output.
2148
2149         * lily/my-lily-lexer.cc (the_key_tab): Add book.
2150
2151         * lily/parser.yy: Handle \book.
2152
2153         * lily/include/book.hh: 
2154         * lily/book.cc: New file.
2155
2156 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2157
2158         * lily/text-item.cc (interpret_string): new file, select font with
2159         encoding.
2160
2161         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
2162
2163         * scm/define-markup-commands.scm (encoded-simple): new markup command.
2164
2165         * lily/parser.yy (markup): take encoding from lexer.
2166
2167 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2168
2169         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
2170
2171         * scm/output-ps.scm: Remove some cruft.
2172
2173 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2174
2175         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
2176
2177         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
2178
2179 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2180
2181         * scm/font.scm (add-century-schoolbook-fonts):
2182         (make-century-schoolbook-tree): New function.
2183
2184         * input/test/title-markup.ly: Use Century Schoolbook font.
2185
2186 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2187
2188         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
2189         to Erik Sandberg) 
2190
2191         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
2192
2193         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
2194
2195         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
2196
2197         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
2198
2199 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2200
2201         * scm/part-combiner.scm (determine-split-list): bugfix: if no
2202         solo-state (at end of solo), we can set the solo status
2203         too. (backportme.)
2204
2205         * input/regression/part-combine-solo-end.ly: new file.
2206
2207 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2208
2209         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
2210         flavour abc files.  Really ignore unknown keys (backportme).
2211
2212 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2213
2214         * lily/scaled-font-metric.cc (text_dimension): only multiply with
2215         magnification_ when looking up in orig_.
2216
2217         * scm/output-tex.scm (text): switch off char-mapping.
2218
2219         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
2220         because AFM's encoding field cannot have spaces.
2221
2222 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2223
2224         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
2225
2226 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2227
2228         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
2229
2230         * mf/cmr.enc: new file, without hi-bit ascii info. 
2231
2232         * lily/bezier-bow.cc (slur_shape): make indent dependent on
2233         width. This removes the 'hook' at the end of a long slur.
2234
2235         * buildscripts/mf-to-table.py (parse_logfile): don't append
2236         encoding to fontname.
2237
2238 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2239
2240         * scm/output-ps.scm (define-fonts): Load .enc only once.
2241
2242         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
2243         too.
2244
2245 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2246
2247         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
2248         encoding field.
2249
2250         * lily/stencil-scheme.cc: remove ly:fontify-atom 
2251
2252         * ly/portuges.ly (pitchnames): new file.
2253
2254         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
2255         Michael Welsh Duggan
2256
2257         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
2258
2259         * ly/nederlands.ly: add comment about digits.
2260
2261         * lily/scaled-font-metric.cc (derived_mark): idem.
2262
2263         * scm/encoding.scm (make-encoding-mapping): change permutation to
2264         mapping.
2265
2266         * lily/scaled-font-metric.cc (derived_mark): is a const method.
2267         (Modified_font_metric): make alist for coding_description_
2268         (LY_DEFINE): remove coding-name.
2269
2270         * scm/output-tex.scm (text): remove debugging code.
2271
2272         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
2273
2274         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
2275         from infile.
2276
2277         * mf/feta-generic.mf: move fet_beginfont into generic code.
2278         use fetaMusic (without space) as encoding
2279
2280         * mf/feta-autometric.mf: take encoding argument
2281
2282         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
2283
2284         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
2285         use.
2286
2287         * scm/encoding.scm (read-encoding-file): use symbol for glyph
2288         name.
2289
2290 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2291
2292         * input/test/title-markup.ly: Set inputencoding.
2293
2294         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
2295
2296         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
2297
2298         * scm/encoding.scm (get-coding-filename, get-coding-command): New
2299         function.
2300         (coding-alist): Also hold filename, command.
2301         (read-encoding-file): Return symbols.
2302
2303 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2304
2305         * scm/output-tex.scm: remove fontify; text and char take a font
2306         argument.
2307
2308         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
2309
2310         * lily/scaled-font-metric.cc (text_dimension): init
2311         coding_{permutation,table}_ too 
2312         (LY_DEFINE): ly:font-encoding, new function return
2313
2314         * lily/paper-def.cc (find_scaled_font): take input coding from
2315         inputcoding paper var.
2316
2317         * lily/performance.cc (output): remap modulo 16.
2318
2319         * lily/text-item.cc (interpret_markup): whoops, variable
2320         shadowing fixed.
2321
2322 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
2323
2324         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
2325         symbols, not symbols to strings.
2326
2327         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
2328         symbols, not symbols to strings.
2329
2330 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2331
2332         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
2333         (ly:kpathsea-gulp-file): New function.
2334
2335         * scm/encoding.scm (read-encoding-file): Use it.
2336
2337 2004-04-06  Werner Lemberg  <wl@gnu.org>
2338
2339         * scm/encoding.scm (coding-alist): Fix typo.
2340
2341 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2342
2343         * lily/scaled-font-metric.cc (text_dimension): move function from
2344         Font_metric
2345         (make_scaled_font_metric): init coding_scheme_ to TeX
2346         (text_dimension): use get-coding-vector for non TeX coding_scheme_
2347
2348         * lily/include/scaled-font-metric.hh (struct
2349         Modified_font_metric): rename from Scaled_font_metric
2350
2351         * scm/encoding.scm (read-encoding-file): split up large function,
2352         leave caching to (delay)
2353
2354         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
2355
2356 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2357
2358         * lily/my-lily-lexer.cc (set_encoding): New method.
2359
2360         * lily/lexer.ll: Grok \encoding.
2361
2362         * lily/font-metric.cc (get_encoded_index): New function.
2363
2364         * lily/include/font-metric.hh (coding_scheme): New method.
2365
2366         * scm/encoding.scm: New file.
2367
2368         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
2369
2370 2004-04-05  Werner Lemberg  <wl@gnu.org>
2371
2372         * Documentation/user/tutorial.itely: Revised (finished).
2373
2374         * Documentation/user/macros.itexi (@separate): Removed.
2375
2376 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2377
2378         * scm/output-ps.scm (define-fonts): fix scaling.
2379
2380         * lily/scaled-font-metric.cc (design_size): add function.
2381
2382         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
2383         partial cut&paste of ly:font-magnification.
2384
2385 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2386
2387         * scm/output-ps.scm (define-fonts):
2388         (fontify): Update.
2389
2390 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2391
2392         * po/fr.po: update. (backportme).
2393
2394         * po/nl.po: update. (backportme). 
2395
2396         * mf/feta-beugel.mf: document why design size is not fixed.
2397
2398         * mf/feta-braces-a.mf: rename to stress that it's not design size.
2399
2400 2004-04-04  Werner Lemberg  <wl@gnu.org>
2401
2402         * Documentation/user/tutorial.itely: Revised (continued).
2403
2404 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2405
2406         * po/nl.po: Update (backportme).
2407
2408 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2409
2410         * po/de.po: update. (backportme).
2411
2412         * scm/output-tex.scm (font-command): use ly: functions to
2413         construct name.
2414         (define-fonts): don't use alist, just dump \font definitions.
2415         (font-load-command): calculate proper scaling by taking
2416         outputscale from paper argument.
2417
2418         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
2419         expression.
2420
2421         * lily/paper-outputter.cc (output_header): pass paper arg to
2422         define-fonts
2423
2424         * lily/paper-def.cc (font_descriptions): dump list of
2425         Scaled_font_metrics
2426         (find_scaled_font): take Font_metric argument, store
2427         Scaled_font_metrics in hash-table containing (size ->
2428         Scaled_font_metrics) alist.
2429         (get_dimension): rename from get_realvar
2430
2431         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
2432         ly:font-magnification, ly:font-name: new functions
2433
2434 2004-04-03  Werner Lemberg  <wl@gnu.org>
2435
2436         * Documentation/user/dedication.itely,
2437         Documentation/user/preface.itely,
2438         Documentation/user/introduction.itely,
2439         Documentation/user/tutorial.itely: Revised.
2440         Removing leading spaces which distorts output if info files are read
2441         with stand-alone info.
2442         Removing superfluous inter-word spaces which also distorts output
2443         for stand-alone info.
2444         Using ` and ' instead of `` and '' everywhere to improve
2445         legilibility with stand-alone info
2446         Using @samp for single-letter input items and data which contains
2447         spaces, @code for other things.
2448
2449         * lily/grob-interface.cc: Adding copyright.
2450         (check_interfaces_for_property): Improve format of warning message.
2451
2452 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2453
2454         * lily/include/font-metric.hh (struct Font_metric): add
2455         design_size () method.
2456
2457         * buildscripts/mf-to-table.py (base): add DesignSize comment.
2458
2459         * lily/afm.cc (read_afm_file): read design size.
2460
2461         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
2462
2463         * scm/music-functions.scm (unfold-repeats): handle dots too.
2464
2465 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2466
2467         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
2468         (backportme)
2469
2470 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2471
2472         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
2473         lyric indent.  Revert melismaBusyProperties using \unset.
2474
2475 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2476
2477         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
2478
2479         * lily/parser.yy (command_element): allow redefinition of |
2480         meaning.
2481
2482         * lily/break-align-engraver.cc (acknowledge_grob): construct
2483         LeftEdge where the first cause for alignment is coming from.
2484         This makes \override Staff.LeftEdge work as expected.
2485
2486         * lily/slur-performer.cc (Slur_performer): add inits
2487
2488         * lily/beam-performer.cc (Beam_performer): add inits
2489
2490 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2491
2492         * VERSION (PACKAGE_NAME): release 2.2.0