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