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