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