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