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