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