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