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