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