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