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