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