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