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