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