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