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