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