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