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