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