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