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