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