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