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