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