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