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