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