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