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