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