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