]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
63d6da776c81ed3ad370c7f71a83361597e8de1f
[lilypond.git] / ChangeLog
1 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4
5         * Documentation/topdocs/NEWS.tely (Top): oops.
6
7 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
8
9         * input/regression/utf8.ly (portuguese): added a portuguese example
10         to show latin1 accents.
11
12 2005-02-21  Pal Benko  <benkop@freestart.hu>
13
14         * lily/mensural-ligature-engraver.cc:
15         * lily/mensural-ligature.cc:
16         * lily/include/mensural-ligature.hh: new algorithm implemented
17
18         * scm/define-grob-properties.scm: join-left killed (add-join may
19         be used); join-left-amount changed to join-right-amount
20
21 2005-02-21  Graham Percival  <gperlist@shaw.ca>
22
23         * Documentation/user/notation.itely: small but urgent fix.
24
25 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
26
27         * lily/duration-scheme.cc: bugfix: correct parameters to
28         SCM_ASSERT_TYPE.
29
30 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
31         
32         * VERSION (PACKAGE_NAME): release 2.5.12
33
34 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
35
36         * ly/engraver-init.ly: set tieWaitForNote to #t by default
37
38         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
39
40         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
41
42         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
43
44 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
45
46         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
47         latin1..utf-8.
48
49         * input/regression/stanza-number.ly:
50         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
51
52         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
53
54 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
55
56         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
57         NEWS. Refer to website for older news.  
58
59         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
60         .HTML. This should be done for specific servers only.
61
62         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
63         .ly image examples.
64
65         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
66         in layer 0 too.
67
68         * scm/define-context-properties.scm
69         (all-user-translation-properties): add tieWaitForNote
70
71         * scm/define-grobs.scm (all-grob-descriptions): add
72         Tie_column::before_line_breaking
73
74         * lily/tie.cc (get_column_rank): new function
75
76         * lily/tie-column.cc (before_line_breaking): new function.
77         (werner_directions): take into account ties that start on
78         different columns.  
79
80         * lily/score-engraver.cc (set_columns): move add_column() so we
81         have column rank available.
82
83         * lily/tie.cc (get_column_rank): new function.
84
85         * input/regression/utf8.ly (japanese): add japanese lyrics.
86
87         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
88
89         * THANKS: add Steve D
90
91         * ttftool/*.c: add TTF -> Type42 conversion library.
92
93 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
94
95         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
96         to show harmonic notes
97         * scm/define-markup-commands.scm: in \markup-by-number
98         "dots-dot" -> "dots.dot" to show dotted notes
99
100 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
101
102         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
103
104         * flower/memory-stream.cc (writer): new file.
105
106         * configure.in: add endian test.
107
108 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
109
110         * Documentation/user/examples.itely: small
111         simplification/beautification
112
113         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
114         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
115         notation manual.
116
117         * lily/mensural-ligature.cc: bugfix: another few victims of the
118         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
119
120         * ly/gregorian-init.ly: commit some experimental code for hi-level
121         ligature input language lying around here for several months.
122
123         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
124         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
125
126         * lily/vaticana-ligature-engraver.cc: bugfix: another few
127         "x-y-z"->"x.y.s-z" fixes.
128
129 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
130
131         * scm/framework-pdf.scm (scm): new file
132
133         * lily/include/pdf.hh (class Pdf_file): new file.
134
135         * lily/pdf.cc (write_trailer): new file.
136
137 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
138
139         * input/regression/color.ly: new file
140
141         * lily/stencil.cc (interpret_stencil_expression):
142         when a color expression is encountered: save current color,
143         process the rest of the expression, and restore previous color.
144
145         * lily/system.cc (get_line): check all grobs for color property and
146         prepare the stencil scheme expressions for further processing.
147         Fix layer-loop.
148
149         * scm/define-grob-properties.scm: introduce the color property.
150
151         * scm/output-lib.scm: color helper functions.
152
153         * scm/output-ps.scm: introduce setcolor/resetcolor.
154
155 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
156
157         * ly/*.ly, input/regression/*.ly: Added missing \version
158         statements in some files.
159
160 2005-02-15  Graham Percival  <gperlist@shaw.ca>
161
162         * Documentation/user/notation.itely: minor editing.
163
164         * Documentation/user/converters.itely: updated convert-ly bugs.
165
166         * Documentation/user/lilypond-book.itely: add info about using
167         feta characters in latex.
168
169 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
170
171         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
172
173 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
174
175         * scm/define-grob-properties.scm (all-user-grob-properties):
176         removed 'dashed property.
177
178 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
179
180         * scm/lily.scm (define-safe-public): new macro for defining
181         variables that can be used in --safe mode. Use it in *.scm
182         instead of manually setting safe-objects in safe-lily.scm.
183
184 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
185         
186         * Slur-dash patch by Bertalan.
187
188         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
189
190         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
191
192 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
193
194         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
195
196 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
197
198         * mf/GNUmakefile: teTeX-3.0 install fix.
199
200         * Cygwin patch from Bertalan.
201
202         * stepmake/stepmake/metafont-rules.make: Remove bashism.
203
204 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
205
206         * GNUmakefile.in: 
207         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
208
209         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
210         2.0.x compatibility.
211
212 2005-02-08  Werner Lemberg  <wl@gnu.org>
213
214         * mf/feta-din-code.mf: Format; clean up code.
215         Replace `---' with `--' plus explicit path directions.
216         (linethickness#, stafflinethickness#): Remove.
217         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
218         ("dynamic s"): Improve shape.
219         ("dynamic p"): Improve shape.
220         Replace `draw' with better outline approximation.
221         ("dynamic r"): Improve shape.
222         Don't call `fill' and `draw' at the same time.
223
224 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
225
226         * SConstruct (symlink):
227         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
228         build fix: add enc symlink.
229
230         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
231
232         Support for DESTDIR besides prefix=/foo
233
234         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
235
236         * stepmake/stepmake/*.make:
237         * */GNUmakefile:
238         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
239
240         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
241
242         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
243         mawk in fontforge (date) test.
244
245 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
246
247         * scm/font.scm (make-century-schoolbook-tree): add NCS as
248         font-family=roman. Add Luxi Sans as sans
249
250 2005-02-07  Graham Percival  <gperlist@shaw.ca>
251
252         * Documentation/user/notation.itely: add warning about
253         percent repeats and Voice contexts.
254
255         * Documentation/user/lilypond-book.itely: clarified the
256         necessity of dvips -u arguments.
257
258 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
259
260         * THANKS: Added a bunch of bug hunters.
261
262 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
263
264         * scm/framework-ps.scm (output-preview-framework): bugfix.
265
266         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
267         o/ for chord modifier..
268
269         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
270
271         * lily/drum-note-performer.cc:  remove unused (thanks Michael
272         Welsh Duggan). 
273
274 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
275
276         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
277
278         * ly/titling-init.ly: Do not also print intstrument in header on
279         first page.  Do not print page number on first and only page.
280
281 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
282
283         * input/regression/*.ly: remove old-relative everywhere
284
285         * lily/music-sequence.cc (simultaneous_relative_callback): do
286         what-if analysis on copy, not on original. Fixes old-relative
287         compatibility.
288
289         * scm/backend-library.scm (postscript->png): space before
290         --verbose.
291         
292 2005-02-05  Werner Lemberg  <wl@gnu.org>
293
294         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
295         is defined.
296
297         * mf/feta-alphabet.mf: Define `staffsize#'.
298         Include `feta-params.mf'.
299         s/staffheight/design_size/.
300
301         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
302
303         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
304
305         * mf/feta-nummer-code.mf: Reformatted.
306         (draw_six): Use outline intersection to avoid a self-intersecting
307         path.
308         ("Numeral comma"): Fix serious outline glitches.  This slightly
309         changes the glyph shape.
310         ("Numeral dash"): Use `draw_rounded_block'.
311         ("Numeral dot"): Use `drawdot'.
312         ("Numeral 1"): Assure identical tangent directions for the
313         intersection points of paths.  The glyph shape improvement is only
314         visible at very high magnifications.
315         ("Numeral 2"): Use `solve' macro to make the lower right part of
316         the glyph outline touch the x axis exactly.  This changes the
317         glyph shape.
318         Minor fixes for better overlap removal support.
319         ("Numeral 4"): Make lefter corner `rounder'.
320         ("Numeral 5"): Assure identical tangent directions for the
321         intersection points of paths.  This improves the glyph shape at
322         high magnifications.
323         ("Numeral 7"): Use `solve' macro to make the upper right part of
324         the glyph outline touch the metrics box exactly.  This changes the
325         glyph shape.
326         Avoid corner in the upper left part of the glyph (causing a minor
327         shape change).
328
329         * mf/feta-ital-*.mf: Removed.  Unused.
330
331 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
332
333         * VERSION (PATCH_LEVEL): release 2.5.11
334
335         * input/regression/fill-line-test.ly: new file.
336
337         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
338         emmentaler name, eg. emmentaler-23. 
339
340 2005-02-04  Christian Hitz  <chhitz@gmx.net>
341
342         * scm/scm/define-markup-commands.scm (fill-line): rework for better
343         alignment with centered texts
344
345         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
346         list of paddings
347
348 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
349
350         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
351
352         * lily/note-column.cc (translate_rests): call flush_extent_cache()
353         of parents when translating rests. Fixes: c-chord-rest.ly 
354
355         * lily/include/dimension-cache.hh (struct Dimension_cache): add
356         dimension_callback_ member.
357
358         * lily/grob.cc (flush_extent_cache): new function. Force recompute
359         of extents.
360
361 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
362
363         * all but lily/*: The grand 2004/2005 replace.
364
365 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
366
367         * lily/*: add space after ,  
368
369         * scm/music-functions.scm (has-request-chord): don't use
370         ly:music-name anywhere. Fixes <<\\>> notation. 
371
372         * scm/define-markup-commands.scm (box): use font-size for
373         padding. Fixes boxed-rehearsal-marks.ly
374
375         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
376         identifier definition too, so foo = \lyrics { ...   } bar = #1
377         doesn't complain about "bar" being LYRICS_STRING.
378
379         * lily/paper-def.cc (find_pango_font): new routine; Store
380         pango_fonts in hash tab too. This is necessary for retrieving
381         Pango_fonts::physical_font_tab() later on.
382  
383         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
384         crash if psname is null.
385
386         * lily/lily-guile.cc (ly_hash2alist): new function
387
388         * Documentation/user/changing-defaults.itely (Text encoding):
389         rewrite. 
390
391         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
392         -> font_filename mapping.
393
394         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
395         ly_pango_font_physical_fonts
396
397         * scm/framework-ps.scm (supplies-or-needs): extract names from
398         physical Pango_fonts.
399
400         * utf8.ly: new file.
401
402 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
403
404         * Documentation/user/changing-defaults.itely (Page layout): add
405         doco about systemSeparatorMarkup.
406
407         * scm/page-layout.scm (default-page-make-stencil): add-to-page
408         function.
409         (default-page-make-stencil): insert system separators.
410
411         * scm/define-markup-commands.scm (hcenter): add
412         (beam): add.
413
414 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
415
416         * scm/output-ps.scm (ez-ball): reinstate ez notation.
417
418 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
419
420         * lily/main.cc: Spell backend consistently.  Sort options.
421
422 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
423
424         * scripts/lilypond-book.py (Module): revert @include.
425         
426 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
429         Bugfix: @include .tex (not .texi).  Small cleanups.
430
431         * stepmake/bin/add-html-footer.py (i18n): New function.
432
433 2005-01-31  Werner Lemberg  <wl@gnu.org>
434
435         * mf/feta-nummer.mf: Removed.  Unused.
436
437 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
438
439         * lily/ : 2004 -> 2005 s&r
440
441         * scm/file-cache.scm (cached-file-contents): add file. Read each
442         file only once.
443
444         * scm/font.scm (add-pango-fonts): change order. Medium weight is
445         now default.
446
447         * VERSION: release 2.5.10
448         
449         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
450
451         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
452
453         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
454         that both X and Y extents of bbox are non-nil.
455
456 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
457
458         * scm/chord-name.scm (alteration->text-accidental-markup): change
459         - to . 
460
461         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
462
463         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
464
465         * Documentation/user/invoking.itely (Invoking lilypond): add note
466         about EPS backend.
467
468         * scm/framework-eps.scm: new file: create per-system/per-page EPS
469         files for inclusion in lilypond-book document.
470
471         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
472
473         * input/tutorial/lbook-texi-test.texi: new file.
474
475         * scm/safe-lily.scm (safe-objects): add
476         {begin,end}-of-line-(in)?visible as safe.
477  
478 2005-01-30  Graham Percival  <gperlist@shaw.ca>
479
480         * Documentation/user/changing-defaults.itely: fixed example
481         of (dynamics).
482
483 2005-01-29  Graham Percival  <gperlist@shaw.ca>
484
485         * lily/main.cc: fix info about -o=FILE.
486
487 2005-01-29  Werner Lemberg  <wl@gnu.org>
488
489         * mf/feta-toevallig.mf ("Natural"): Completely changed the
490         construction to assure smooth transition from straight to curved
491         lines.
492
493 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
494
495         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
496         stencils.
497
498         * ps/lilyponddefs.ps: add start-page, start-system doesn't
499         translate to top of page. Fixes alignment problems of
500         lilypond-generated EPS files.
501
502 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
503
504         * scm/part-combiner.scm (analyse-spanner-states): trigger on
505         crescendo-end as well, since Decrescendo maybe ended with Stop
506         Crescendo.). Fixes: partcombine-diminuendo.ly
507
508         * scm/script.scm (default-script-alist): swap portato symbols.
509
510         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
511
512         * lily/paper-outputter-scheme.cc (LY_DEFINE):
513         ly:outputter-port. New function.
514
515         * scm/framework-ps.scm (output-classic-framework): dump a
516         -systems.texi too
517         (output-classic-framework): dump multiple systems on an "infinite"
518         page EPS including fonts. 
519
520         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
521         .eps files for both texi and tex formats. Use PNG coming from
522         lilypond.
523         
524 2005-01-28  Graham Percival  <gperlist@shaw.ca>
525
526         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
527
528         * scripts/lilypond-latex.py: fix info about -o=FILE.
529
530 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
531
532         * ly/generate-embedded-cff.ly: write .cff.ps files.
533
534         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
535
536         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
537         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
538
539 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
540
541         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
542
543 2005-01-28  Werner Lemberg  <wl@gnu.org>
544
545         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
546         macros.
547         (draw_bulb): Improved.
548
549         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
550         metapost bug.
551         (draw_pedal_P): Use soft_end_penstroke.
552         (draw_pedal_d): Use soft_start_penstroke.
553
554         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
555         path.
556         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
557         doesn't change the glyph shape.
558
559         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
560         changing the shape) to avoid fontforge warnings.
561
562         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
563         soft_end_penstroke and fix glyph shape.
564
565 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
566
567         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
568
569 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
570
571         * scm/define-markup-commands.scm (line): filter out empty stencils
572         from line command.
573
574         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
575         amount.
576
577 2005-01-27  Graham Percival  <gperlist@shaw.ca>
578
579         * Documentation/user/notation.itely: added info about what
580         \voiceFoo does.  Also rewrote warning about marks at
581         a line break.
582
583         * Documentation/user/changing-defaults.itely: added info
584         about putting dynamics in parenthesis and brackets.
585
586 2005-01-27  Werner Lemberg  <wl@gnu.org>
587
588         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
589
590 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
591
592         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
593         portato-direction.ly
594
595         * lily/beam.cc (consider_auto_knees): add beam height to
596         threshold. Fixes: knee-multiple-beam.ly
597
598         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
599         pedal line spanners. Fixes: instrument-center-pedal.ly
600
601         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
602         if encountering barline. Fixes: auto-beam-repeat.ly
603
604 2005-01-26  Werner Lemberg  <wl@gnu.org>
605
606         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
607         overlapping.
608
609         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
610         with inflections for the 1/2 sharp glyph.
611
612         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
613         connection between `t' and `r'.
614         Unify bulb with the rest of `r' to avoid grazing outlines which
615         confuses the overlap removal algorithm of fontforge.
616
617         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
618         inflections.
619         (draw_cross): Fix shape to have uniform thickness in corners.
620
621         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
622         to avoid an uneven number of self-intersections; this confuses
623         fontforge.
624         Fix a slight bug in the shape at left bottom (which is visible only
625         at high magnifications).
626         `Center' the stem horizontally to avoid overlapping.
627
628 2005-01-24  Werner Lemberg  <wl@gnu.org>
629
630         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
631         to `asis'.
632         (fet_begingroup): Save group name in string `feta_group'.
633         (fet_endgroup): Updated.
634         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
635
636         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
637
638         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
639         in metapost.
640
641 2005-01-24  Graham Percival  <gperlist@shaw.ca>
642
643         * Documentation/user/notation.itely: really minor editing.
644
645 2005-01-22  Graham Percival  <gperlist@shaw.ca>
646
647         * Documentation/user/examples.itely: minor editing.
648
649         * Documentation/user/changing-defaults.itely: minor editing.
650
651         * Documentation/user/notation.itely: clarified info on polyphony
652         and \addlyrics.
653
654 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
655
656         * scm/output-gnome.scm: 
657         * scm/output-svg.scm:
658         * scm/lily-library.scm (font-name-style): Update font name
659         kludging for fontconfig use.
660
661 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
662
663         * scm/define-markup-commands.scm: Document right-align and
664         larger markup commands. Remove "TODO" from the topmost comment
665         "each markup function should have a doc string." More consistent
666         use of new-lines.
667
668 2005-01-22  Graham Percival  <gperlist@shaw.ca>
669
670         * Documentation/user/changing-defaults: removed info about
671         copyright symbol, since it's likely to change soon.
672         Added info about betweensystemspace.
673
674         * Documentation/user/notation.itely: minor fixes.
675
676         * Documentation/user/lilypond.tely,
677         Documentation/user/music-glossary.tely: changed copyright
678         date to 2005 instead of 2004.
679
680         * input/test/volta-chord-names.ly: added old example back.
681
682 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
683
684         * mf/feta-beugel.mf: use design size 20 (not 15).
685
686         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
687         change name to aybabtu completely
688
689 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
690
691         * buildscripts/gen-emmentaler-scripts.py (outdir): add
692         design_size to fontname
693
694 2005-01-19  Werner Lemberg  <wl@gnu.org>
695
696         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
697         mf/feta-schrift.mf: s/p/pat/ if a path variable.
698
699         * mf/feta-autometric.mf (set_char_box): Add code which emits
700         specials for mf2pt1 if run with metapost.
701         (to_bp): New macro for mf2pt1.
702
703 2005-01-18  Graham Percival  <gperlist@shaw.ca>
704
705         * Documentation/user/changing-defaults: added info on
706         creating a copyright symbol.
707
708 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
709
710         * VERSION: release 2.5.9
711         
712 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
713
714         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
715
716         * Documentation/user/notation.itely: Document
717         score-override-auto-beam-setting Fix documentation for
718         revert-auto-beam-setting.
719
720 2005-01-18  Werner Lemberg  <wl@gnu.org>
721
722         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
723         (procset): New function to define a procset resource.
724         (ps-embed-pfa): New function to define a font resource.
725         (setup): New function to define a `Setup' environment.
726         (preamble): Use new functions.
727
728         * ps/lilypond.defs (init-lilypond-parameters): New function to
729         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
730
731 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
732
733         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
734
735 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
736
737         * scm/define-markup-commands.scm: Change number->markletter-string
738         to take two arguments (vector number). Add number->mark-alphabet-vector
739         and markalphabet markup command.
740
741         * scm/translation-functions.scm: Add format-mark-box-alphabet,
742         format-mark-alphabet, format-mark-box-barnumbers and
743         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
744
745 2005-01-17  Graham Percival  <gperlist@shaw.ca>
746
747         * Documentation/user/examples.itely: add SATB automatic piano
748         reduction template.
749
750         * Documentation/user/notation.itely: added info about changing
751         partcombine texts.  Also adds examples of alternate lyrics.
752
753         * Documentation/user/changing-defaults.itely: added warning
754         about \RemoveEmptyStaffContext overriding previous changes.
755
756 2005-01-17  Werner Lemberg  <wl@gnu.org>
757
758         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
759         feta-alphabet*.
760
761 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
762
763         * python/lilylib.py (make_ps_images): don't do final showpage for
764         multi-page documents.
765         
766         * VERSION (MY_PATCH_LEVEL): release 2.5.8
767
768 2005-01-16  Graham Percival  <gperlist@shaw.ca>
769
770         * Documentation/user/lilypond.tely: changed order of appendices;
771         unified index should be last.
772
773         * Documentation/user/notation.itely: add example of key signatures
774         and info about Staff.printKeyCancellation.
775
776 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
777
778         * lily/include/repeated-music.hh (class Repeated_music): change
779         into "namespace" class.
780
781         * lily/event.cc: remove Key_change_event.
782
783         * lily/include/transposed-music.hh (class Transposed_music): remove.
784
785         * lily/transposed-music.cc: remove
786
787         * lily/include/relative-music.hh: remove.
788
789         * lily/include/music-sequence.hh (struct Music_sequence): change
790         into "namespace" class.
791
792         * lily/untransposable-music.cc (Module): remove
793
794         * lily/include/un-relativable-music.hh (Module): remove
795
796         * lily/include/untransposable-music.hh (Module): remove
797
798         * lily/include/music-list.hh (Module): remove file
799
800         * lily/un-relativable-music.cc: remove file.
801
802 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
803
804         * lily/parser.yy: Compile fix.
805
806 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
807
808         * lily/include/music.hh (class Music): unvirtualize transpose().
809
810         * lily/sequential-music.cc: remove file.
811
812         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
813
814         * lily/slur-scoring.cc (get_best_curve): only switch on
815         DEBUG_SLUR_SCORING for non NDEBUG builds.
816
817         * lily/include/music.hh (class Music): replace Music::start_mom()
818         by start-callback property
819
820         * lily/include/grace-music.hh: remove file. 
821
822         * lily/stem.cc (height): robustness fix.
823
824         * lily/time-scaled-music.cc: remove file.
825
826         * lily/include/music.hh (class Music): include SCM init argument.
827         (class Music): replace Music::get_length() virtual by
828         length-callback property everywhere.
829
830         * scripts/convert-ly.py (conv): add  # to \property scalar value.
831
832         * mf/GNUmakefile: don't install *list.ly
833
834 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
835
836         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
837
838 2005-01-12  Werner Lemberg  <wl@gnu.org>
839
840         This patch addresses the following problems in the feta sources
841         files which contribute to the fetaXX fonts.
842
843         . Many fixes for rasterization at low resolutions (consistent use of
844           `vround' and `hround', integer shift values for paths, applying
845           `eps' for mirrored paths, use of `define_whole_pixels' and
846           friends, etc.) -- while this probably looks like a waste of time
847           it has revealed deficiencies in some glyph shapes.  See comment at
848           the end of feta-params.mf how vertical symmetry is achieved.
849
850         . The `---' operator has been replaced everywhere with `--'; this
851           both improves and considerably reduces the font size after
852           conversion with mf2pt1.
853
854         These change aren't explicitly mentioned below since virtually all
855         glyphs are affected.
856
857         Other notable differences:
858
859         . Glyphs from feta-accordion.mf now have charboxes around the
860           outline.
861
862         . Fixed incorrect charbox for `accDot'.
863
864         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
865
866         . Fixed position of the bow in the `upprall' glyph and its siblings.
867
868         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
869           dependent on the staff line thickness to avoid touching the middle
870           staff line at smaller sizes.
871
872         . Largely extended output for feta-testXX: Where useful, glyphs
873         are shown both between and on staff lines.
874
875
876         * mf/feta-params.mf (staff_space_rounded,
877         stafflinethickness_rounded, linethickness_rounded,
878         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
879         Update all code which uses them where appropriate.
880         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
881         New variables used to control rasterization at low resolutions.  Set
882         to zert if feta code is processed with metapost.
883
884         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
885         (draw_rounded_block, draw_square_block): Updated to use `--' only.
886         (flare_path): Updated.
887         Make it work with `filldraw' (but only circular pens).
888         (hfloor, vfloor, hceiling, vceiling): New macros.
889
890         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
891         Use `draw' again in mf mode to have good pixel dropout control.
892         Fix intersection points of horizontal lines with circle.
893         ("accDot"): Fix parameters for set_char_box.
894         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
895         control.
896
897         * mf/feta-banier.mf: Updated.
898
899         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
900         testing.
901         (undraw_inside_ellipse): Remove `center' argument.  Update all
902         callers.
903         (draw_brevis): New macro, called by "Brevis notehead".
904         (draw_whole_triangle_head): New macro, called by "Whole
905         trianglehead".
906         (draw_small_triangle_head): Use `filldraw'.
907
908         * mf/feta-eindelijk.mf: Remove useless global group.
909         Updated.
910
911         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
912         `filldraw'.
913
914         * mf/feta-pendaal.mf: Updated.
915
916         * mf/feta-puntje.mf: Updated.
917
918         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
919         less points.
920         ("Flageolet"): Use `draw' again in mf mode to have good pixel
921         dropout control.
922         ("Varied Coda"): Use `draw_block'.
923         (draw_comma): Fix typo.
924         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
925         pixel dropout control.
926
927         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
928         position of bow.
929
930         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
931         sizes.
932
933         * mf/feta-toevallig.mf (remember_pic): New variable, used for
934         testing.
935         (draw_meta_sharp): Much simplified.
936         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
937
938         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
939
940 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
941
942         * Documentation/user/notation.itely (Ancient rests): Fix typo
943         (thanks Anthony)
944
945 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
946
947         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
948
949         * lily/main.cc (setup_paths): Add cff.
950
951         * mf/GNUmakefile (foe): Include actual target %.cff.
952         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
953
954 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
955
956         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
957         suffix for main_input_b_.
958
959         * scm/music-functions.scm (toplevel-music-functions):
960         precompute music lengths for music expressions.  
961
962 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
963
964         * lily/include/input.hh (class Input): new `end_' slot for end of
965         input. Renamed defined_str0_ to start_.
966
967         * lily/input.cc (Input): Add Input::Input (Input const &) and
968         remove Input::Input (Source_file*, char const *). Use the new
969         slots.
970         (set_location): method used by bison to propagate input
971         locations (YYLLOC_DEFAULT).
972         (end_line_number, end_column_number, step_forward): new methods
973         
974         * lily/input-scheme.cc (ly:input-both-locations): new function,
975         similar to ly:input-location, but also return the end line and
976         column.
977
978         * lily/include/includable-lexer.hh: 
979         * lily/includable-lexer.cc: 
980         * lily/include/lily-lexer.hh (class Lily_lexer): 
981         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
982         Includable_lexer to Lily_lexer, in order to update lexloc (the
983         yylloc), a new slot of Lily_lexer.
984         (here_input, LexerError): simplify by using the lexloc slot (aka
985         yylloc)
986
987         * lily/lexer.ll: #define yylloc to use input locations (it may
988         be useless here?). Fixed the #embedded_scm rule (step the location
989         forward in order to skip the sharp sign before parsing the scheme
990         expression)
991
992         * lily/include/lily-parser.hh (class Lily_parser): 
993         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
994         here_input()
995         (parser_error): overload for more precise locations of errors.
996
997         * lily/parser.yy (YYLTYPE): set location type to Input
998         (YYLLOC_DEFAULT): use Input::set_location()
999         (yylex): add the YYLTYPE* location parameter.
1000         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
1001         Give an Input parameter to THIS->parser-error() for more accurate
1002         messages.
1003
1004 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1005
1006         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
1007
1008         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
1009         on BEAMQUANTING for non-NDEBUG builds.
1010
1011         * lily/stem.cc (head_count): performance: avoid String::String()
1012         inside oft called function.
1013
1014 2005-01-09  Graham Percival  <gperlist@shaw.ca>
1015
1016         * Documentation/user/examles.itely: attempted fix for broken
1017         string quartet template.
1018
1019         * Documentation/user/notation.itely: remove unnecessary broken
1020         link.
1021
1022 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1023
1024         * VERSION (PACKAGE_NAME): release 2.5.7
1025
1026 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1027
1028         * config.make.in (METAFONT): Append -progname=mf, fixes use with
1029         mf-nowin for teTeX-3.0.  Backportme.
1030
1031         * scm/output-svg.scm (utf8-string): New function.
1032
1033         * scm/output-gnome.scm (utf8-string): New function.
1034         (otf-name-mangling): Remove.
1035
1036         * lily/pango-font.cc (Pango_font): Use font string iso font
1037         filename for utf8-text.
1038
1039         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
1040         name.
1041
1042 2005-01-08  Graham Percival  <gperlist@shaw.ca>
1043
1044         * Documentation/user/notation.itely: add info about
1045         Staff.extraNatural = ##f in Pitches section.  Also
1046         fixed some minor issues in the Vocal music section.
1047
1048 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1049
1050         * scm/output-ps.scm (white-text): comment out Helvetica font,
1051         which is broken for my GS install.
1052
1053         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
1054         which provides a tighter bbox.
1055
1056         * scm/define-grobs.scm (all-grob-descriptions): remove all
1057         extra-offsets from definitions.
1058
1059 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
1060
1061         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
1062         add tuning for 4-string bass and some common 4/5-string banjo
1063         tunings.  New function (four-string-banjo) turns a 5-string tuning
1064         into a 4-string tuning.  New function
1065         (fret-number-tablature-format-banjo) computes correct fret numbers
1066         on 5-string banjos.
1067
1068         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
1069         Add beam correction to TabVoice.
1070
1071         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
1072         using bold font; makes tabs more readable.
1073
1074 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1075
1076         * lily/font-select.cc (get_font_by_design_size): don't make
1077         Modified_font_metric; this causes trouble, since we don't know the
1078         font magnification from inside Pango_font::text_stencil()
1079
1080         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
1081
1082         * Documentation/user/notation.itely (The Lyrics context): comment out
1083         broken {Small ensembles} link.
1084
1085         * scm/framework-svg.scm (output-framework): change calling convention.
1086
1087         * lily/object-key-dumper-scheme.cc: new file.
1088
1089         * lily/object-key-undumper-scheme.cc: new file.
1090
1091         * lily/tweak-registration-scheme.cc: new file.
1092
1093         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
1094
1095         * Documentation/user/examples.itely (String quartet): uncomment
1096         broken example.
1097
1098         * lily/font-config.cc: new file.
1099
1100 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * scm/output-svg.scm: 
1103         * scm/output-gnome.scm: s/bigcheese/emmentaler.
1104
1105         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
1106
1107 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1108
1109         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
1110         Add headers.
1111
1112         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
1113
1114 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1115
1116         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
1117
1118         * lily/include/main.hh: lose _b hungarian suffixes for global
1119         variables.
1120
1121         * lily/include/lily-guile-macros.hh: new file.
1122
1123         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
1124
1125         * lily/general-scheme.cc: new file. 
1126
1127         * lily/font-select.cc (get_font_by_design_size): retrieve
1128         PangoFont for (designsize . "pango-descr") entries.
1129
1130         * lily/lily-parser-scheme.cc: new file.
1131
1132         * lily/output-def-scheme.cc: new file.
1133
1134         * lily/paper-book-scheme.cc: new file.
1135
1136         * lily/duration-scheme.cc (LY_DEFINE): new file.
1137
1138         * lily/pitch-scheme.cc:  new file.
1139
1140         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
1141
1142 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1143
1144         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
1145
1146 2005-01-06  Graham Percival  <gperlist@shaw.ca>
1147
1148         * Documentation/user/notation.itely: minor editing.
1149
1150         * Documentation/user/changing-defaults: minor editing.
1151
1152         * Documentation/user/examples.itely: add template for
1153         string quartet part extraction; demonstrates tag.
1154
1155 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
1156
1157         * Documentation/user/notation.itely: documents
1158         format-mark-box-letters and format-mark-box-numbers
1159
1160         * scm/define-context-properties.scm: change comment.
1161
1162 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1163
1164         * scm/framework-ps.scm (output-classic-framework): new function:
1165         dump systems as separate .eps files (without fonts) and write a
1166         single collecting .tex file.
1167
1168 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1169
1170         * Documentation/user/notation.itely (Setting simple songs):
1171         Correct several errors in the equivalent formulation of
1172         \addlyrics. 
1173         (The Lyrics context): Corrected link to the SATB example.
1174
1175 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1176
1177         * scm/lily.scm (completize-formats): new function
1178         (postprocess-output): new function
1179
1180         * lily/paper-book.cc (classic_output): change calling
1181         convention. Give basename as first argument. 
1182         remove Paper_book::post_processing().
1183
1184         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
1185
1186 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1187
1188         * lily/paper-outputter.cc (LY_DEFINE): new function
1189         ly:outputter-close.
1190
1191         * lily/main.cc: change --format,-f to --backend,-b
1192
1193         * lily/include/main.hh: rename format to backend.
1194
1195         * scm/translation-functions.scm (format-mark-box-numbers): add.
1196         patch by Erlend Aasland
1197
1198 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1199
1200         * lily/pango-font.cc (text_stencil): dump string as
1201         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
1202
1203 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1204
1205         * configure.in (gui_b): Remove handy developer-only
1206         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
1207         CVS source installations (but break other non-default but correct
1208         PKG_CONFIG_PATH setups), as this is no longer developer-only.
1209
1210         * SConstruct: 
1211         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
1212         compatibility (backportme).
1213
1214         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
1215
1216 2005-01-03  Werner Lemberg  <wl@gnu.org>
1217
1218         Prepare glyph shapes for mf2pt1 conversion.
1219
1220         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
1221         (accDiscant, accFreebase, accStdbase): Replace `draw' with
1222         `penstroke'.
1223         (accDot): Use `drawdot'.
1224         (accBayanbase): Replace `draw' with `draw_gridline'.
1225         (print_penpos): Moved to feta-macros.mf.
1226         (accOldEE): Replace `filldraw' with `penstroke'.
1227         Replace `draw' with `penstroke' and `drawdot'.
1228
1229         * mf/feta-banier.mf: Code clean-up.
1230         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
1231         `fill'.
1232
1233         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
1234
1235         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
1236         paremeter to control drawing of labels.  Update all callers.
1237
1238         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
1239         (new_bulb): Return a bulb as a single path.  To do that, it now
1240         takes some more parameters.  Updated all callers.
1241         (draw_gclef): Major clean-up.  `draw' has been replaced with
1242         `penstroke', unnecessary outlines have been removed.
1243         Remove (unused) gnome-canvas code.
1244
1245         * mf/feta-macros.mf (print_penpos): New macro (from
1246         feta-accordion.mf).
1247         Other minor fixes.
1248
1249         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
1250         ("Pedal dot"): Use `drawdot'.
1251         (draw_pedal_P): Add parameter to control drawing of labels.  Update
1252         all callers.
1253         Fix shape at top.
1254         (draw_pedal_e): Add parameter to control drawing of labels.  Update
1255         all callers.
1256         (draw_pedal_d): Add parameter to control drawing of labels.  Update
1257         all callers.
1258         Revert drawing direction.
1259
1260         * mf/feta-schrift.mf (draw_fermata): Use single path.
1261         (draw_short_fermata): Replace `filldraw' with `fill'.
1262         (draw_long_fermata, draw_very_long_fermata): Replace calls to
1263         `draw_rounded_block' with a single path.
1264         ("Thumb"): Draw full circle instead of mirroring segments.
1265         (draw_accent): New macro.
1266         ("> accent", "espr"): Use it.
1267         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
1268         ("open (unstopped)"): Draw full circle instead of mirroring
1269         segments.
1270         (draw_vee): Removed.
1271         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
1272         ("Downbow"): Replace calls to `draw_rounded_block' with a single
1273         path.
1274         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
1275         partial pieces drawn with `fill' -- these do still overlap with the
1276         stem of the `t' but just once, not multiple times so that fontforge
1277         can handle it gracefully.
1278         Change other parts of the glyph so that fontforge's overlapping
1279         algorithm reliably works.
1280         (draw_heel): Replace `draw' with `fill'.
1281         (draw_toe): Use `draw_accent' instead of `draw_vee'.
1282         ("Flageolet"): Replace `draw' with `penstroke'.
1283         ("Segno"): Replace `filldraw' with `penstroke'.
1284         Replace `draw' with `drawdot'.
1285         ("Coda"): Replace `fill' with `penstroke', using a single path.
1286         ("Varied Coda"): Use less overlapping paths.
1287         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
1288         single path.
1289
1290         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
1291         group to better control the `labels' command.
1292         Rename argument to `offset' and use it actually.  Update all
1293         callers.
1294         Replace `filldraw' with `fill'.
1295         ("mordent", "prallmordent", "upmordent", "downmordent",
1296         "lineprall"): Replace `draw' with `draw_gridline'.
1297         ("upprall", "downprall"): Replace `draw' with `fill'.
1298
1299         * mf/feta-timesig.mf: Formatting.
1300
1301         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
1302         to...
1303         ("Flat"): Here.
1304         (draw_paren): Move code to draw labels to...
1305         ("Right Parenthesis"): Here.
1306
1307 2005-01-02  Graham Percival <gperlist@shaw.ca>
1308
1309         * Documentation/user/notation.itely: add example of \setTextDecresc
1310         and \setTextDim.
1311
1312 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
1313
1314         * scm/define-markup-commands.scm :  fix glyph-strings of
1315         accidentals and \note-by-number
1316
1317 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1318
1319         * VERSION: 2.5.6 released.
1320         
1321         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
1322
1323         * input/regression/new-markup-scheme.ly: oops. font-family=music
1324         -> font-encoding fetaMusic.  
1325
1326         * lily/main.cc: put default to PS.
1327
1328         * lily/tfm.cc: idem.
1329
1330         * lily/afm.cc: idem.
1331
1332         * lily/include/modified-font-metric.hh (struct
1333         Modified_font_metric): remove coding_scheme() method.
1334
1335         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
1336
1337         * scripts/convert-ly.py (conv): crash on encountering \encoding.
1338
1339         * input/les-nereides.ly: convert to utf8
1340
1341         * lily/modified-font-metric.cc (text_dimension): idem.
1342
1343         * lily/parser.yy (TODO): idem.
1344
1345         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
1346
1347         * lily/lexer.ll: remove encoding
1348
1349         * scm/framework-ps.scm (output-variables): separately scale the
1350         page to mm 
1351
1352         * lily/pango-font.cc (Pango_font): fix scaling.
1353
1354         * lily/font-metric.cc (design_size): design_size returns a
1355         dimension now as well.
1356
1357 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1358
1359         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
1360         brace generation. 
1361
1362         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
1363
1364 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1365
1366         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
1367         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
1368
1369 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1370
1371         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
1372         in first run as well.
1373
1374         * scm/paper.scm (layout-set-staff-size): use text-font-size in
1375         dimension less points (ie. 12 = 12 point)
1376
1377         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
1378
1379         * lily/all-font-metrics.cc (find_pango_font): set description_
1380
1381         * lily/pango-font.cc (text_stencil): export size as well.
1382         (text_stencil): fix scaling and extents box.
1383
1384 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1385
1386         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
1387
1388         * Documentation/user/invoking.itely (Invoking lilypond): document
1389         texstr
1390
1391         * scripts/convert-ly.py (conv): add ancient rules.
1392
1393         * scm/clef.scm (c0-pitch-alist): replace - with .
1394
1395         * scripts/lilypond-book.py (process_snippets): add texstr support.
1396
1397         * scm/framework-texstr.scm (header): change extension to .textmetrics
1398
1399         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
1400         -f tex.
1401
1402         * lily/text-metrics.cc: new file.
1403         (try_load_text_metrics): new function
1404
1405         * lily/include/text-metrics.hh: new file.
1406
1407 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1408
1409         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
1410         ly_scheme_function to ly_lily_module_constant.
1411
1412         * lily/modified-font-metric.cc (text_dimension): try
1413         lookup_tex_text_dimension() first.
1414
1415         * lily/tfm.cc: new function ly:load-text-dimensions
1416
1417 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1418
1419         * scm/output-texstr.scm (text): use \lilygetmetrics
1420
1421         * scm/framework-texstr.scm (header): dump in new format.
1422
1423         * tex/lilypond-tex-metrics: new file.
1424         
1425 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1426
1427         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
1428         mapping.
1429         (index_to_charcode): New method.
1430
1431         * scm/output-ps.scm (glyph-string): 
1432         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
1433
1434 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1435
1436         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
1437         implement fully, need FONT to get to charcode.
1438
1439         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
1440
1441         * scm: Cleanups.
1442
1443         * Documentation/user/changing-defaults.itely: Fix internalsrefs
1444         {Tunable context properties},
1445         {All layout objects},
1446         {Music definitions}.
1447
1448 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1449
1450         * VERSION: release 2.5.5
1451         
1452         * lily/main.cc: use TeX as default output format.
1453
1454         * flower/file-path.cc (find): try to open directly as well, so we
1455         find absolute path files. 
1456
1457         * lily/pango-select.cc: new file.
1458
1459         * scm/framework-ps.scm: remove all encoding code. 
1460         load pfb/pfa for PangoFont too.
1461         
1462         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
1463
1464 2004-12-22  Werner Lemberg  <wl@gnu.org>
1465
1466         Prepare glyph shapes for mf2pt1 conversion.
1467
1468         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
1469
1470         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
1471         (define_triangle_shape): Use it to replace `draw' with `fill' and
1472         `unfill'.  Update all callers.
1473         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
1474         (draw_cross): Ditto.
1475         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
1476         Use penrazor for better conversion with mf2pt1.
1477         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
1478         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
1479         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
1480         draw_la_head, draw_ti_head): Replace `filldraw' with
1481         `fill'.  Update all callers.
1482
1483 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1484
1485         * lily/paper-book.cc (output): revert: only allow a single output
1486         format.
1487
1488         * lily/include/pango-font.hh: new file.
1489
1490         * lily/pango-font.cc: new file.
1491
1492         * lily/font-metric.cc (text_stencil): new routine
1493
1494         * lily/all-font-metrics.cc (find_pango_font): new routine.
1495
1496         * lily/include/font-metric.hh (struct Font_metric): add
1497         text_stencil()
1498
1499         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
1500
1501 2004-12-22  Werner Lemberg  <wl@gnu.org>
1502
1503         Prepare glyph shapes for mf2pt1 conversion.
1504
1505         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
1506
1507         * mf/feta-toevallig.mf: Formatting.
1508         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
1509         ("Natural"): Fix paths to allow better postprocessing.
1510         (draw_meta_flat): Use `z3l' as additional point in path to get
1511         better conversion with mf2pt1.
1512         Other minor cleanups.
1513         ("3/4 Flat"): Add auxiliary points and modify path to replace
1514         `draw' with `fill'.
1515         ("Double Sharp"): Mirror path segments instead of picture elements
1516         to get a single outline.
1517         Modify path to replace `filldraw' with `fill'.
1518
1519 2004-12-22  Graham Percival  <gperlist@shaw.ca>
1520
1521         * input/test/unfold-all-repeats.ly: added file back.
1522
1523         * Documentation/user/notation.itely,
1524         Documentation/user/programming-interface.itely
1525         Documentation/user/changing-defaults.itely: fixed misc broken
1526         links to input/test/ files.
1527
1528 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1529
1530         * tex/texinfo.tex: Update.  We should not be distributing this,
1531         but since we do, use latest version.
1532
1533         * Documentation/user/macros.itexi: Comment-out \fetaflat,
1534         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
1535         macros for feta glyphs.
1536
1537 2004-12-22  Graham Percival  <gperlist@shaw.ca>
1538
1539         * Documentation/user/changing-defaults.itely: fix index for set.
1540
1541         * Documentation/user/converters.itely: added convert-ly bugs list
1542         from CVS.
1543
1544 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1545
1546         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
1547         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
1548         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
1549         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
1550
1551         * mf/GNUmakefile (pfa_warning): Use less broken check.
1552
1553         * python/lilylib.py (setup_environment): Remove cruft from
1554         GS_FONTPATH.
1555
1556         * configure.in: Bump mftrace requirement to 1.1.1.
1557
1558 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1559
1560         * scm/output-svg.scm (beam): Use polygon.
1561
1562         * scm/lily-library.scm: Bugfix.
1563
1564         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
1565
1566         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
1567
1568 2004-12-19  Werner Lemberg  <wl@gnu.org>
1569
1570         Prepare glyph shapes for mf2pt1 conversion.
1571
1572         * mf/feta-eindelijk: Some formatting.
1573         (multi_rest_x, multi_beam_height): Removed.  Unused.
1574         ("Quarter rest"): Use `intersectiontimes' to create a single
1575         outline.
1576         (rest_crook): Removed.  Unused.
1577         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
1578         Simplified.
1579         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
1580         "128th rest"): Simplify `pat'.
1581         Create single outline.
1582
1583 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1584
1585         * mf/GNUmakefile (ALL_GEN_FILES):
1586         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
1587
1588         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
1589         function.
1590
1591 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1592
1593         * scm/output-texstr.scm (placebox): add routine
1594
1595         * VERSION (PACKAGE_NAME): release 2.5.4
1596
1597         * scm/framework-texstr.scm (output-framework): new file.  
1598
1599         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
1600         processing.
1601
1602         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
1603
1604         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
1605         rule.
1606
1607         * configure.in (gui_b): bump mftrace requirement to 1.1.0
1608
1609         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
1610
1611         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
1612
1613 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1614
1615         * scm/framework-svg.scm (dump-page): Implement landscape.
1616
1617 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1618
1619         * lily/main.cc (setup_paths): Add svg to search path.
1620
1621         * scm/output-svg.scm:
1622         * scm/framework-svg.scm: Add pageSet.  Update.
1623         (dump-fonts): New function.
1624         (output-framework): Use it.
1625
1626         * mf/GNUmakefile: 
1627         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
1628
1629 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1630
1631         * tex/lilyponddefs.tex: comment out new ifpdf code.
1632
1633 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1634
1635         * GNUmakefile.in: 
1636         * SConstruct (symlink): Replace afm by otf.
1637
1638         * scm/framework-gnome.scm (gnome-main): Remove invocation of
1639         ly:pango-add-afm-decoder.
1640
1641         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
1642
1643 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1644
1645         * scm/output-ps.scm (new-text): don't access t glyph for getting
1646         space dimension.
1647
1648         * ly/init.ly: warn about \version
1649
1650         * lily/lexer.ll: set version-seen?
1651
1652 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1653
1654         * scm/output-svg.scm (string->entities): Update.
1655
1656 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1657
1658         * lily/main.cc (setup_paths): replace afm by otf for path. 
1659
1660         * lily/pangofc-afm-decoder.cc: remove.
1661
1662         * lily/include/pangofc-afm-decoder.hh: remove.
1663
1664         * scm/framework-scm.scm (output-framework): new file.
1665
1666         * mf/GNUmakefile: remove SAUTER_FONTS.
1667         remove SVG/sodipodi hacks.
1668
1669         * scm/lily-library.scm (stderr): move stderr.
1670
1671         * mf/GNUmakefile: remove AFM support.
1672
1673         * buildscripts/mf-to-table.py (base): remove AFM support.
1674
1675         * lily/open-type-font.cc (design_size): use design_size
1676
1677 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
1678
1679         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
1680
1681 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1682
1683         * mf/GNUmakefile: Generate combined aybabtu info.
1684         * mf/aybabtu.pe.in (i): Load it.
1685
1686         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
1687         are not symbols.
1688
1689         * lily/include/open-type-font.hh (count): New method.
1690
1691         * mf/aybabtu.pe.in: Typo.
1692
1693         * Documentation/user/out/lilypond-internals.nexi (Scheme
1694         functions): Typo.
1695
1696         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
1697
1698 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1699
1700         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
1701         subfonts.
1702
1703         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
1704
1705         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
1706         (tex-font-command-raw): new function.
1707
1708         * lily/include/virtual-font-metric.hh (Module): remove file
1709
1710         * lily/virtual-font-metric.cc (Module): remove file.
1711         
1712
1713         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
1714         (get_indexed_char): read bbox from lily table if present.
1715
1716 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1717
1718         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
1719         aybabtu.subfonts
1720
1721         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
1722         global glyphname. Enables more than 64 glyphs in the OTF.
1723
1724 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
1727         braces.
1728
1729         * lily/open-type-font.cc (design_size): Use 12 as default for
1730         design size.
1731
1732         * mf/aybabtu.pe.in: New file.  Merge all our braces.
1733
1734         * mf/GNUmakefile: Generate aybabtu.
1735
1736         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
1737
1738 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1739
1740         * scm/lily-library.scm (char->unicode-index): Remove.
1741
1742         * scm/output-gnome.scm (text): Bugfix for plain string input.
1743         Updates.
1744
1745         * scm/output-svg.scm (svg-font): Add weight to font selection.
1746
1747 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1748
1749         * Documentation/topdocs/INSTALL.texi (Top): Point to
1750         buildscripts/out/clean-fonts instead of
1751         buildscripts/clean-fonts.sh. 
1752
1753 2004-12-13  Graham Percival  <gperlist@shaw.ca>
1754
1755         * input/regression/figured-bass.ly: attempt to clarify text.
1756
1757         * Documentation/user/notation.tely: add cindex for tag, attempt to
1758         add figured bass example.
1759
1760         * Documentation/user/changing-defaults: basic editing.
1761
1762 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1763
1764         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
1765
1766         * lily/open-type-font.cc (LY_DEFINE): new function
1767         ly:font-sub-fonts
1768
1769         * lily/include/font-metric.hh (struct Font_metric): new method
1770         sub_fonts()
1771
1772         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
1773         . with - in add.stem.
1774         
1775 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1776
1777         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
1778         and fetaDynamic.
1779
1780         * lily/rest.cc (glyph_name): Change - to . .
1781
1782         * scm/output-gnome.scm (text): Hello world, again.
1783
1784         * scm/output-svg.scm (named-glyph): New function.  Hello world!
1785
1786         * lily/modified-font-metric.cc (index_to_charcode): New method.
1787
1788         * lily/include/font-metric.hh (index_to_charcode): New function.
1789
1790         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
1791         new function.
1792         (ly:font-glyph-to-index): Remove.
1793
1794 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1795
1796         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
1797
1798         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
1799
1800         * lily/open-type-font.cc (load_scheme_table): new function
1801
1802         * lily/dots.cc (print): replace - 
1803
1804         * lily/open-type-font.cc (attachment_point): new function.
1805         (load_table): read LILC table
1806
1807         * buildscripts/gen-bigcheese-scripts.py (Module): new
1808         file. Generate FF scripts.
1809
1810         * mf/feta-din10.mf: idem.
1811
1812         * mf/feta-nummer10.mf: remove mf files.
1813
1814         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
1815
1816 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1817
1818         * lily/lily-guile.cc: Use scm_from_locale_stringn.
1819
1820         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
1821         compatibility.
1822
1823 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1824
1825         * lily/open-type-font.cc (get_indexed_char): scale metrics by
1826         design-size and units_per_EM.
1827
1828         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
1829
1830 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1831
1832         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
1833         does not crash fontforge.
1834
1835         * scm/lily-library.scm (char->unicode-index): Hack to map onto
1836         PUA.
1837
1838 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1839
1840         * scm/framework-ps.scm (ps-embed-cff): new function.
1841
1842         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
1843
1844 2004-12-12  Werner Lemberg  <wl@gnu.org>
1845
1846         * mf/bigcheese.pe.in: Add PUA mapping.
1847         Don't create Type 42 but bare CFF font.
1848
1849 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1850
1851         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
1852         within canvas boundaries.
1853
1854         * mf/merge.pe.in: Set font names, version, license GPL.
1855
1856         * make/substitute.make: Add FONTFORGE.
1857
1858         * config.make.in (FONTFORGE): Add.
1859
1860         * configure.in (gui_b): Use PATH_PROG for fontforge.
1861
1862 2004-12-11  Graham Percival  <gperlist@shaw.ca>
1863
1864         * scm/define-markup-commands.scm: add baseline-skip to info
1865         about \column.
1866
1867 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1868
1869         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
1870
1871         * scm/output-gnome.scm (named-glyph): Use it.
1872
1873         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
1874
1875         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
1876         (upper_string, lower_string, reverse_string): Remove.
1877
1878         * configure.in (fontforge): Reinstate version check.
1879
1880         * ly/engraver-init.ly: Fix clef glyph names.
1881
1882         * lily/time-signature.cc (special_time_signature): Fix fraction
1883         glyph names.
1884
1885 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1886
1887         * mf/merge.pe: new file.
1888
1889         * lily/freetype.cc: new file.
1890
1891         * lily/include/open-type-font.hh (class Open_type_font): new file.
1892
1893         * lily/include/freetype.hh: new file.
1894
1895         * lily/open-type-font.cc: new file.
1896
1897         * lily/all-font-metrics.cc (find_otf): new function.
1898
1899 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1900
1901         * lily/time-signature.cc (special_time_signature): Fix.
1902
1903         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
1904         GTK2 before checking for pango.  Fixes -fgnome.
1905
1906         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
1907         Scheme name.
1908
1909         * scm/define-markup-commands.scm:
1910         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
1911
1912         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
1913
1914         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
1915         date versions.  Fixes configure.
1916         (STEPMAKE_CHECK_VERSION): Support optional actual program version
1917         argument.
1918
1919 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1920
1921         * buildscripts/mf-to-table.py (write_ps_encoding): write real
1922         names in .enc
1923
1924         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
1925
1926 2004-12-09  Graham Percival  <gperlist@shaw.ca>
1927
1928         * Documentation/user/changing-defaults.itely: add info about
1929         make-dynamic-script
1930
1931         * Documentation/user/notation.itely: add link in dynamics to
1932         section about make-dynamic-script.
1933
1934 2004-12-09  Christian hitz  <chhitz@gmx.net>
1935
1936         * lily/lily-guile.cc: change MACOS_X to __APPLE__
1937
1938 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1939
1940         * buildscripts/mf-to-table.py (parse_logfile): use . for
1941         concatting name and group.
1942         (parse_logfile): use M for Minus (negative.)
1943
1944         * lily/include/type-swallow-translator.hh
1945         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
1946
1947         * lily/*.cc: cosmetics around = sign.
1948
1949         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
1950         lyric spacing on the penultimate column.
1951
1952 2004-12-05  Christian Hitz  <chhitz@gmx.net>
1953
1954         * configure.in:
1955         * lily/accidental-placement.cc:
1956         * lily/bar-line.cc:
1957         * lily/beam-concave.cc:
1958         * lily/beam-quanting.cc:
1959         * lily/beam.cc:
1960         * lily/bezier-bow.cc:
1961         * lily/bezier.cc:
1962         * lily/break-align-interface.cc:
1963         * lily/custos.cc:
1964         * lily/dimension-cache.cc:
1965         * lily/dot-column.cc:
1966         * lily/font-metric.cc:
1967         * lily/font-select.cc:
1968         * lily/gourlay-breaking.cc:
1969         * lily/grob-property.cc:
1970         * lily/grob.cc:
1971         * lily/lily-guile.cc:
1972         * lily/line-spanner.cc:
1973         * lily/lookup.cc:
1974         * lily/lyric-extender.cc:
1975         * lily/lyric-hyphen.cc:
1976         * lily/mensural-ligature.cc:
1977         * lily/midi-def.cc:
1978         * lily/misc.cc:
1979         * lily/note-collision.cc:
1980         * lily/note-column.cc:
1981         * lily/note-head.cc:
1982         * lily/paper-outputter.cc:
1983         * lily/percent-repeat-item.cc:
1984         * lily/rest-collision.cc:
1985         * lily/side-position-interface.cc:
1986         * lily/simple-spacer.cc:
1987         * lily/slur-configuration.cc:
1988         * lily/slur-scoring.cc:
1989         * lily/slur.cc:
1990         * lily/spaceable-grob.cc:
1991         * lily/spacing-spanner.cc:
1992         * lily/spanner.cc:
1993         * lily/staff-symbol-referencer.cc:
1994         * lily/stem.cc:
1995         * lily/stencil.cc:
1996         * lily/system-start-delimiter.cc:
1997         * lily/system.cc:
1998         * lily/text-item.cc:
1999         * lily/tie.cc:
2000         * lily/tuplet-bracket.cc:
2001         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
2002         <cmath> beacause isinf/isnan is undefined in <cmath>
2003
2004 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2005
2006         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
2007
2008 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2009
2010         * VERSION: release 2.5.3
2011         
2012 2004-11-29  Arno Waschk <arno@arnowaschk.de>
2013
2014         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
2015
2016 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2017
2018         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
2019
2020         * lily/note-head.cc (internal_print): always try the "s" head if
2021         u/d not found.
2022
2023         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
2024
2025 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2026
2027         * mf/parmesan-heads.mf (overdone_heads): typos.
2028
2029 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2030
2031         * lily/parser.yy (markup): in markups, { .. } without command
2032         before are also flattened, ie \line must be explicitely used.
2033
2034         * Documentation/user/changing-defaults.itely:
2035         * Documentation/user/notation.itely: 
2036         * input/wilhelmus.ly: 
2037         * input/regression/instrument-name-markup.ly: 
2038         * input/regression/markup-score.ly: 
2039         * input/regression/new-markup-scheme.ly: 
2040         * input/regression/new-markup-syntax.ly: 
2041         * input/test/coriolan-margin.ly: use \line in markups where
2042         appropriate
2043         
2044 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2045
2046         * scm/new-markup.scm (map-markup-command-list): helper function
2047         used in parser.yy to map markup commands on a markup list.
2048
2049         * lily/parser.yy: get rid off < > in markups by treating { } as
2050         real lists.
2051
2052         * lily/lexer.ll: remove < > from markup lexer mode.
2053
2054         * scripts/convert-ly.py (conv): add rule for converting 
2055         \markup < > to \markup { }
2056
2057         * ly/titling-init.ly: 
2058         * input/test/coriolan-margin.ly: 
2059         * input/regression/new-markup-syntax.ly: 
2060         * input/regression/new-markup-scheme.ly: 
2061         * input/regression/multi-measure-rest-text.ly: 
2062         * input/regression/markup-stack.ly: 
2063         * input/regression/markup-score.ly: 
2064         * input/regression/instrument-name-markup.ly: 
2065         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
2066         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
2067         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
2068         * input/wilhelmus.ly: 
2069         * Documentation/user/notation.itely: 
2070         * Documentation/user/music-glossary.tely: 
2071         * Documentation/user/changing-defaults.itely: change < > to { } in
2072         markups
2073
2074 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2075
2076         * lily/accidental-placement.cc (position_accidentals): shortcut if
2077         no accidentals to place.
2078
2079 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2080
2081         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
2082         typo s/ly:dimension ?/ly:dimension?/
2083
2084         * input/regression/lily-in-scheme.ly: 
2085         * input/regression/music-function.ly: 
2086         * ly/spanners-init.ly (assertBeamSlope): 
2087         * scm/music-functions.scm (def-grace-function): add the paper
2088         argument to music function definitions.
2089
2090 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2091
2092         * lily/moment.cc (LY_DEFINE):
2093         ly:moment-main-{denominator,numberator}, new function.
2094
2095         * lily/score-engraver.cc (typeset_all): assign to column on basis
2096         of axis-group-parent-X setting.
2097
2098         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
2099         add_element() on basis of axis-group-parent-Y setting.
2100
2101         * lily/grob.cc: add axis-group-parent-{XY} properties.
2102
2103         * input/regression/spacing-stick-out.ly: new file.
2104
2105         * lily/simple-spacer.cc (add_columns): use binary search for
2106         setting column rods. Changes O(n^2) to O(n log(n)) for
2107         constructing spacing problem from columns.
2108         (add_columns): read allow-outside-line to make sure no texts stick
2109         out.
2110         (solve): Simple_spacer::is_active() only determines
2111         satisfies_constraints_ for non-ragged typesetting.
2112
2113         * lily/simultaneous-music.cc (to_relative_octave): only set
2114         old_relative_used if return pitch actually changed.
2115
2116         * scm/define-context-properties.scm
2117         (all-user-translation-properties): change to match implementation.
2118
2119         * python/lilylib.py: Replace re.match by re.search and adds "-c
2120         showpage" to the gs command line (Johannes Schindelin)
2121
2122         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
2123         before processing. Prevents crash when inf is in the extent.
2124
2125         * scm/define-markup-commands.scm (note-by-number): add "s" to
2126         "noteheads-" glyphname.
2127  
2128         * lily/parser.yy (Generic_prefix_music): supply parser argument to
2129         music function as well.
2130         
2131 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2132
2133         * VERSION: release 2.5.2
2134
2135         * Documentation/user/changing-defaults.itely (Creating titles):
2136         add breakbefore variable.
2137
2138         * lily/paper-book.cc (set_system_penalty): new function. Set
2139         penalty_ based on breakBefore setting
2140
2141         * lily/context-specced-music-iterator.cc (construct_children):
2142         interpret special context id $uniqueContextId 
2143
2144         * lily/context.cc (create_unique_context): new method. Move
2145         creation of unique (\new) contexts into interpreting phase. This
2146         makes
2147
2148           foo= \new Staff ..
2149           << \foo \foo >>
2150
2151         produce 2 staves.
2152         
2153
2154         * scm/define-music-properties.scm (all-music-properties): add
2155         quoted-voice-direction
2156
2157         * ly/music-functions-init.ly: killCues function.
2158
2159         * scm/music-functions.scm (cue-substitute): move creation of voice
2160         contexts further to the back. 
2161
2162 2004-11-25  Werner Lemberg  <wl@gnu.org>
2163
2164         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
2165         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
2166
2167 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
2168
2169         * buildscripts/guile-gnome.sh: Fixed typo.
2170
2171 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2172
2173         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
2174
2175         * scripts/abc2ly.py (dump_slyrics): add ord(). 
2176
2177         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
2178         to regular engraver. 
2179
2180 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2181
2182         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
2183
2184 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2185
2186         * scm/define-markup-commands.scm (fill-line): Typo.
2187
2188         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
2189         and newer.
2190
2191 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
2192
2193         * ly/dynamic-scripts-init.ly: Fixed typo.
2194
2195 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2196
2197         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
2198         note-head, to have different attachment points for up and down.
2199
2200         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
2201
2202         * mf/feta-generic.mf (else): remove solfa.
2203
2204         * mf/feta-bolletjes.mf (tishape): remove unicode test.
2205
2206         * scm/define-context-properties.scm
2207         (all-user-translation-properties): add shapeNoteStyles property.
2208
2209         * lily/shape-note-heads-engraver.cc (process_music): new file.
2210
2211         * lily/event.cc (transpose): call Event::transpose() for
2212         transposing the tonic.
2213
2214 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2215
2216         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
2217         Unicode/OpenType and AFM.
2218
2219         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
2220
2221 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2222
2223         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
2224
2225         * lily/context.cc (Context): unprotect key from ctor.
2226
2227         * scm/stencil.scm (stack-lines): return empty-stencil if argument
2228         is '()
2229         (stack-stencils): idem.
2230
2231         * Documentation/user/changing-defaults.itely (Creating titles):
2232         document new title layout options.
2233
2234         * lily/parser.yy (lilypond_header_body): copy previous
2235         $globalheader if present.
2236
2237         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
2238         ly:module-copy
2239         
2240         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
2241
2242         * scm/titling.scm: remove old titling functions
2243
2244         * lily/stencil.cc (translate): remove absolute dimension.
2245
2246         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
2247         via markup.
2248
2249         * scm/page-layout.scm (marked-up-headfoot): create header/footer
2250         field from user-supplied markup
2251
2252         * scm/define-markup-commands.scm (on-the-fly): new markup
2253         command. Enter SCM markup procedure directly in Scheme.
2254         (fromproperty): new markup command. Read markup from props argument.
2255
2256         * scm/titling.scm (marked-up-title): create title via
2257         user-specified markup. 
2258
2259         * scm/define-markup-commands.scm (column): remove empty stencils
2260         from column.
2261
2262         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
2263         not have side-effect of creating variable stub.
2264
2265         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
2266
2267 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * scm/encoding.scm (coding-alist): 
2270         * scm/font.scm (add-ec-fonts):
2271         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
2272         Extended-TeX-Font-Encoding---Latin.
2273
2274         * lily/side-position-interface.cc (general_side_position): Add
2275         actual offset to error message (avoid constant error messages).
2276
2277         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
2278         block.
2279
2280         * lily/font-select.cc (select_encoded_font)
2281         (get_font_by_mag_step, get_font_by_design_size): 
2282         * lily/modified-font-metric.cc (Modified_font_metric): 
2283         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
2284
2285         * scm/encoding.scm (coding-alist): Add fetaDynamic.
2286         (read-encoding-file): Bugfix: do not require space after bracket.
2287
2288         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
2289         these do not exist.
2290
2291 2004-11-20  Graham Percival  <gperlist@shaw.ca>
2292
2293         * Documentation/user/notation.itely: added info about typesetting
2294         boxed bar numbers.
2295
2296 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2297
2298         * flower/interval.cc (T_to_string): gcc4 fixes.
2299
2300         * scm/define-markup-commands.scm (fill-line): use
2301         stack-stencils. This fixes problems with putting already centered
2302         stencils in a line.
2303
2304         * VERSION: release 2.5.1
2305
2306         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
2307
2308 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2309
2310         * input/example-[1-3].ly: simplify.
2311
2312         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
2313
2314         * scm/output-ps.scm (new-text): new function. Use glyphshow to
2315         show glyphs.
2316
2317         * scm/encoding.scm (decode-byte-string): new function.
2318
2319         * scripts/convert-ly.py (conv): add warning about
2320         set-global-staff-size.
2321
2322         * Doxyfile: add. 
2323
2324         * scripts/convert-ly.py (conv): add raggedlastbottom rule
2325         (conv): warn for TextSpanner split.
2326         (conv): warn for textheight.
2327
2328 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2329
2330         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
2331         building the documentation, info with images are installed.
2332         (final-install): Fix description.  Mention sourcing of login
2333         scripts (instead of running).
2334
2335 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2336
2337         * Debian lmodern support.  Note that LilyPond will issue warnings
2338         
2339             no such encoding: "FontSpecific"
2340
2341           The font selection mechanism wants to get the encoding from the
2342           font itself, but the idea of lmodern is that it is usable with
2343           different encodings, ie, Lily should get the encoding from the
2344           font tree, rather than the font itself.  This would require some
2345           more work.
2346         
2347         * configure.in: Test for and accept lmodern if EC fonts not found.
2348
2349         * scm/framework-tex.scm (font-load-command): TeX font name
2350         mangling for latin1 encoded cork-lm fonts.
2351         (convert-to-ps): Load lm.map if available.
2352
2353         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
2354         available.
2355
2356         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
2357
2358         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
2359         available.
2360
2361         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
2362         path for absolute file name, that is silly.
2363
2364         * lily/score-engraver.cc (initialize): 
2365
2366         * Documentation/user/GNUmakefile (local-install-info): Invoke
2367         install-info --remove first.
2368
2369         * #include cleanup (Andreas Scherer).
2370
2371 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
2372
2373         * input/test/script-abbreviations.ly: fix typos.
2374
2375 2004-11-17  Werner Lemberg  <wl@gnu.org>
2376
2377         * python/lilylib.py (options_help_str): Support pretty-printing of
2378         newlines in fourth element of option description.
2379
2380         * scripts/lilypond-book.py (option_definitions): Use new lilylib
2381         feature.
2382         Sort options.
2383
2384         * Documentation/user/lilypond-book.itely: Finish update.
2385
2386 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * Documentation/user/macros.itexi: Add comment about \command.
2389
2390         * Documentation/user/lilypond.tely:
2391         * Documentation/user/lilypond-book.itely: Fix names of lilypond
2392         and lilypond-book nodes, so that `info lilypond' visits the manual
2393         at top level, and `info lilypond-book' visits the lilypond-book
2394         section.
2395
2396         * Documentation/user/GNUmakefile (local-install-info): Fix rules
2397         and packager messages.
2398
2399         * lily/pangofc-afm-decoder.cc: Update test.
2400
2401 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2402
2403         * scm/lily-library.scm (char->unicode-index): New function.
2404
2405         * scm/output-gnome.scm: 
2406         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
2407
2408         * Proper naming of file name throughout; s/filename/file[-_]name/.
2409
2410         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
2411
2412         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
2413
2414 2004-11-16  Werner Lemberg  <wl@gnu.org>
2415
2416         * scripts/lilypond-book.py: The Lord has commanded me to use only
2417         tabs for indentation.  Your humble servant obeys.
2418
2419 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
2422         including font, if LilyPond-feta font is only feta font in path.
2423
2424         * scm/output-gnome.scm (text): Revert to file name of font if font
2425         has no name.  Fixes ec font selection.
2426         (char): Bugfix: do not utf8 twice.  Fixes clefs.
2427
2428         * scm/framework-svg.scm:
2429         * scm/output-svg.scm: New file.  TODO: figure out how to
2430         do character by index in font.
2431
2432         * scm/output-sodipodi.scm: Remove.
2433
2434         * scm/output-ps.scm (stem): Remove.
2435
2436 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2437
2438         * scm/output-gnome.scm (beam): New function.
2439         (slur): Round corners.
2440         (round-filled-box): Round corners.
2441
2442 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2443
2444         * scm/output-gnome.scm (beam): add function.
2445         (draw-line): new routine.
2446         (dashed-line): stub; call draw-line
2447         (polygon): new routine.
2448
2449 2004-11-15  Werner Lemberg  <wl@gnu.org>
2450
2451         * Documentation/user/lilypond-book.itely: Revise section on
2452         lilypond-book options.
2453         Other minor fixes.
2454
2455         * scripts/lilypond-book.py: Change indentation to 4.
2456         Minor formatting.
2457
2458 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2459
2460         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
2461         grobs that have tweaks specced.
2462         
2463 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
2464
2465         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
2466
2467 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2468
2469         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
2470         actual char #, not 0 based index.
2471
2472         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
2473
2474         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
2475         Warning: do make -C mf clean.
2476
2477         * lily/context-property.cc: Compile fix.
2478
2479         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
2480         Grok ec-fonts, braces and dynamics.
2481
2482         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
2483
2484 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2485
2486         * lily/include/tweak-registration.hh: new file.
2487
2488         * lily/tweak-registration.cc: new file.
2489
2490         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
2491         saving tweaks.
2492
2493         * scm/output-gnome.scm (text): comment dribble.
2494
2495 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2496
2497         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
2498
2499         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
2500         path-def before using.  Fixes muchtomany slurs in wrong places
2501         bug.
2502
2503 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2504
2505         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
2506
2507         * lily/include/object-key-undumper.hh (Module): new file.
2508
2509         * lily/object-key-undumper.cc (Module): New file. Deserialize
2510         keys. SCM bindings
2511
2512         * lily/object-key-dumper.cc (Object_key_dumper): idem.
2513         Provide SCM bindings.
2514
2515         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
2516         new file. Serialize object keys.
2517         
2518         * lily/object-key.cc (dump): new function.
2519         (as_scheme): new virtual function
2520         (undump): new function
2521         (undumpers): new table.
2522
2523         * lily/include/global-context.hh (Context): take \score key upon init.
2524
2525         * lily/object-key-dumper.cc (serialize_key): new file.
2526
2527         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
2528
2529         * lily/lily-lexer.cc: remove \quote.
2530
2531         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
2532
2533         * lily/context.cc (Context): take key argument in ctor.
2534         (create_context): new function
2535
2536         * lily/grob.cc (Grob): take key argument in ctor.  
2537
2538         * lily/lilypond-key.cc (do_compare): new file.
2539
2540         * lily/object-key.cc (Object_key): new file.
2541
2542         * lily/include/object-key.hh (class Object_key): new file.
2543
2544         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
2545
2546 2004-11-13  Graham Percival  <gperlist@shaw.ca>
2547
2548         * Documentation/user/lilypond-book.itely: add small warning about
2549         noindent default in lilypond-book.
2550
2551         * Documentation/user/converters.itely: add examples for convert-ly.
2552
2553         * Documentation/user/examples.itely: change version string in templates
2554         to 2.4.0.
2555
2556 2004-11-12  Karl Hammar  <karl@aspodata.se>
2557
2558         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
2559         cmdline, use xargs instead (backportme)
2560
2561 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
2562         
2563         * Documentation/user/: Numerous fixes in the user manual.
2564
2565 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2566
2567         * lily/parser.yy (re_rhythmed_music): search music expression for
2568         context-id, surround by \new Voice if not found. Fixes:
2569         addlyrics-second-staff.ly
2570
2571         * VERSION: 2.5.0 released.
2572         
2573 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * Documentation/index.html.in: Fix url to one big page.  (backportme)
2576
2577         * Documentation/user/GNUmakefile: Separate rules for split and
2578         unsplit html documents.  Remove perl massaging.  (backportme)
2579
2580 2004-11-11  Graham Percival  <gperlist@shaw.ca>
2581
2582         * Documentation/user/lilypond-book.itely: add short warning about
2583         \lilypond{} in LaTeX docs.
2584
2585 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2586
2587         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
2588         found.  (backportme)
2589
2590         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
2591         version requirement.  (backportme)
2592
2593         * configure.in: Be explicit about old versions of
2594         ec-fonts-mtraced.  (backportme)
2595
2596         * lily/context-selector.cc (set_tweaks): New function.
2597         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
2598         web with -DTWEAK.
2599
2600         * Documentation/user/introduction.itely (Automated engraving):
2601         Remove fragment option.  Fixes web.
2602
2603         * lily/context-property.cc (make_item_from_properties):
2604         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
2605         #ifdef.
2606
2607         * scm/define-context-properties.scm
2608         (all-internal-translation-properties): Add tweakRank and tweakCount.
2609
2610         * lily/grob.cc: 
2611         * scm/define-grob-properties.scm (all-internal-grob-properties):
2612         Add tweak-rank and tweak-count.
2613
2614 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2615
2616         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
2617         New function.
2618         (text): Use them.
2619
2620         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
2621         animated/opaque grob dragging tweaks.
2622
2623         * buildscripts/guile-gnome.sh: Update.
2624
2625 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2626
2627         * scm/define-grobs.scm (all-grob-descriptions): Added
2628         line-interface to the LigatureBracket object.
2629
2630 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2631
2632         * scm/framework-gnome.scm (item-event): Support non-animated mouse
2633         dragging tweaks.
2634
2635         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
2636
2637         * lily/context-selector.cc (store_context): New function.
2638
2639         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
2640         (store_grob): New function.
2641         (identify_grob): Add Moment parameter.
2642
2643         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
2644         exists.
2645
2646         * scm/framework-gnome.scm (save-tweaks): Write as alist.
2647
2648 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2649
2650         * scm/framework-gnome.scm (item-event): Print grob id.
2651         (save-tweaks): New function.
2652         (tweak): New funtion.
2653         (item-event): Use it, bound to arrow keys.
2654
2655         * lily/context-property.cc (make_item_from_properties): Register grob.
2656         * lily/context.cc (add_context): Register context.
2657
2658         * lily/include/context-selector.hh:
2659         * lily/include/grob-selector.hh:
2660         * lily/context-selector.cc:
2661         * lily/grob-selector.cc: New file.
2662
2663 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2664
2665         * lily/slur.cc: add 'positions to interface
2666
2667         * lily/main.cc: reinstate PS as standard output format. 
2668
2669         * scm/framework-tex.scm (output-preview-framework): print systems
2670         up to first non title system.
2671
2672         * lily/grace-engraver.cc (start_translation_timestep): split
2673         scm_cadddr
2674         
2675 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2676
2677         * lily/quote-iterator.cc (Module): remove old quote-iterator
2678
2679         * scm/define-music-types.scm (music-descriptions): move
2680         NewQuoteMusic over QuoteMusic
2681
2682         * Documentation/user/notation.itely (Formatting cue notes): use
2683         \cueDuring.
2684
2685         * lily/new-quote-iterator.cc (quote_ok): new function.
2686
2687         * input/regression/quote-cue-during.ly: new file.
2688
2689         * input/regression/quote-grace.ly: new file.
2690
2691         * scm/define-context-properties.scm (Module): change definition of
2692         graceSettings
2693
2694         * lily/context-property.cc (Module): rename from
2695         translator-property.cc
2696
2697         * lily/context.cc (context_name_symbol): new function
2698
2699         * lily/grace-engraver.cc: new file. Set properties for grobs based
2700         on the grace-ness of now_moment().
2701
2702         * scm/music-functions.scm (add-grace-property): use list
2703         iso. vector for graceSettings
2704         remove set-{start,stop}-grace-properties. 
2705
2706         * lily/new-quote-iterator.cc (construct_children): set
2707         quote_outlet_ if no quoted-context-{id,type} specified.
2708
2709         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
2710
2711         * lily/parser.yy (command_element): remove \quote.
2712
2713         * ly/music-functions-init.ly (location): add quoteDuring music
2714         function. 
2715
2716         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
2717         optional semicolon. (backportme)
2718
2719 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2720
2721         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
2722         need to link to GUILE et al.
2723
2724 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2725
2726         * scm/define-music-properties.scm (all-music-properties): add
2727         quoted-context-type, quoted-context-id.
2728
2729         * scm/lily.scm (type-check-list): new function.
2730         
2731         * scm/lily-library.scm: new file. Generic library routines.
2732
2733         * lily/parser.yy (Generic_prefix_music): move typechecking out of
2734         parser.
2735
2736         * ly/music-functions-init.ly: add quoteDuring function.
2737
2738         * lily/include/music-iterator.hh (class Music_iterator): rename
2739         set_translator -> set_context
2740
2741         * lily/parser.yy (Generic_prefix_music_scm): add
2742         MUSIC_FUNCTION_SCM_SCM_MUSIC
2743
2744         * scm/lily.scm (sanitize-command-option): new function. (backportme)
2745
2746         * scm/framework-tex.scm (header): sanitize TeX paper size.
2747         (backportme)
2748
2749 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2750
2751         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
2752
2753         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
2754
2755         * scm/framework-tex.scm (font-load-command): Use T1 if no
2756         font-encoding set.  (backportme)
2757
2758         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
2759         exists before converting.  (backportme)
2760
2761         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
2762         exists before converting.  (backportme)
2763         (convert-to-ps): Remove .ps file if it exists before
2764         converting.  (backportme)
2765
2766         * lily/lexer.ll: Remove extra progress newline, use present tense.
2767
2768         * scm/paper.scm (paper-alist): public.
2769         * scm/framework-tex.scm (convert-to-ps):
2770         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
2771         command line.
2772
2773 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2774
2775         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
2776
2777         * lily/recording-group-engraver.cc (derived_mark): mark
2778         now_events_. (backportme)
2779
2780 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2781
2782         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
2783
2784         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
2785         invoking latex. (backportme.)
2786
2787         * lily/stem.cc (off_callback): center stems for all rest stems.
2788
2789 2004-11-05  Werner Lemberg  <wl@gnu.org>
2790
2791         * Documentation/user/lilypond.tely: Add more guidelines for writing
2792         lilypond texinfo documents.
2793
2794 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
2795
2796         * Documentation/index.html.in: remove <hr>.
2797
2798         * THANKS: change 2.3 to 2.4.
2799
2800 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
2801
2802         * scm/output-gnome.scm: More fontconfig comment.
2803
2804 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
2805
2806         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
2807         <package> directory in $(builddir)/share according with
2808         PACKAGE_NAME defined in the VERSION file.
2809
2810 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2811
2812         * lily/beam.cc (rest_collision_callback): use local beam
2813         multiplicity.
2814
2815         * input/regression/stem-stemlet.ly: new file.
2816
2817         * lily/stem.cc (add_head): store rests as well.
2818
2819         * scm/define-grob-properties.scm (all-user-grob-properties): add
2820         stemlet-length
2821
2822         * lily/stem.cc: store rests as well.
2823         
2824         * input/regression/new-slur.ly: mention forcing.
2825
2826 2004-11-04  Werner Lemberg  <wl@gnu.org>
2827
2828         * Documentation/user/*: A new round of layout fixes and document
2829         structure cleanup.
2830
2831 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
2832
2833         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
2834
2835 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2836
2837         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
2838
2839 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2840
2841         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
2842
2843         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
2844
2845         * lily/main.cc (main): Invoke identify.
2846
2847         * scm/lily.scm (postscript->pdf): Remove progress newline.
2848         Write progress to stderr.
2849
2850         * lily/paper-book.cc (output): Remove progress newline.
2851
2852         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
2853         gettext on user messages, and remove whitespace.
2854
2855         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
2856
2857         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
2858         argv[0] (Thomas Scharkowski).
2859
2860         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
2861         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
2862         for ec-fonts-mtraced.
2863
2864         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
2865         --srcdir build (Bertalan).
2866
2867         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
2868         headers and library too (Laura Conrad).
2869
2870         * Documentation/topdocs/INSTALL.texi (Top): Mention development
2871         package for guile too (Laura Conrad).
2872
2873         * lily/main.cc (usage): Typo.
2874
2875 2004-11-02  Werner Lemberg  <wl@gnu.org>
2876
2877         * Documentation/user/notation.ly: More fixes to improve appearance.
2878
2879         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
2880         better output for multicolumn tables.
2881
2882 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2883
2884         * lily/main.cc (dir_info): Fixed typo in the printouts.
2885
2886 2004-11-01  Werner Lemberg  <wl@gnu.org>
2887
2888         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
2889         of output.
2890         Set `per_line' to 2; replace hard-coded value with it.
2891
2892         * Documentation/user/*: Many fixes to improve appearance of
2893         printed manual.
2894
2895 2004-11-01  Werner Lemberg  <wl@gnu.org>
2896
2897         * Documentation/user/changing-defaults.itely,
2898         Documentation/user/notation.ly,
2899         Documentation/user/programming-interface.itely: Use @/.
2900         Fix formatting of some lilypond snippets and tables.
2901
2902         * scripts/lilypond-book.py (compose_ly): Provide useful default
2903         for LINEWIDTH in `override'.
2904
2905 2004-10-31  Graham Percival  <gperlist@shaw.ca>
2906
2907         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
2908
2909 2004-10-31  Werner Lemberg  <wl@gnu.org>
2910
2911         Resetting @exampleindent to `5' gives ugly results with texinfo's
2912         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
2913         (if not quoting) to change @exampleindent only locally.
2914
2915         * scripts/lilypond-book.py (NOQUOTE): New variable.
2916         (output) [LATEX]: Remove AFTER and BEFORE.
2917         [TEXINFO]: Remove AFTER and BEFORE.
2918         Fix QUOTE and VERBATIM pattern.
2919         Add NOQUOTE pattern.
2920         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
2921         and BEFORE.
2922         [output_texinfo]: Use NOQUOTE.
2923
2924 2004-10-31  Graham Percival  <gperlist@shaw.ca>
2925
2926         * Documentation/user/changing-defaults.itely: clarify paper
2927         size commands with correct info.
2928
2929         * Documentation/user/lilypond-book.itely: add more docs for
2930         filename extensions.
2931
2932 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2933
2934         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
2935         (PATCH_LEVEL): start 2.5.0.
2936
2937 2004-10-30  Graham Percival  <gperlist@shaw.ca>
2938
2939         * Documentation/user/notation.itely: add warning about bar numbers
2940         in multistaff music, add warning about quoting grace notes.
2941
2942         * Documentation/user/changing-defaults.itely: clarify paper size commands,
2943         add missing subsubtitle entry to Creating titles.
2944
2945         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
2946
2947 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2948
2949         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
2950         case.
2951         (conv): add dummy 2.4.0 conversion rule.
2952
2953         * Documentation/user/lilypond.tely: add @finalout.
2954
2955         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
2956         for attaching, fixes slur/stem left attachment of
2957         downslur/downstem.
2958
2959         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
2960         quote problem if for last note of quoted sequence. 
2961
2962         * input/regression/part-combine-text.ly (comm): add expect strings.
2963
2964 2004-10-30  Werner Lemberg  <wl@gnu.org>
2965
2966         * Documentation/user/examples.itely: Improved layout.
2967
2968         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
2969
2970         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
2971
2972         * Documentation/notation.itely: Use `@/'.
2973         Other layout fixes.
2974
2975 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2976
2977         * lily/part-combine-iterator.cc (unisono): examine last_playing_
2978         (not state_), this fixes a2 printing after chord.
2979
2980         * input/regression/no-staff.ly: fix octave, revise syntax.
2981
2982         * input/regression/lyrics-bar.ly (texidoc): fixes.
2983
2984         * input/regression/beam-dir-functions.ly (Module): remove from regtest
2985
2986         * input/regression/accidentals.ly (Module): remove from regtest.
2987
2988         * lily/parser.yy (Prefix_composite_music): 
2989         oops. Chords should be unrelativable, not bass figures untransposable.
2990
2991         * VERSION: 2.3.26 released.
2992         
2993         * lily/completion-note-heads-engraver.cc (try_music): only return
2994         something when is_first_ is true. Fixes lyrics with completion_heads. 
2995
2996         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
2997
2998         * scm/lily.scm (ly:system): new function. Catches uninstalled
2999         ps2png.
3000
3001 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3002
3003         * Documentation/user/notation.itely: remove
3004         @hyphenatedinternalsref.
3005
3006 2004-10-29  Werner Lemberg  <wl@gnu.org>
3007
3008         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
3009
3010         * scripts/lilypond-book.py (no_options): New dictionary.
3011         (simple_options): New list.
3012         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
3013         (compose_ly): Use `no_options' and `simple_options'.
3014         Fix logic of option handling.
3015         Handle `linewidth' option without parameter.
3016
3017 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3018
3019         * lily/lookup.cc (triangle): use (0, interval.length()) for X
3020         extent, since the stencil is translated later on.
3021
3022         * lily/ledger-line-spanner.cc (print): swap linear_combination
3023         arguments, effectively shortens ledger line. 
3024
3025         * Documentation/user/GNUmakefile
3026         ($(outdir)/lilypond/lilypond.html): use find to remove files.
3027
3028         * lily/main.cc: --no-pages option.
3029
3030 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
3031
3032         * Documentation/user/notation.itely (Fret diagrams): add extra
3033         notes to example to avoid collisions between fret diagrams.
3034
3035 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3036
3037         * Documentation/user/notation.itely (Automatic note splitting):
3038         note about lyrics. 
3039
3040         * Documentation/user/converters.itely (Invoking convert-ly): note
3041         about version numbers. 
3042
3043         * scripts/abc2ly.py (dump_score): revise lyric dumping
3044
3045         * scripts/mup2ly.py (pre_processor_commands): always open file.
3046
3047         * scripts/etf2ly.py (Frame.calculate): always close \grace.
3048         (Etf_file.dump): add \version
3049
3050         * VERSION: 2.3.25 released.
3051
3052         * lily/scm-option.cc: add 'resolution to ly:get-option argument
3053         list.
3054
3055 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3056
3057         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
3058
3059 2004-10-28  Werner Lemberg  <wl@gnu.org>
3060
3061         * Documentation/user/music-glossary.tely: More fixes to improve
3062         appearance with DVI output.
3063
3064         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
3065         EXAMPLEINDENT.  This is the maximum value for quotation environments
3066         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
3067
3068 2004-10-27  Werner Lemberg  <wl@gnu.org>
3069
3070         * Documentation/user/music-glossary.tely: Revised.
3071
3072 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
3073
3074         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
3075         improve fret diagram spacing in printed output.
3076
3077         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
3078         from options for the example so fret-diagrams won't overlap
3079         one another.
3080
3081 2004-10-26  Werner Lemberg  <wl@gnu.org>
3082
3083         * scripts/lilypond-book.py: Some additional formatting for
3084         orthogonality.
3085         (ly_options) [*]: Format strings.
3086         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
3087         by `compose_ly'.
3088         (output) [LATEX][OUTPUT]: Format string and simplify.
3089         (PREAMBLE_LY, FRAGMENT_LY): Format string.
3090         (classic_lilypond_book_compatibility): Take key/value pair as
3091         parameter.
3092         Return key/value pair.
3093         (compose_ly): Rewritten, taking the snippet type as third parameter. 
3094         The default values are now set more sensible, and a `linewidth'
3095         option is no longer overwritten under some circumstances.
3096
3097         * Documentation/user/music-glossary.tely: Replace all accented
3098         character macros with latin-1 codes.
3099
3100 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3101
3102         * lily/music-function.cc (ly_make_music_function): when an
3103         argument predicate is markup?, the signature keyword becomes
3104         "markup" iso "scm".
3105
3106         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
3107         tokens, for functions which signatures contain "markup".
3108
3109         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
3110         MUSIC_FUNCTION_*MARKUP* tokens.
3111
3112 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3113
3114         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
3115         Lyrics context.
3116
3117 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3118
3119         * python/lilylib.py (make_ps_images): return list of output files.
3120
3121         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
3122         all springs tight, and still satisfy the constraints.
3123
3124 2004-10-25  Werner Lemberg  <wl@gnu.org>
3125
3126         * scripts/lilypond-book.py: s/option-sep/option_sep/.
3127         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
3128         (snippet_res): Fix regexps and make them ignore whitespace properly.
3129         (compose_ly): Use `re.split' instead of `string.split' to remove
3130         surrounding whitespace.
3131         Some formatting to get more consistency.
3132
3133 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3134
3135         * VERSION: 2.3.24
3136         
3137         * scm/define-context-properties.scm
3138         (all-user-translation-properties): add verticallySpacedContexts.
3139
3140         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
3141         add interface
3142
3143         * scm/define-grob-properties.scm (all-internal-grob-properties):
3144         add spaceable-staves
3145
3146         * scm/define-grobs.scm (all-grob-descriptions): set
3147         vertically-spaceable-interface for VerticalAxisGroup and
3148         RemoveEmptyVerticalGroup
3149
3150         * lily/system.cc (get_line): determine staff_refpoints_
3151         using spaceable-staves.
3152
3153         * lily/score-engraver.cc (acknowledge_grob): ack
3154         vertically-spaceable-interface and verticallySpacedContexts to
3155         set spaceable-staves.
3156
3157         * input/regression/new-slur.ly: add slur under 16th subbeam case.
3158
3159         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
3160
3161 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3162
3163         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
3164         minimumVerticalExtent tweaks. 
3165  
3166         * mf/feta-schrift.mf: include size of thumb appendix in
3167         bbox. Fixes: c-thumb-notehead.ly  
3168
3169         * THANKS: add Meisters to the Development team.
3170
3171         * scm/framework-tex.scm (convert-to-dvi): redirect output to
3172         /dev/null for non-verbose.
3173
3174         * Documentation/user/invoking.itely (Invoking lilypond): add note
3175         about resource usage.
3176
3177         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
3178
3179         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
3180         --enable-encoding
3181
3182         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
3183
3184         * Documentation/user/changing-defaults.itely (Text encoding):
3185         change to latin1.
3186
3187         * Documentation/user/lilypond.tely: add language and encoding.
3188
3189         * scm/define-grobs.scm (all-grob-descriptions): add
3190         line-interface.
3191
3192         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
3193
3194         * input/test/ossia.ly: font sizes for ossia.
3195
3196         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
3197         -> \context Foo = "NOTENAME".
3198
3199         * lily/main.cc (determine_output_options): fix ordering.
3200
3201 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
3202
3203         * THANKS: Added bughunters for 2.3.
3204
3205 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3206
3207         * Documentation/user/macros.itexi: use findex functions/internals
3208         objects.
3209
3210         * scm/documentation-generate.scm (string-append): add syncodeindex
3211
3212         * Documentation/user/tutorial.itely (A lead sheet): use \chords
3213         for tutoring chord names.
3214  
3215         * Documentation/user/lilypond.tely: remove @authors.
3216
3217 2004-10-23  Werner Lemberg  <wl@gnu.org>
3218
3219         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
3220         Remove first two parameters of \lybox.
3221         Don't emit \vbox around \lybox.
3222         (dump-line): Add width to \lybox call.
3223         Remove first two parameters of \lybox.
3224
3225         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
3226         (\lyitem): Updated.
3227         (\lybox): Only take three parameters.
3228         Create box which has zero depth, only height.
3229         Center box vertically along the x-height of current font.
3230
3231 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3232
3233         * VERSION (PACKAGE_NAME): release 2.3.23
3234
3235         * scm/framework-tex.scm (convert-to-ps): add -E if filename
3236         contains .preview.
3237
3238 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3239
3240         * lily/lyric-extender.cc (print): only run to right-bound if
3241         broken. This fixes input/regression/lyric-extender.ly
3242
3243         * input/regression/beamed-chord.ly: removed.
3244
3245         * Documentation/user/macros.itexi: add \global to definitions for
3246         feta macros.
3247
3248         * po/fr.po: updated po file.
3249
3250         * po/de.po: updated po file.
3251
3252 2004-10-22  Werner Lemberg  <wl@gnu.org>
3253
3254         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
3255
3256 2004-10-21  Werner Lemberg  <wl@gnu.org>
3257
3258         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
3259         (\lilypondexperimentalfeatures): Removed.
3260
3261 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
3262
3263         * Documentation/user/notation.itely: fixed 2 typos
3264
3265 2004-10-20  Werner Lemberg  <wl@gnu.org>
3266
3267         * scm/framework-tex.scm (header-end): Don't set \outputscale.
3268         (dump-line): Produce prettier output.
3269
3270         * tex/lilyponddefs.tex: Comment all macros extensively.
3271         (\lilypondstart): Set \outputscale.
3272         Define \lilypondpagebreak and \lilypondnopagebreak here.
3273         Don't test for positive \lilypondpaperlinewidth -- this is always
3274         positive in the normal case (LilyPond produces bad output otherwise
3275         so we can safely ignore negative or zero values).
3276         (\lilypondend): Remove useless test for \lilypondbook.
3277         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
3278         don't input `feta20.tex'.
3279
3280 2004-10-19  Graham Percival  <gperlist@shaw.ca>
3281
3282         * Documentation/user/examples.itely: added texidoc lilypond-book
3283         template.
3284
3285 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3286
3287         * cygwin/lilypond.hint: Update.
3288
3289 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
3290
3291         * Documentation/user/notation.itely (Fret diagrams): Add documentation
3292         for fret diagram markups to user manual
3293
3294         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
3295         documentation for fret-diagram-terse
3296
3297         * Documentation/user/notation.itely: Added section on fret diagrams.
3298
3299 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3300
3301         * scripts/convert-ly.py (usage): Fix --help description.  Apply
3302         range also for --show-rules.
3303
3304 2004-10-18  Werner Lemberg  <wl@gnu.org>
3305
3306         * scripts/lilypond-book.py (Snippet, Include_snippet)
3307         [replacement_text]: Use group `match'.
3308
3309 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3310
3311         * Documentation/user/macros.itexi: Use @ref instead of @inforef
3312         for html.  Apparently, ``you should'' in texinfo documentation is
3313         merely a guideline that can safely be ignored.
3314
3315         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
3316         auto-mode-alist.
3317
3318         * input/test/engraver-example.ily: 
3319         * input/regression/allfontstyle.ily: Rename, update users.
3320
3321 2004-10-16  Graham Percival  <gperlist@shaw.ca>
3322
3323         * Documentation/user/lilypond-book.itely: add more details about
3324         building .lytex files.
3325
3326         * Documentation/user/examples.itely: added piano-lyrics template
3327
3328         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
3329
3330         * input/GNUmakefile: remove "templates" from build subdirs.
3331
3332         * input/template: removed.
3333
3334 2004-10-16  Werner Lemberg  <wl@gnu.org>
3335
3336         * scripts/lilypond-book.py (snippet_res): Define group `match'
3337         everywhere.
3338         Accept more spaces between commands and its arguments and options.
3339         Fix some regexps.
3340         (output): Remove some newlines in string values and suppress spaces
3341         in output.
3342         (output_texinfo): Output `output_print_filename' only if not empty.
3343         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
3344
3345 2004-10-16  Werner Lemberg  <wl@gnu.org>
3346
3347         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
3348         some TeX line ends with `%' to avoid additional horizontal space in
3349         output.
3350
3351         * scripts/lilypond-book.py: Unexpand spaces to tabs.
3352         (snippet_res): Use `x' modifier to represent regular expressions
3353         in a friendlier way.
3354         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
3355         (find_toplevel_snippets): Don't use indices from match group 0,
3356         which is the whole pattern space, but group 1.
3357
3358 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3359
3360         * flower/include/direction.hh (enum Direction): add
3361         DIRECTION_LIMIT
3362
3363 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3364
3365         * po/fr.po: new po file.
3366
3367 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3368
3369         * Documentation/user/macros.itexi: Do not construct external
3370         references using @uref.  That results in broken links.
3371
3372         * lily/slur.cc (outside_slur_callback): Use int in for loop;
3373         avoids g++-3.4.1 enum beature.
3374
3375 2004-10-13  Graham Percival  <gperlist@shaw.ca>
3376
3377         * Documentation/user/examples.itely: added lilypond-book template.
3378
3379         * Documentation/user/lilypond-book.itely: added filename extension
3380         page.
3381
3382 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * debian/rules (binary-indep): Link images for info.
3385
3386         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
3387         feature nicked from jEdit.
3388
3389 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
3390
3391         * Documentation/user/introduction.itely: Minor corrections.
3392
3393         * Documentation/user/notation.itely: Minor corrections.
3394
3395         * Documentation/user/tutorial.itely: Minor corrections.
3396
3397 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3398
3399         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
3400
3401         * scm/*.scm:
3402         * ly/paper-defaults.ly: Use papersizename only.
3403
3404 2004-10-11  Werner Lemberg  <wl@gnu.org>
3405
3406         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
3407         \raise work with positive values.
3408
3409 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3410
3411         * Documentation/user/notation.itely (Multi measure rests): Update
3412         the docs corresponding to the implementation change from 2004-10-08.
3413
3414 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3415
3416         * VERSION (MY_PATCH_LEVEL): release 2.3.22
3417
3418         * scm/part-combiner.scm (determine-split-list): reinstate
3419         playing+resting case. 
3420
3421         * Documentation/user/invoking.itely (Reporting bugs): rename.
3422
3423         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
3424
3425         * lily/parser.yy (Prefix_composite_music): change no-transposition
3426         for mode_changing_head to figures too.
3427
3428         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
3429         with normal slurs too.
3430         
3431         * lily/slur-scoring.cc (move_away_from_staffline): new function.
3432         (get_base_attachments): move away attachment point for breaks
3433         similar to attachment points on slurs (staffline collision, and
3434         half a space of padding)
3435
3436         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
3437         force twice.
3438
3439         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
3440         mode, return #f.        
3441
3442         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
3443         for last page if raggedlast. 
3444
3445         * lily/parser.yy (Prefix_composite_music): untransposable is for
3446         FiguredBass, not ChordNames
3447
3448 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3449
3450         * scm/framework-tex.scm: Merge fix.
3451
3452 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3453
3454         The grand \paper -> \layout, \bookpaper -> \paper renaming.
3455
3456 2004-10-10  Graham Percival  <gperlist@shaw.ca>
3457
3458         * Documentation/user/notation.itely: add raggedright to a whole
3459         bunch of places.
3460
3461 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3462
3463         * scm/paper.scm (set-paper-dimension-variables): new
3464         function. Define dimension-variables explicitly in \paper too.
3465         This allows overriding linewidth inside \score { \paper { } }
3466         blocks
3467  
3468         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
3469         landscape.
3470         (header): add landscape and papersize options.
3471
3472 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3473
3474         * lily/*.cc: use robust_scm2moment() where appropriate.
3475
3476         * lily/moment.cc (robust_scm2moment): new function.
3477
3478         * scm/titling.scm (default-score-title): remove caps for piece.
3479
3480         * VERSION: 2.3.21 released.
3481         
3482         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
3483
3484         * lily/include/slur-configuration.hh (class Slur_configuration):
3485         new file.
3486
3487         * lily/slur-configuration.cc: new file. move scoring functions
3488         into Slur_configuration.
3489
3490         * lily/slur-scoring.cc (Slur_score_state): change static functions
3491         to methods of Slur_score_state.
3492
3493         * lily/bezier-bow.cc (Message): 
3494
3495         * flower/include/interval-set.hh (Message): new file.
3496
3497         * flower/interval-set.cc (Message): new file.
3498
3499 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3500
3501         * lily/multi-measure-rest-engraver.cc (process_music): always
3502         generate MultiMeasureRestNumbers.
3503
3504         * SConstruct (txt_files): switch of make dist
3505
3506         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
3507         make sure that (indent < len / 3). This fixes progerror-max_h.ly
3508
3509         * lily/multi-measure-rest-engraver.cc (process_music): make
3510         MultiMeasureRestNumber too.
3511
3512 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3513
3514         * Documentation/user/notation.itely (Bar lines): Added a note that
3515         defaultBarType is to be changed in the Timing context.
3516
3517 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3518
3519         * lily/include/guile-compatibility.hh: add file.
3520
3521         * scm/framework-tex.scm (convert-to-dvi): use max of current
3522         extra_mem_top and 1M.
3523
3524         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
3525         function.
3526
3527 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3528
3529         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
3530  
3531 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3532
3533         * lily/slur-scoring.cc (struct Slur_score_state): add
3534         has_same_beam_, edge_has_beams_, is_broken_ bools.
3535         (get_base_attachments): simpler Y attachment determination for
3536         broken slurs.
3537
3538 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3539
3540         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
3541         bash without that is quite interesting.  Add xml and some omf
3542         keys.
3543
3544 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3545
3546         * Documentation/user/macros.itexi: Add xml macros.
3547
3548         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
3549
3550         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
3551
3552 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3553
3554         * lily/break-substitution.cc (substitute_mutable_property_alist):
3555         only put property back into value if != SCM_UNDEFINED
3556
3557         * lily/lyric-extender.cc (print): don't take common refpoint of
3558         null object if right_text isn't there.
3559  
3560         * lily/slur-scoring.cc (struct Slur_score_state): new
3561         struct. Collect scoring function arguments.
3562         (struct Slur_score_state): add musical_dy_
3563         (get_extra_encompass_infos): new function. Split off state
3564         computations.
3565
3566         * scm/part-combiner.scm (determine-split-list): remove playing1
3567         and playing2.
3568
3569 2004-10-02  Graham Percival  <gperlist@shaw.ca>
3570
3571         * Documentation/index.html.in: remove link to templates.
3572
3573         * Documentation/user/notation.itely: more small fixes.
3574
3575 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3576
3577         * lily/timing-engraver.cc (process_music): move setting
3578         measure-length. This fixes spacing-whole-rest.ly
3579
3580         * VERSION (PACKAGE_NAME): release 2.3.20
3581         
3582         * input/regression/quote-transposition.ly: update example
3583
3584         * scm/define-music-properties.scm (all-music-properties): change
3585         meaning of instrumentTransposition.  It is now the pitch played
3586         that sounds as middle C. This means that instrumentTransposition
3587         can be \transposed. 
3588         Fixes: transpose-quote.ly
3589
3590         * lily/parser.yy (command_element): reverse setting of
3591         instrumentTransposition
3592
3593         * lily/pitch.cc (pitch_interval): rename.
3594
3595         * lily/recording-group-engraver.cc (stop_translation_timestep):
3596         remove macrameing of accumulator and set_car/cdr.
3597         Fixes: transposition-quote.ly
3598
3599         * lily/music.cc (transpose): fold Event::transpose() in.
3600
3601         * lily/event.cc: remove Transpose. 
3602
3603         * lily/recording-group-engraver.cc: cleanup.
3604
3605         * ly/music-functions-init.ly (displayMusic): add function.
3606
3607         * make/lilypond.fedora.spec.in: rename file.
3608
3609         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
3610         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
3611
3612         * Documentation/user/changing-defaults.itely (Changing context
3613         properties on the fly): typo.
3614
3615         * lily/slur.cc (outside_slur_callback): try three sample points
3616         for determining collisions. This fixes: slur-script.ly.
3617
3618 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3619
3620         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
3621
3622 2004-10-01  Graham Percival  <gperlist@shaw.ca>
3623
3624         * Documentation/user/notation.itely: more small fixes.
3625
3626         * Documentation/user/examples.itely: make new sections.
3627
3628         * input/test/bar-lines.ly: improve output, fix bug.
3629
3630         * Documentation/user/changing-defaults.itely: small fixes.
3631
3632 2004-10-01  Werner Lemberg  <wl@gnu.org>
3633
3634         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
3635         T1 encoding in texinfo mode.
3636         (\lilypondstart): Use it.
3637         (\lilypondloop, \lilyponditerate): Removed.  Unused.
3638
3639 2004-09-30  Werner Lemberg  <wl@gnu.org>
3640
3641         * tex/lilyponddefs.tex (\lilypondstart): Define
3642         \lilypondfontencoding for both texinfo and latex mode.
3643
3644         * scm/framework-tex.scm (font-load-command): Use
3645         \lilypondfontencoding.
3646
3647 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3648
3649         * scm/framework-tex.scm (dump-page): take with-extents?
3650         argument. If true, output Y extents. Used for lilypond-book
3651         documents.
3652
3653         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
3654         \bookpaper.
3655
3656         * lily/slur.cc (outside_slur_callback): epsilon-delta management
3657         for slur edges. Fixes: progerror-no-bezier-intersection.ly
3658  
3659         * scm/framework-tex.scm (dump-page): put stencil height in dumped
3660         page.
3661
3662 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3663
3664         * Documentation/user/notation.itely (Multi measure rests):
3665         Improved example.
3666
3667 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3668
3669         * lily/auto-beam-engraver.cc (test_moment): robustify.
3670
3671 2004-09-28  Werner Lemberg  <wl@gnu.org>
3672
3673         * scm/framework-tex.scm (font-load-command): Define proper font
3674         macro which sets font encoding if available.
3675         (define-fonts): Define \lilypondpaperinputencoding, to be taken
3676         from the \bookpaper block.
3677
3678         * tex/lilyponddefs.tex (\lilypondstart): Use
3679         \lilypondpaperinputencoding for global input encoding.
3680
3681 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3682
3683         * lily/score.cc (Score): oops. Copy error_found_ too.
3684
3685 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3686
3687         * stepmake/stepmake/texinfo-rules.make: 
3688         * Documentation/GNUmakefile: --srcdir build fixes.
3689
3690         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
3691
3692         * Documentation/user/latex-lilypond-example.latex:
3693         * Documentation/user/latex-example.latex: Fix compile errors.
3694         Still buggy, need more love.
3695
3696 2004-09-27  Werner Lemberg  <wl@gnu.org>
3697
3698         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
3699
3700 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
3701
3702         * Documentation/user/examples.itely: removed \midi block to
3703         simplify the example
3704
3705         * Documentation/user/notation.itely: Removed superfluous
3706         TextSpanner tweakings (is already done by engraver-init.ly).
3707         Documented bug: vertical alignment of articulations.
3708
3709         * Documentation/user/notation.itely, ly/engraver-init.ly
3710         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
3711         padding.
3712
3713         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
3714         docu about TextSpanner padding bug from manual to engraver.ly
3715         (since it's workarounded and hence not user-visible any more)
3716
3717 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3718
3719         * VERSION: release 2.3.19
3720
3721 2004-09-26  Graham Percival  <gperlist@shaw.ca>
3722
3723         * ly/property-init.ly: fix bug in displaying ledger lines while
3724         \hideNotes is on.
3725
3726         * Documentation/user/notation.itely: more editing.
3727
3728         * Documentation/user/examples.itely: add piano-dynamics template.
3729
3730         * input/template/piano-dynamics.ly: remove.
3731
3732         * Documentation/user/sound-output.itexi: more editing
3733
3734 2004-09-25  Graham Percival  <gperlist@shaw.ca>
3735
3736         * Documentation/user/notation.itely: more editing.
3737
3738 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3739
3740         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
3741         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
3742
3743 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3744
3745         * lily/hairpin.cc (print): check columns of bounds, not bounds
3746         themselves.
3747         (print): robustify bound-padding lookup.
3748
3749         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
3750
3751         * scripts/lilypond-book.py (Compile_error.process_include): catch
3752         Compile_error exception, and remove output .texi.
3753
3754         * scm/define-music-properties.scm (all-music-properties): add
3755         error-found
3756
3757         * lily/parser.yy (Music_list): add error-found to music with errors.
3758
3759         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
3760
3761         * lily/book.cc (process): ignore books with errors
3762
3763         * lily/include/score.hh (class Score): add error_found_ member.
3764
3765         * lily/drum-note-engraver.cc (try_music): idem.
3766
3767         * lily/note-heads-engraver.cc: remove start-playing-event.
3768
3769         * lily/part-combine-iterator.cc (Part_combine_iterator): use
3770         BusyPlayingEvent to determine which voice was active last.
3771         (unisono): use last active to where to get unisono information
3772         from. This fixes: partcombine-rest.ly (again).
3773
3774         * scm/part-combiner.scm (determine-split-list): cleanups
3775
3776 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3777
3778         * input/regression/lyric-extender.ly: simplify.
3779         complexify.
3780
3781         * lily/lyric-extender.cc (print): use it to determine size of
3782         extender. Remove Lyric_extender::is_visible().
3783
3784         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
3785         next property.
3786
3787         * lily/lyric-engraver.cc: remove get_current_rest().
3788         
3789 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3790
3791         * input/regression/lyric-extender.ly: Fix and add test.
3792
3793         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
3794
3795 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3796
3797         * lily/note-head.cc: remove Note_head::extent.
3798
3799 2004-09-23  Graham Percival  <gperlist@shaw.ca>
3800
3801         * Documentation/user/tutorial.itely: do manual style 2-space
3802         indents in examples
3803
3804         * Documentation/user/notation.itely: more editing.
3805
3806 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3807
3808         * lily/lyric-engraver.cc (get_current_rest): New function.
3809
3810         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
3811         stop at rest.
3812
3813         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
3814
3815         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
3816
3817 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
3818
3819         * Documentation/user/examples.itely (Small ensembles): added
3820         example for transcription of mensural music
3821
3822         * Documentation/user/notation.itely (The Lyrics context): fixed broken
3823         link to SATB vocal score
3824
3825         * Documentation/user/notation.itely (System start delimiters):
3826         fixed typo: GrandStaff->StaffGroup
3827
3828         * Documentation/user/notation.itely (Ancient articulations):
3829         removed obsolete comment on \episem bug
3830
3831 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3832
3833         * scm/framework-tex.scm (output-preview-framework): Fix invocation
3834         of header.
3835
3836 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3837
3838         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
3839         start to note-column.
3840
3841         * lily/hairpin.cc (print): check text-interface, to attach to
3842         dynamic texts.  
3843
3844         * lily/include/text-item.hh (class Text_interface): rename
3845         Text_item -> Text_interface
3846
3847         * lily/piano-pedal-bracket.cc (print): robustify.
3848
3849 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
3850
3851         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
3852
3853         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
3854         true will print the page number in the first page.
3855
3856         * Documentation/user/changing-defaults.itely: Document
3857         printfirstpagenumber.
3858
3859 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3860
3861         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
3862         objects.
3863
3864         * lily/beam-concave.cc (calc_concaveness): take absolute value of
3865         dy for scaling. This fixes various downbeams.
3866         
3867
3868         * lily/beam-quanting.cc (best_quant_score_idx): 
3869
3870 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3871
3872         * scm/framework-tex.scm (header-to-file): Fix.
3873
3874 2004-09-22  Werner Lemberg  <wl@gnu.org>
3875
3876         * lily/parser.yy <score_body>: Fix typo.
3877
3878 2004-09-22  Graham Percival  <gperlist@shaw.ca>
3879
3880         * Documentation/user/tutorial.itely: modified a "future planning"
3881         comment.
3882
3883         * Documentation/user/notation.itely: more editing.
3884
3885 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3886
3887         * scm/define-markup-commands.scm (note-by-number): read font-size
3888         to determine stem length. Fixes: markup-note.ly
3889
3890 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3891
3892         * lily/slur.cc (outside_slur_callback): read #'padding for
3893         slur-padding. Fixes: slur-script.ly
3894
3895         * lily/parser.yy (score_body): disallow \bookpaper in \score.
3896
3897 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3898
3899         * Documentation/user/notation.itely (ancient flags): documented
3900         flags-related known bugs
3901
3902         * lily/include/ligature-engraver.hh: added comment about why and
3903         how of (non-)use of abstract virtual methods
3904
3905         * ly/engraver-init.ly (VaticanaVoice,
3906         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
3907         unset dash-fraction property in order to get solid lines
3908
3909         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
3910
3911 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3912
3913         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
3914
3915 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3916
3917         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
3918         in function.
3919
3920         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
3921         openout_any=p.  Throughout: progress to stderr, translate user
3922         messages.
3923
3924         * scm/output-gnome.scm: Fix font dir description.
3925
3926 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3927
3928         * input/test/mensural-ligatures.ly (voice): move linethickness
3929         settings to bookpaper.
3930
3931         * lily/simple-spacer.cc (Module): use force to stretch to 
3932         line length as force measure for ragged spacing.
3933         
3934         * lily/lily-parser.cc (get_paper): don't set parent for \paper
3935         blocks in the parser. This eliminates ordering dependency for
3936         \bookpaper and \paper
3937
3938         * ly/part-paper-init.ly: remove file.
3939
3940         * lily/includable-lexer.cc (new_input): elucidate message.
3941
3942         * VERSION: 2.3.18 released.
3943         
3944 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3945
3946         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
3947         * input/mutopia/R.Schumann/romanze-op28-2.ly:
3948         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
3949         #'Slur.attachment setting.
3950
3951         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
3952         friendlier for point and click.
3953
3954 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3955
3956         * ly/init.ly: reverse collected scores.
3957
3958         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
3959         layout to determine force.
3960         
3961 2004-09-18  Werner Lemberg  <wl@gnu.org>
3962
3963         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
3964         ties.
3965
3966         * ly/declarations-init.ly (escapedBiggerSymbol,
3967         escapedSmallerSymbol): Fix typos.
3968
3969         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
3970
3971 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3972
3973         * input/{input,regression}/*.ly: run convert-ly
3974
3975         * VERSION: release 2.3.17
3976
3977         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
3978         little wider for attachment calculation. This prevents stem and
3979         slur touching.
3980
3981         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
3982         ) 
3983
3984         * input/regression/tie.ly (texidoc): cleanup.
3985
3986         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
3987         and ~
3988
3989         * lily/slur-scoring.cc (score_extra_encompass): check if extra
3990         objects are on boundary column. 
3991
3992         * lily/main.cc (parse_argv): process --tex too.
3993
3994         * ly/music-functions-init.ly (keepWithTag): add music functions
3995         keepWithTag and removeWithTag.
3996
3997         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
3998
3999         * lily/accidental-engraver.cc (recent_enough): interpret laziness
4000         = #t. This fixes no-reset accidental-style.
4001
4002         * input/regression/accidental-piano.ly (Module): new file.
4003
4004         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
4005
4006 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4007
4008         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
4009         extra encompass.
4010         (score_extra_encompass): use Y coordinate of attachment if X
4011         attachment falls in extra encompass X extent.
4012
4013         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
4014         GUILE_LOAD_PATH
4015
4016 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4017
4018         * scm/output-gnome.scm: Small fixes.
4019
4020         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
4021
4022 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
4023
4024         * Documentation/user/notation.itely (Ancient flags): Removed
4025         documentation on adjust-if-on-staffline (this property was removed
4026         by Han-Wen).
4027
4028         * Documentation/user/notation.itely (Ancient notation): Minor
4029         cleanups and fixes.  Renamed "Vaticana style contexts" ->
4030         "Gregorian Chant contexts".  Added section "Mensural contexts".
4031         Added section "Ancient articulations".
4032
4033         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
4034
4035 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4036
4037         * buildscripts/guile-gnome.sh: Add missing bit.
4038
4039 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4040
4041         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
4042
4043         * lily/slur-scoring.cc (get_y_attachment_range): set end point
4044         using base_attachment.
4045
4046         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
4047         page header back.
4048
4049         * scm/documentation-generate.scm (top-node): move version to top
4050         node.
4051
4052         * lily/ledger-line-spanner.cc: add ledgered-interface, with
4053         property no-ledgers.
4054
4055 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
4056
4057         * Documentation/user/{changing-defaults,examples,invoking,
4058         tutorial}.itely: Expand 's to is.
4059
4060         * Documentation/user/notation.itely: Capitalize only first letter.
4061
4062         * Documentation/user/programming-interface.itely: Capitalize Scheme.
4063
4064         * Documentation/user/lilypond-book.itely: use @refbugs.
4065
4066         * THANKS: sort.
4067
4068         * input/mutopia/F.Schubert/morgenlied.ly,
4069         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
4070         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
4071         name.
4072
4073 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
4074
4075         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
4076         lneomensural char entry; (ii) fixed mensural/neomensural naming
4077         clash typo; (iii) lneomensural char: fixed stem attachment point.
4078         WARNING: FONT CHANGED!
4079
4080 2004-09-15  Graham Percival  <gperlist@shaw.ca>
4081
4082         * Documentation/user/introduction.itely: update \stemBoth to
4083         \stemNeutral.
4084
4085         * Documentation/user/notation.itely: more editing of the manual.
4086
4087 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4088
4089         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
4090         factor in edge attraction. This reflects that the left edge may
4091         have a larger gap for an ascending up-slur.
4092         (get_base_attachments): copy bound Y from right bound, if there is
4093         only one note-column after the line break.
4094
4095 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4096
4097         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
4098
4099 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4100
4101         * lily/phrasing-slur-engraver.cc (process_music): Create
4102         PhrasingSlur instead of Slur.
4103
4104         * Documentation/user/changing-defaults.itely (Defining new
4105         contexts): Fixed misprinted context name.
4106
4107 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4108
4109         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
4110
4111         * scripts/convert-ly.py (conv): change Both to Neutral in property
4112         settings.
4113
4114         * ly/engraver-init.ly: increase extent of Staff. 
4115
4116 2004-09-13  Graham Percival  <gperlist@shaw.ca>
4117
4118         * scm/script.scm: change behaviour of slur and accent.
4119
4120         * Documentation/user/music-glossary.tely: de-gender a few entires.
4121
4122         * Documentation/user/introduction.itely: de-gender a few sentences.
4123
4124 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4125
4126         * input/regression/rehearsal-mark-number.ly: Reuse the existing
4127         formatting routine when adding boxed numbers. Makes it easier to
4128         extrapolate how to do for boxed letters.
4129
4130 2004-09-12  Graham Percival  <gperlist@shaw.ca>
4131
4132         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
4133
4134         * Documentation/user/invoking.itexi: updated the "reporting bugs"
4135         section.
4136
4137 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4138
4139         * scm/define-grobs.scm (all-grob-descriptions): longer
4140         ideallengths for stems in higher order beams.
4141
4142         * Documentation/user/changing-defaults.itely (Page layout):
4143         document them.
4144
4145         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
4146         to get sane spaces for titles.
4147
4148         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
4149         beforetitlespace, betweentitlespace.
4150
4151         * input/regression/beam-quant-standard.ly (primeSixteenths): add
4152         16th notes.
4153
4154         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
4155         small slope up to smallest quant. This prevents small slopes from
4156         getting rounded to zero.
4157
4158         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
4159         are smaller than the smallest quant.
4160
4161         * input/tutorial/brahms*.ly: remove.
4162
4163         * input/*: update all .ly files.
4164          
4165         * ly/a4-init.ly (vsize): remove papersize init files.
4166
4167         * scripts/convert-ly.py (conv): add conversion.
4168
4169         * lily/parser.yy: change mode changing commands to XXXmode,
4170         eg. drummode.
4171         (mode_changing_head): group mode changes.
4172         (mode_changing_head_with_context): new commands: create context as
4173         well as change mode.
4174
4175         * input/regression/system-overstrike.ly: new file.
4176
4177         * scm/page-layout.scm (ly:optimal-page-breaks): add
4178         betweensystempadding also to fixed distance for the spring.
4179  
4180         * scm/define-grobs.scm (all-grob-descriptions): fix order of
4181         key-cancellation.
4182
4183         * input/regression/beam-concave-damped.ly: new file.
4184
4185         * lily/beam-concave.cc: new file, with new routines for concave
4186         decisions. There are now two types of concaveness: 1. a sharp
4187         logic decision forcing a beam horizontal, and 2. a number that
4188         measures how concave beams are that are not caught by 1.
4189
4190         This fixes: morgenlied.ly and input/regression/beam-concave.ly
4191         
4192         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
4193         property: add-stem-support
4194
4195 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4196
4197         * lily/slur-scoring.cc (get_bound_info): only do
4198         broken trend at the end of the line.
4199
4200         * VERSION (PACKAGE_NAME): release 2.3.16.
4201
4202         * input/regression/phrasing-slur.ly (Module): remove (duplicate
4203         with phrasing-slur-slur-avoid.ly)
4204
4205         * lily/slur-scoring.cc (struct Extra_collision_info): collect
4206         parameters for extra offset.
4207         (get_bezier): add slurs mid-points for curve determination
4208         (score_extra_encompass): add slur end points for scoring.
4209
4210 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
4211
4212         * scm/framework-ps.scm (reencode-font): Handling font scaling
4213         and reencoding differently to work around a bug in gs 8.30 and
4214         earlier.
4215         Update callers.
4216
4217 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4218
4219         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
4220         extent index of other system. Fixes slurs across line breaks.
4221
4222         * lily/tuplet-engraver.cc (start_translation_timestep): use
4223         Tuplet_description::stop_ for determining when to stop producing
4224         tuplet brackets. This fixes: tuplet-overwrite.ly
4225
4226         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
4227         errors with GUILE 1.7 CVS.
4228
4229         * lily/translator.cc (derived_mark): new function.
4230
4231         * lily/slur-scoring.cc (score_encompass): new penalty type:
4232         variance penalty demerits slurs where one head/stem is much
4233         closer to the slur than average.
4234
4235         * lily/tuplet-bracket.cc (print): use robust_relative_extent
4236         iso. extent()
4237         (calc_position_and_height): use robust_relative_extent(). This
4238         fixes a couple of programming_errors
4239
4240         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
4241         file.
4242
4243         * lily/part-combine-iterator.cc (unisono): bugfix for the case
4244         that voice-2 plays solo, and voice-1 has an mmrest that starts
4245         earlier. In that case, we switch to voice-2, so we catch the
4246         mmrest of voice-2. This fixes: partcombine-rest.ly.
4247  
4248 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4249
4250         * scm/define-grob-properties.scm (all-internal-grob-properties):
4251         add adjacent-hairpins property.
4252
4253         * lily/hairpin.cc: lengthen hairpin if space is available.
4254
4255         * input/regression/dynamics-hairpin-length.ly (Module): new file.
4256
4257 2004-09-10  Graham Percival  <gperlist@shaw.ca>
4258
4259         * Documentation/user/notation.itely: small fixes to docs.
4260
4261 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4262         
4263         * VERSION (PACKAGE_NAME): release 2.3.15
4264
4265         * make/lilypond.redhat.spec.in (Requires): bump requirement for
4266         ec-fonts-mftraced
4267
4268         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
4269         the latest ec-fonts-mftraced package.
4270
4271         * scm/define-context-properties.scm
4272         (all-internal-translation-properties): add property. Remove
4273         definition of quotes property.
4274
4275         * Documentation/user/notation.itely (Quoting other voices):
4276         document it
4277
4278         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
4279         property, to determine what events are processed in \quote.
4280
4281 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
4282
4283         * (many files): removed most occurrences of underscore ("_")
4284         from font characters; made font character naming more
4285         consistent
4286
4287         * input/test/gregorian-scripts.ly: fixed another victim of grand
4288         replacement operations
4289
4290         * lily/vaticana-ligature-engraver.cc: caught some more "_"
4291         inconsistencies
4292
4293         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
4294
4295 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4296
4297         * Documentation/user/changing-defaults.itely (Paper size): doc
4298         landscape
4299         
4300
4301         * scm/framework-ps.scm (eps-header): bugfixes. 
4302
4303         * scm/titling.scm (default-score-title): remove opus from the
4304         \score title.
4305
4306 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
4307
4308         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
4309
4310         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
4311
4312         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
4313
4314         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
4315
4316         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
4317
4318         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
4319
4320         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
4321
4322         * scripts/ps2png.py (program_name): changed to sys.argv[0]
4323
4324 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4325
4326         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
4327         character position.  Huh?
4328
4329         * scm/output-gnome.scm (placebox): Shield affine-relative.
4330
4331         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
4332         cater for system's pango 1.5.1.
4333
4334         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
4335
4336         * scm/slur.scm: Tweak.
4337
4338 2004-09-08  Graham Percival  <gperlist@shaw.ca>
4339
4340         * Documentation/user/{first couple of chapters}: more editing.
4341
4342 2004-09-07  Graham Percival  <gperlist@shaw.ca>
4343
4344         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
4345         and summary.
4346
4347         * Documentation/user/{first couple of chapters}: the big "Graham's
4348         moved to a new city, his friends haven't arrived, and he has no
4349         internet access" patch.  Numerous editorial and stylistic changes
4350         to the manual.
4351
4352 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4353
4354         * scm/framework-ps.scm (output-framework): handle landscape settings.
4355
4356         * ps/lilyponddefs.ps: cleanup.
4357
4358 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4359
4360         * scm/define-grobs.scm (all-grob-descriptions): unset
4361         threshold. This fixes morgenlied. 
4362
4363         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
4364         rod calculation.
4365
4366         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
4367         spanners into account for staff-extents.
4368
4369         * lily/ottava-bracket.cc (print): take common refpoint of dots
4370         into account as well.
4371
4372 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4373
4374         * lily/lookup.cc (triangle): translate by interval.
4375
4376         * VERSION (PACKAGE_NAME): release 2.3.14
4377
4378         * Documentation/user/changing-defaults.itely (Page layout): add
4379         betweensystempadding
4380
4381         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
4382
4383         * input/regression/quote-cyclic.ly (Module): new file.
4384
4385         * scm/lily.scm (print): add function.
4386
4387         * scm/music-functions.scm (quote-substitute): new
4388         function. Substitute \quote when putting music into \score.
4389
4390         * input/regression/key-signature-cancellation.ly (Module): new file.
4391
4392         * lily/*.cc: more ly_scm2 -> scm_to converions.
4393
4394         * lily/key-signature-interface.cc (print): take position
4395         difference into account when spacing naturals.
4396
4397         * lily/key-engraver.cc (create_key): create KeyCancellation grob
4398         separately, so the cancellation can be put before the staff-bar
4399
4400         * scm/define-grobs.scm (all-grob-descriptions): add a
4401         KeyCancellation grob.
4402
4403         * lily/tuplet-engraver.cc (struct Tuplet_description): new
4404         struct. Use to clean-up Tuplet_engraver
4405
4406 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4407
4408         * lily/*: ly_scm2int -> scm_to_int
4409         ly_scm2double -> scm_to_double
4410
4411         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
4412
4413 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4414
4415         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
4416         0 springs
4417
4418         * lily/system.cc (post_processing): 
4419
4420         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
4421         density for vertical spacing by means of force penalty.
4422         
4423         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
4424         dimension-variables
4425
4426         * Documentation/user/changing-defaults.itely (Page layout): add
4427         betweensystemspace variable.
4428
4429         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
4430
4431         * scm/page-layout.scm (space-systems): new function. Use spring
4432         and rod approach for vertically spacing systems.
4433
4434         * ly/engraver-init.ly: tune down minimumVerticalExtent.
4435
4436         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
4437         vertical alignment.
4438
4439         * lily/slur-engraver.cc (process_music): add warning for slur.
4440
4441 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4442
4443         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
4444
4445         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
4446         export spacing routine to SCM.
4447
4448         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
4449         new class, separate Grobs from interface.
4450
4451 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4452
4453         * lily/include/lily-guile.hh: compatibility glue for 1.6
4454
4455         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
4456
4457         * lily/lily-guile.cc: remove ly_scm2str0.
4458
4459 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4460
4461         * Documentation/user/macros.itexi: Use @inforef iso @uref for
4462         external references.  Fixes HTML cross references with makeinfo 4.7.
4463
4464 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4465
4466         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
4467         expand_only option.
4468
4469 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4470
4471         * lily/system.cc (get_line): add System stencil to exprs. Fixes
4472         system-extents.ly.
4473
4474         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
4475
4476         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
4477         for MultiMeasureRestNumber
4478
4479         * VERSION (PACKAGE_NAME): release 2.3.13
4480
4481 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4482
4483         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
4484         takes two arguments.
4485
4486 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4487
4488         * input/regression/slur-stem-broken.ly: remove.
4489
4490         * lily/slur.cc: add quant-score.
4491
4492         * input/regression/slur-staccato.ly (texidoc): remove
4493
4494         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
4495
4496 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4497
4498         * lily/include/bezier-bow.hh: remove.
4499
4500         * lily/slur-bezier-bow.cc (Module): remove.
4501
4502         * lily/include/slur.hh (Module): remove.
4503
4504         * lily/slur.cc: remove
4505
4506         * input/test/slur-beautiful.ly (Module): remove
4507
4508         * input/test/slur-attachment-override.ly (Module): remove
4509
4510         * lily/slur-quanting.cc (after_line_breaking): only do scoring
4511         when less than 4 control-points.
4512
4513         * lily/key-signature-interface.cc: add style.
4514
4515         * Documentation/user/notation.itely (Automatic staff changes):
4516         document new behavior.
4517
4518         * input/regression/slur-extreme.ly: new file.
4519
4520         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
4521         bass. Obviates \clef bass in the bass staff, when using \autochange 
4522
4523         * lily/auto-change-iterator.cc (construct_children): instantiate
4524         up/down Staff, create Voice on up staff initially. Obviates
4525         explicit instantiation of up/down contexts for \autochange. 
4526
4527         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
4528         slur depending on extents of note heads.
4529         
4530 2004-08-28  Graham Percival  <gperlist@shaw.ca>
4531
4532         * Documentation/user/tutorial.itely: minor editing.
4533
4534         * Documentation/user/examples.itely: tiny editing.
4535
4536 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4537
4538         * lily/slur-quanting.cc (init_score_param): read scoring
4539         parameters from slur-details property
4540
4541         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
4542         Accidental
4543
4544         * Documentation/user/advanced.itely: removed.
4545
4546         * Documentation/user/programming-interface.itely (How markups work
4547         internally): new subsection.
4548
4549         * Documentation/user/converters.itely (Invoking abc2ly): remove
4550         musedata2ly.
4551
4552 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4553
4554         * Documentation/user/point-and-click.texi (Point and click): new file.
4555         put point & click in appendix.
4556         
4557         * Documentation/user/changing-defaults.itely (Vertical spacing):
4558         corrections
4559
4560 2004-08-27  Graham Percival  <gperlist@shaw.ca>
4561
4562         * Documentation/user/introduction.itely: add note about the
4563         "example templates" section of the manual, and remove link to
4564         input/template/
4565
4566 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
4567
4568         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
4569         -> La@TeX
4570
4571         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
4572         missing lneo_mensural head; editorial cleanups
4573
4574         * lily/mensural-ligature.cc: added more comments
4575
4576 2004-08-26  Graham Percival  <gperlist@shaw.ca>
4577
4578         * Documentation/user/examples.itely: second, third, fourth, and fifth
4579         sections added.
4580
4581         * input/template/{various}: removed files included in examples.itely.
4582
4583 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
4584
4585         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
4586         Stem::stem_end_position instead of broken
4587         Staff_symbol_referencer::get_position
4588
4589 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4590
4591         * debian/changelog: debian patch by Anthony Fok.
4592
4593         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
4594
4595         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
4596         get spurious messages with skipTypesetting on.
4597
4598 2004-08-25  Graham Percival   <gperlist@shaw.ca>
4599
4600         * Documentation/user/lilypond-book.itely: slight clean-up.
4601
4602         * Documentation/user/examples.itely: began section.
4603
4604 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4605
4606         * lily/script-interface.cc: add slur property.
4607
4608         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
4609         too.
4610
4611         * input/regression/phrasing-slur-slur-avoid.ly: new file.
4612
4613         * lily/ottava-bracket.cc (print): always start from right edge of
4614         a broken bound. This fixes ottava-clef.ps 
4615
4616 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4617
4618         * input/regression/slur-script-inside.ly: new file.
4619
4620         * lily/new-slur.cc (outside_slur_callback): new function, to make
4621         scripts avoid slurs 
4622
4623         * lily/slur-engraver.cc (finalize): 
4624
4625         * lily/script-interface.cc: add inside-slur property.
4626
4627         * lily/slur-engraver.cc (finalize): read inside-slur property.
4628
4629         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
4630         message.
4631
4632         * ly/property-init.ly (unHideNotes): hide accidentals at staff
4633         level. Fixes: hideNotes-accidental.ly
4634
4635 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
4636
4637         * scm/page-layout.scm (plain-header): fix bug that print page
4638         number in the first page if firstpagenumber was different than 1.
4639
4640 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4641
4642         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
4643         fonts. Fixes triangle markup for chords.
4644
4645         * lily/slur-quanting.cc (score_extra_encompass): make score depend
4646         on distance. This fixes slur-tenuto.ly and slur-tie.ly
4647  
4648         * flower/include/interval.hh (T>): add distance() function
4649
4650         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
4651         octaviation-dot.ly 
4652
4653         * lily/context-scheme.cc: ly_context_grob_definition: new function.
4654
4655         * VERSION (MY_PATCH_LEVEL): release 2.3.12
4656
4657         * lily/new-slur.cc (add_column): remove set_interface()
4658
4659 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4660
4661         * input/regression/slur-double.ly: new file. 
4662
4663         * lily/slur-engraver.cc: add doubleSlurs property
4664
4665         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
4666         symbols.
4667
4668         * Documentation/user/notation.itely (Easy Notation note heads):
4669         revise notation Chapter.
4670
4671         * ly/music-functions-init.ly (makecluster): add makeClusters music
4672         function.
4673
4674         * lily/part-combine-engraver.cc: rename soloADue ->
4675         printPartCombineTexts
4676
4677         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
4678
4679         * lily/horizontal-bracket.cc (print): use
4680         Tuplet_bracket::make_bracket, so it supports bracket-flare,
4681         edge-eight and shorten-pair.
4682
4683 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
4684
4685         * Documentation/user/changing-defaults.itely (Page layout):
4686         description of firstpagenumber. Moved @refbugs about rightmargin
4687         to the end of the section (it was looking like the documentation
4688         after the refbugs was part of the bug comment).
4689
4690         * scm/framework-ps.scm (output-framework): set the first
4691         postscript page number to firstpagenumber
4692
4693         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
4694         page number according to firstpagenumber
4695
4696         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
4697         parameter
4698
4699 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4700
4701         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
4702         nested slurs. 
4703
4704         * scripts/convert-ly.py (lilypond_version_re_str): handle
4705         \version "bar" % "foo"
4706
4707         * lily/completion-note-heads-engraver.cc (process_music): set
4708         duration-log before announcing object.
4709         
4710         * lily/staff-symbol.cc (print): subtract thickness from staff line
4711         length
4712
4713         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
4714         
4715 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
4716
4717         * scm/stencil.scm: remove fontify-text and fontify-text-white
4718
4719 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4720
4721         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
4722
4723         * Documentation/user/sound-output.texi (Sound): new file. Move all
4724         MIDI related information.
4725
4726 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4727
4728         * lily/script-engraver.cc (acknowledge_grob): only take into
4729         account note heads with a music cause. Fixes ambitus-accent.ly
4730
4731         * scm/define-markup-commands.scm (finger): set encoding to
4732         fetaNumber.
4733
4734 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
4735
4736         * scripts/convert-ly.py: typo
4737
4738 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
4739
4740         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
4741         font calls for diagrams based on paper and props
4742
4743 2004-08-19  Graham Percival <gperlist@shaw.ca>
4744
4745         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
4746
4747 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
4748
4749         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
4750         added setHairpinDecresc/Dim
4751
4752 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4753
4754         * lily/include/lily-guile.hh: Cosmetics.
4755
4756 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4757
4758         * input/regression/fermata-rest-position.ly: new file
4759
4760         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
4761
4762         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
4763
4764 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4765
4766         * scm/framework-tex.scm (output-preview-framework) 
4767         (output-classic-framework): 
4768         * scm/framework-ps.scm (output-preview-framework):
4769         s/ly:paper-book-lines/ly:paper-book-systems/g
4770
4771         * scm/fret-diagrams.scm (ss-font-encoding):
4772         s/my-font-encoding/ss-font-encoding
4773
4774 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4775
4776         * scm/music-functions.scm (direction-polyphonic-grobs): Set
4777         direction also on fingerings.
4778
4779         * lily/clef-engraver.cc: Add forceClef to list of read properties.
4780
4781 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4782
4783         * po/nl.po: Some updates.
4784
4785         * scm/lily.scm (_): New function.
4786         (postscript->pdf, postscript->png, lilypond-main)
4787         (postscript->pdf): Use it.  Write messages to stderr.
4788
4789         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
4790
4791         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
4792         xgettext does not recognise scheme yet.  Patch submitted.
4793
4794         * lily/scm-option.cc (LY_DEFINE):
4795         * lily/main.cc: The program is now called lilypond (WAS:
4796         lilypond-bin).
4797
4798         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
4799         messages.
4800
4801         * lily/include/paper-book.hh
4802         * lily/include/paper-system.hh: Finish renaming of paper-line to
4803         system.  Fix users.
4804
4805 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4806
4807         * scm/documentation-generate.scm (string-append): add version.
4808
4809         * scm/define-markup-commands.scm (box): add box-padding and
4810         thickness props for the box command.
4811  
4812         * Documentation/user/changing-defaults.itely (Text encoding):
4813         elucidate use of \encoding for \header strings.
4814
4815         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
4816
4817         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
4818         staff-change.ly
4819
4820         * lily/output-def.cc (assign_context_def): use set_variable().
4821
4822         * lily/text-item.cc (interpret_string): accept string input
4823         encoding too.
4824
4825         * scm/encoding.scm (read-encoding-file): print warning when file
4826         can't be found.
4827
4828         * tex/latin1.enc: remove.
4829
4830         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
4831
4832         * lily/rod.cc (columnize): robustness fix. Don't crash for
4833         nil span points. Fixes: appoggiatura-segfault.ly
4834         (add_to_cols): extra robustness fix.
4835
4836 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4837
4838         * lily/text-item.cc (interpret_string): use lookup_variable() to
4839         fidn inputencoding. Now, \paper inherits inputencoding from
4840         \bookpaper.
4841
4842         * lily/script-engraver.cc (stop_translation_timestep): remove slur
4843         collision kludge.
4844
4845         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
4846         kludge.
4847
4848 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4849
4850         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
4851
4852 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4853
4854         * lily/spanner.cc (spanned_rank_iv): Bugfix.
4855
4856         * lily.scm: Mark un-internationlised user messages (with FIXME).
4857
4858         * lily/include/modified-font-metric.hh (struct
4859         Modified_font_metric): New file.  (WAS: incorrectly named
4860         scaled-font-metric.hh ?)
4861
4862         * lily/include/scaled-font-metric.hh: Remove.
4863
4864         * lily/text-item.cc (interpret_string): Identify and document
4865         input-encoding problem.
4866
4867         * lily/paper-book.cc (pages): Do not use `paper' as variable name
4868         for a Bookpaper.
4869
4870         * tex/latin1.enc: Replace /minus with /hyphen.
4871
4872         * scm/encoding.scm: For latin1 (input-)encoding, use
4873         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
4874
4875         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
4876         inputencoding.
4877
4878 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
4879
4880         * Documentation/topdocs/INSTALL.html: fixes.
4881
4882 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
4883
4884         * buildscripts/builder.py: Fix for scons CVS.
4885
4886 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
4887
4888         * Documentation/user/notation.itely,
4889         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
4890         input/test/ambitus-mixed.ly: fix plurals:
4891         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
4892
4893 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4894
4895         * lily/dynamic-engraver.cc (typeset_all):
4896         * lily/script-engraver.cc (stop_translation_timestep): Handle
4897         collisions with new-slur.
4898
4899 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4900
4901         * scm/define-grobs.scm (all-grob-descriptions): Add
4902         new-slur-interface.
4903
4904 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4905
4906         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
4907         produces .PS
4908
4909 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
4910
4911         * scm/define-grob-properties.scm (all-user-grob-properties): fix
4912         definition of number-type
4913
4914 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
4915
4916         * scm/fret-diagrams.scm : change sans-serif font encoding from 
4917         TeX-text to ec (uses ecss fonts instead of cmss fonts)
4918
4919         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
4920         number-type and label-dir
4921
4922         * scm/define-grob-properties.scm: add number-type and label-dir
4923
4924         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
4925         left or right.  Allow choice of upper-case roman, lower-case roman, or
4926         arabic numerals in fret label
4927
4928 2004-08-04  Werner Lemberg  <wl@gnu.org>
4929
4930         * lily/slur-quanting.cc: Include libc-extension.hh.
4931         s/round/my_round/.
4932         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
4933         s/autobeaming/autoBeaming/.
4934
4935 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4936
4937         * VERSION: 2.3.11 released.
4938
4939         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
4940         renameinput.
4941
4942 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4943
4944         * lily/lookup.cc (round_filled_box): remove warnings about blot
4945         diameter.
4946
4947         * scm/paper.scm (paper-set-staff-size): make linethickness more
4948         easily tunable.
4949
4950         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
4951         \newlyrics -> \addlyrics
4952
4953         * lily/text-spanner.cc (print): use it.
4954
4955         * lily/dynamic-text-spanner.cc (print): use it.
4956
4957         * lily/grob.cc (robust_relative_extent): new function.
4958
4959         * scripts/lilypond-book.py (main): add -f tex as default process.
4960
4961         * lily/text-spanner.cc (print): only take linear_combination of
4962         nonempty interval.
4963         
4964
4965 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
4966
4967         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
4968         isn't specified by the user in \bookpaper center the music in the
4969         page.
4970
4971 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4972
4973         * Fix some problems after the renaming of my-lily -> lily
4974
4975 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4976
4977         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
4978
4979         * lily/slur-quanting.cc (enumerate_attachments): apply center on
4980         stem-X in more cases. 
4981
4982         * lily/stem.cc (dim_callback): solve todo.
4983
4984 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4985
4986         * input/test/README: new file.
4987
4988         * lily/lily-parser.cc: rename my-lily* files.
4989
4990         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
4991         parser.
4992
4993         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
4994
4995         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
4996
4997         * make/mutopia-targets.make (local-WWW): don't make ps.gz
4998         examples. They take a huge amount of space.
4999
5000         * Documentation/user/GNUmakefile: fix symlinks.
5001
5002         * VERSION: 2.3.10 released.
5003         
5004         * input/test/lyrics-skip-notes.ly: remove
5005
5006         * input/test/stem-cross-staff.ly (noFlag): fold into manual
5007
5008         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
5009         remove.
5010
5011 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
5012
5013         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
5014         fixes.
5015
5016 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5017
5018         * input/regression/beam-dir-functions.ly: move from test/
5019
5020         * Documentation/user/notation.itely (Feathered beams): new node.
5021
5022         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5023         new node
5024
5025         * input/regression/lyric-hyphen-retain.ly: move to regression.
5026
5027         * input/regression/harmonic.ly: fold into manual
5028         
5029         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
5030         stem-length,chord-names-no-inversions}.ly: remove
5031         
5032         * input/test/tie-cross-voice.ly: move to regression.
5033
5034         * Documentation/user/notation.itely (Running trills): new node.
5035
5036         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
5037
5038         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
5039
5040         * lily/trill-spanner-engraver.cc: new file.
5041
5042         * input/regression/trill-spanner.ly: new file.
5043
5044         * input/test/timing.ly: fold into manual.
5045
5046         * input/test/time.ly: remove
5047
5048         * input/test/trill.ly: remove
5049         
5050         * input/test/time-signature-double.ly: fold into manual
5051
5052         * input/test/separate-staccato.ly: remove
5053
5054         * input/test/spanner-after-break-tweak.ly: fold into manual.
5055
5056         * input/test/script-priority.ly: fold into manual.
5057
5058         * input/test/scheme-interactions.ly: remove.
5059         
5060         * input/test/unfold-all-repeats.ly (mel),
5061         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
5062         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
5063         fold into manual.
5064
5065         * input/regression/no-staff.ly: move from input/test/
5066
5067         * input/regression/markup-score.ly: move from input/test/
5068
5069         * input/test/lyrics-melisma-faster.ly: fold into manual
5070         
5071         * input/test/lyrics-melisma-variants.ly: fold into manual
5072
5073         * Documentation/user/notation.itely (Popular music): new node. 
5074
5075         * input/test/gourlay.ly: remove
5076         
5077         * input/test/improv.ly: fold into manual.
5078
5079         * input/test/figured-bass-alternate.ly (fl): remove
5080
5081         * lily/dynamic-text-spanner.cc (print): new file.
5082
5083         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
5084
5085         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
5086         keep recursing into children in case a parent context inserts a
5087         grob into a child context.
5088
5089         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
5090         
5091 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5092
5093         * scm/define-markup-commands.scm (postscript): new markup command
5094         \postscript
5095
5096         * Documentation/user/notation.itely (Formatting cue notes): new
5097         section.
5098
5099         * input/test/clef-end-of-line.ly: fold into manual.
5100
5101         * input/test/scales-greek.ly: remove.
5102
5103         * input/test/chords-without-melody.ly: fold into manual.
5104
5105         * input/test/cadenza-skip.ly: remove.
5106
5107         * input/test/clef-8-syntax.ly: remove.
5108
5109         * input/test/clef-manual-control.ly: move into manual.
5110
5111         * Documentation/user/notation.itely (Aligning to cadenzas): fold
5112         in cadenza-skip.ly
5113
5114         * mf/parmesan*.mf: change neo_mensural to neomensural.
5115
5116         * input/test/trills.ly: remove.
5117
5118         * input/test/transposition.ly: remove.
5119
5120         * input/test/to-xml.ly: move to no-notation.
5121
5122         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
5123
5124         * lily/ledger-line-spanner.cc (print): use staff variable, not
5125         me. Fixes ledger lines on differently sized staves.
5126
5127         * input/test/rhythm-excercise.ly: remove file.
5128
5129         * lily/stem.cc (dim_callback): only do something if visible. Fixes
5130         spurious flag not found warning for 128th rest.
5131
5132         * input/regression/rest-dot-position.ly: new file.
5133         
5134         * input/test/rest-dot-positions.ly: remove
5135
5136         * lily/staff-symbol-referencer.cc (get_position): emergency
5137         fallback: use coordinate * 2.
5138
5139         * input/no-notation/midi-scales.ly: move from test/
5140
5141         * scm/define-markup-commands.scm (score): remove debugging code.
5142
5143         * input/test/incipit.ly (violin): remove. 
5144
5145         * lily/system-start-delimiter.cc (print): only draw system
5146         delimiter to staves that reach up to left bound of the delimiter.
5147
5148         * input/no-notation/embedded-scm.ly: move from test/
5149
5150         * input/test/follow-voice.ly: remove
5151
5152         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
5153
5154         * input/test/drarn*: remove
5155         
5156         * input/test/count-systems.ly: remove.
5157
5158         * lily/bar-line.cc (compound_barline): fix : for staff without
5159         lines.
5160
5161         * lily/accidental.cc (print): use music_font_alist_chain(). This
5162         fixes smaller cautionaries.
5163
5164         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
5165         encoding for accidental.
5166
5167         * Documentation/user/notation.itely (Educational use): new section
5168
5169         * input/test/*.ly: clean up directory: move examples into manual
5170         or regtest.
5171         
5172
5173         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
5174         mode as well. This fixes resolution errors.
5175
5176 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5177
5178         * scm/lily.scm (postscript->png): show commands for --verbose.
5179
5180         * flower/include/getopt-long.hh: opps. short option should be
5181         char, not int.
5182
5183         * Documentation/user/GNUmakefile: use symlinks to save space.
5184
5185         * VERSION: 2.3.9 released.
5186
5187         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
5188
5189         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
5190         manual.
5191
5192         * Documentation/user/tutorial.itely (Integrating text and music):
5193         remove \score and \notes from manual.
5194
5195         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
5196         mode in the beginning.
5197
5198 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5199
5200         * Documentation/user/changing-defaults.itely (Horizontal spacing):
5201         Correct the documentation of the spacing parameters. 
5202
5203         * Documentation/user/tutorial.itely (Integrating text and music), 
5204         Documentation/user/lilypond-book.itely (Integrating LaTeX and
5205         music): Document that you need to add the map file ec-mftrace.map
5206         in the dvips command.   
5207
5208 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5209
5210         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
5211         found.
5212
5213         * lily/text-item.cc (interpret_string): insert encoding setting
5214         here
5215
5216         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
5217         encoding kludge.
5218
5219         * Documentation/user/changing-defaults.itely (Text encoding): node
5220         on encoding.
5221
5222         * lily/lyric-engraver.cc (try_music): remove superfluous check.
5223
5224         * lily/book-paper-def.cc (find_scaled_font): remove default
5225         encoding, because it messes up font loading for feta and
5226         parmesan. Encoding should only be specified for running texts.
5227
5228         * lily/modified-font-metric.cc (text_dimension): support coding
5229         scheme ""
5230         
5231 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5232
5233         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
5234         definition, so \override works as expected.
5235
5236         * lily/measure-grouping-engraver.cc: clarify
5237
5238 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5239
5240         * lily/parser.yy (context_def_mod): remove \consistsend
5241
5242         * lily/context-def.cc (instantiate): use Translator::must_be_last
5243         to determine engraver order.
5244
5245         * lily/translator.cc (must_be_last): new function
5246
5247         * scripts/convert-ly.py (conv): rule.
5248
5249         * lily/bar-line.cc (print): return '() for height == 0.0 too.
5250
5251 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5252
5253         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
5254  
5255 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5256
5257         * lily/include/lily-guile.hh (scm_is_int): compat glue.
5258
5259 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
5260
5261         * input/regression/page-layout.ly: new file.
5262
5263         * scm/paper.scm (set-paper-dimensions): Preliminary support for
5264         left and right margins.
5265
5266         * Documentation/user/changing-defaults.itely (Page layout):
5267         Explain the leftmargin option.
5268
5269 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5270
5271         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
5272
5273         * input/test/lyrics-melisma-faster.ly: new file.
5274
5275         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
5276         change of melody by setting associatedVoice.
5277
5278         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
5279
5280         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
5281         file contents, rather \include them, so default linewidth is set.
5282         (ly_options): make BOOKPAPER set of options. Move linewidth
5283         settings there.
5284
5285         * Documentation/user/examples.itely: new file. Templates are to be
5286         moved here.
5287
5288         * Documentation/user/programming-interface.itely: move chapter.
5289
5290         * scm/document-markup.scm (doc-markup-function): add @code
5291
5292         * stepmake/stepmake/texinfo-rules.make: remove chmod.
5293
5294 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5295
5296         * scm/page-layout.scm (plain-header): add printpagenumber boolean
5297         to bookpaper.
5298
5299         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
5300         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
5301
5302         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
5303
5304         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
5305
5306         * scripts/lilypond-latex.py: move from lilypond.py
5307
5308         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
5309         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
5310
5311         * scm/lily.scm (postscript->png): new function
5312         (postscript->pdf): new function
5313
5314         * lily/paper-book.cc (post_processing): call
5315         convert-to-{dvi,ps,png,pdf}
5316
5317         * scripts/ps2png.py (option_definitions): new file.
5318
5319         * lily/paper-book.cc (output): call output-preview-framework
5320         (post_processing): new function. Do PDF/PNG conversion.
5321
5322         * lily/paper-outputter.cc (close): new function.
5323
5324         * scm/framework-ps.scm (convert-to-pdf): new function. Call
5325         ps2pdf.
5326         (output-preview-framework): new function. Generate a preview .ps
5327         
5328
5329 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5330
5331         * VERSION: release 2.3.8
5332         
5333         * lily/note-head.cc: remove ledger line handling.
5334
5335         * lily/ambitus.cc (print): strip away accidental / note head code,
5336         and associated properties.
5337
5338         * lily/ambitus-engraver.cc (create_ambitus): change name to
5339         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
5340         other ambitus parts.
5341         (create_ambitus): group grobs in Ambitus grouping object. 
5342
5343         * lily/include/pitch-interval.hh (Pitch>): new file.
5344
5345         * lily/pitch-interval.cc (add_point): new file.
5346
5347         * lily/ledger-line-engraver.cc: new file.
5348
5349         * lily/ledger-line-spanner.cc (print): new file. Set limits to
5350         ledger line length to avoid clashes.
5351
5352 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5353
5354         * Documentation/user/invoking.itexi (Invoking lilypond): remove
5355         deprecated options
5356
5357 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5358
5359         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
5360         to command line option: fast=1 (default on).
5361
5362         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
5363         This brings SCons run-time on up-to-date tree down from 48s with
5364         only checksums, to 34s without 2day checksums, to 14s (make needs
5365         4 seconds).
5366         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
5367         necessary.
5368
5369 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5370
5371         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
5372         (score_extra_encompass): process scripts at edges too, by checking
5373         control points directly. 
5374
5375 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5376
5377         * po/nl.po: Update.
5378
5379         * lily/main.cc: Fix ly:option-usage help.
5380
5381         * input/regression/slur-script.ly: More collision tests.
5382
5383         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
5384
5385 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5386
5387         * VERSION: release 2.3.7
5388
5389         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
5390         files.
5391
5392         * Documentation/user/notation.itely (Slurs): document ^ and _ for
5393         slurs.
5394
5395         * input/regression/slur-script.ly: new file.
5396
5397         * lily/accidental-engraver.cc (process_acknowledged_grobs):
5398         make accidental appear to come from note head engraver.
5399
5400         * lily/slur-quanting.cc: new file.
5401         (score_extra_encompass): new function. Avoid scripts and
5402         accidentals
5403
5404 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5405
5406         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
5407         This greatly reduces the number of files that get recompiled
5408         after touching config.hh.
5409
5410         * config.hh.in: Remove GUILE_*_VERSION.
5411
5412         * lily/new-slur.cc: Resolve conflicts.
5413
5414         * lily/stem-engraver.cc (make_stem): New method.
5415
5416         * lily/include/script-interface.hh:
5417         * lily/script-interface.cc: New file.
5418
5419         * lily/include/script.hh:
5420         * lily/script.cc: Remove.
5421
5422         * lily/music.cc (duration_log): New method.
5423
5424         * lily/script.cc (struct Skript): Remove.
5425
5426         * lily/new-slur.cc (get_base_attachments): Try at articulations.
5427         Lots of coding cleanups (Stom).
5428
5429 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5430
5431         * lily/new-slur.cc (avoid_staff_line): new function: avoid
5432         collisions with staff lines.
5433
5434         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
5435         global_path
5436
5437         * scm/define-grobs.scm (all-grob-descriptions): set ratio
5438         .25. This flattens short slurs.
5439
5440         * lily/new-slur.cc (enumerate_attachments): move X of attachment
5441         points for tilted slurs.
5442
5443         * input/regression/slur-tilt.ly: new file.
5444
5445         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
5446         stems of 16th graces too.
5447
5448         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
5449         quant penalty dependent on how much the line is in the gap.
5450
5451         * input/regression/grace-stem-length.ly: new file.
5452
5453         * lily/beam-quanting.cc (score_forbidden_quants): remove
5454         interquant check. The penalty of 1000 is much too harsh, and the
5455         inter case should be caught by check-staff-line-in-gap check.
5456
5457         * lily/scm-option.cc: move debug-beam to \paper.
5458
5459         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
5460         .txt files to appease makeinfo.
5461
5462         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
5463         remove texttagline.
5464         
5465         * lily/new-slur.cc: cleanup, split in functions.
5466
5467         * lily/parser.yy (chord_body_element): allow octave-check = inside
5468         chord body. 
5469
5470         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
5471
5472         * lily/stem.cc (height): call Beam::after_line_breaking().
5473
5474         * lily/rest-collision.cc (force_shift_callback): only call shift
5475         for columns containing rests.
5476
5477         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
5478
5479         * input/regression/font-postscript.ly: invoke afm2tfm. 
5480
5481 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5482
5483         * mf/SConscript: Build map files.
5484
5485         * SConstruct: Rename $out to out-www in web.
5486
5487 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5488
5489         * SConstruct (web_kluts): Have make web build in out-www.  Not.
5490
5491 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5492
5493         * Documentation/user/music-glossary.tely (Top): add fragment to
5494         pertinent @lilypond entries.
5495
5496         * scm/define-grobs.scm: switch on new-slur by default.
5497
5498         * lily/scm-option.cc: symbol != string.
5499
5500         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
5501         really work yet.
5502         (set_end_points): make X coord of attachment dependent on  Y.
5503         (score_encompass): add edges too.
5504
5505 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5506
5507         * lily/stem.cc (get_beaming): new function.
5508
5509         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
5510         for fragment snippets. This fixes inclusion of toplevel-music
5511         examples (such as new-slur.ly)
5512  
5513 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5514
5515         * scripts/lilypond-book.py: Remove second import of stat.
5516
5517         * More SCons cleanups.
5518
5519         * Documentation/bibliography/computer-notation.bib (note): Remove
5520         extraneous closing brace.
5521
5522 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5523
5524         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
5525         stat calls.
5526
5527         * Documentation/bibliography/SConscript (bibs): failed try to get
5528         bib2html find html-long.bst.
5529
5530         * buildscripts/bib2html.py (stat): fail if bibtex fails.
5531
5532         * make/stepmake.make: use usescons for using scons. 
5533
5534 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5535
5536         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
5537         for lilypondend.  Import stat (huh?).
5538
5539 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5540
5541         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
5542         bypass dvi. 
5543
5544         * input/regression/font-postscript.ly: new file. 
5545
5546         * scm/framework-ps.scm (load-fonts): load pfb files too.
5547
5548         * lily/pfb.cc (pfb2pfa): new file.
5549
5550 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5551
5552         * scripts/lilypond-book.py (PREAMBLE_LY): set
5553         toplevel-music-handler too.
5554
5555 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5556
5557         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
5558         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
5559
5560         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
5561
5562         * python/SConscript:
5563         * python/vim:
5564         * input/mutopia/*SConscript: New file.
5565
5566         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
5567
5568         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
5569         fixes web build.
5570
5571         * make/stepmake.make (scons): re-route to SCONS if user has been
5572         running scons in this tree.
5573
5574         * SConstruct (config_vars): Add CPPDEFINES.
5575         (env): Set checksums type to "content".
5576         (save_config_cache): Do not exit after configuring when using
5577         checksums (the default) instead of timestamps.
5578
5579 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5580
5581         * SConstruct: Further development.
5582
5583         * input/test/SConscript: 
5584         * input/template/SConscript: 
5585         * input/regression/SConscript: 
5586         * Documentation/bibliography/SConscript:
5587         * Documentation/bibliography/index.html.in: New file.
5588
5589         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
5590         generation.
5591
5592         * buildscripts/builder.py: Add new builders.
5593
5594         * make/stepmake.make: 
5595         * stepmake/stepmake/*.make: 
5596         * configure.in:
5597         * lily/*:
5598         * flower*: Use config.hh (Was config.h).
5599
5600         * scm/encoding.scm (get-coding): Print friendly error message when
5601         no encoding is found, rather than crashing.
5602
5603 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5604
5605         * lily/new-slur.cc (score_slopes): strong sloping score only when
5606         stems point in same dir. 
5607
5608 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5609
5610         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
5611         for beam start.
5612
5613         * lily/parser.yy (context_prop_spec): check grob name for
5614         alphanumericness..
5615
5616         * lily/lyric-engraver.cc: creates LyricText objects
5617
5618 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5619
5620         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
5621
5622 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5623
5624         * SConstruct: Configure only pristine build tree or on user
5625         request.  Cleanups.  Add Documentation/topdocs to subdirs.
5626         Use checksums instead of timestamps.
5627         (CheckYYCurrentBuffer): Return result.
5628
5629         * Documentation/topdocs/SConscript: New file.
5630
5631 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5632
5633         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
5634
5635         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
5636         scm_from_int instead.
5637
5638 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5639
5640         * SConstruct: Updates.  Add targets: tar, dist, release.
5641
5642 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5643
5644         * input/mutopia-header.ly: Generate output.
5645
5646         * SConstruct:
5647         * buildscripts/builder.py:
5648         * Documentation/user/SConscript: SCons fixes.
5649
5650 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5651
5652         * lily/new-slur.cc (class New_slur): new file. Score based slur
5653         computations.
5654
5655 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5656
5657         * mf/SConscript: Remove Builders.
5658
5659         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
5660
5661         * input/SConscript: 
5662         * Documentation/user/SConscript: New file.
5663
5664 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5665
5666         * Documentation/topdocs/NEWS.texi (Top): add note about new
5667         emacs electric-|
5668
5669         * scm/*.scm: adapt ly:warn calls.
5670
5671         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
5672
5673         * lily/repeat-acknowledge-engraver.cc (process_music): look at
5674         main timing, not grace timing. Fixes volta-repeat-grace.
5675
5676         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
5677         remove ly:kpathsea-gulp-file.
5678
5679         * scm/translation-functions.scm (format-metronome-markup): make
5680         note smaller, align to bottom.
5681
5682         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
5683
5684         * lily/metronome-engraver.cc (stop_translation_timestep): attach
5685         metronome to musical column. Don't ack time sigs or bar lines.
5686
5687 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
5688
5689         * THANKS: sort, add David. Kristof contributed code, he is a
5690         contributor.
5691
5692 2004-07-09  David Svoboda      <svoboda@cmu.edu>
5693
5694         * elisp/lilypond-mode.el,
5695         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
5696         count beats between last measure stop | and point in emacs.
5697         
5698 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5699
5700         * tex/GNUmakefile (TEX_FILES): don't dist
5701         music-drawing-routines.ps, latin1.enc 
5702
5703         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
5704         --no-pdf, --pdftex
5705         (copyright): add --latex option
5706         (ic_p.make_include_option): use direct PS as default.
5707
5708         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
5709
5710         * input/regression/beam-concave.ly (rossFourBeams): add cases from
5711         Ross
5712
5713         * scm/script.scm (default-script-alist): marcato should follow
5714         into staff
5715         
5716 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5717
5718         * buildscripts/builder.py:
5719         
5720         * Documentation/SConscript (outdir): New file.  Add *list.ly
5721         dependencies.  Fixes PDF doc build.
5722
5723 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5724
5725         * SConstruct: Add Tar target (incomplete), fix install issues, fix
5726         run from build-dir.
5727
5728         * ly/SConscript:
5729         * scm/SConscript: New file.
5730
5731         * lily/main.cc (dir_info): Print variables in sh format.
5732
5733         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
5734
5735         * mf/SConscript: Update multiple target rules.
5736
5737         * SConstruct (assert_version): Add.
5738
5739 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5740
5741         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
5742
5743 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5744
5745         * buildscripts/mf-to-table.py: Do not try to open ''.
5746
5747         * mf/SConscript: New file.
5748
5749 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
5750
5751         * scm/fret-diagrams.scm : Convert many properties to constants,
5752         reducing the pollution of the property namespace.
5753
5754         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
5755         unnecessary properties for fret-diagram
5756
5757         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
5758         for interface
5759
5760 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5761
5762         * SConstruct: Update.
5763
5764 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5765
5766         * input/regression/beam-quant-standard.ly (seconds): print desired
5767         quants when failing.
5768
5769 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5770
5771         * SConstruct:
5772         * flower/SConscript:
5773         * lily/SConscript: New file.
5774
5775 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
5776
5777         * scm/define-grob-properties.scm (all-user-grob-properties): Add
5778         descriptions for all fret-diagram properties.
5779
5780         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
5781         fret-diagram interface code
5782
5783 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5784
5785         * ly/book-paper-defaults.ly: set default encoding to ec.
5786
5787         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
5788         installed.
5789
5790         * tex/latin1.enc: new file, from a2ps. 
5791
5792 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
5793
5794         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
5795         add a faint, green border line.
5796
5797         * Documentation/index.html.in: drop <table>, add a faint border line.
5798
5799 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5800
5801         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
5802
5803         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
5804
5805 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
5806
5807         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
5808
5809         * scm/output-tex.scm (white-text): Add scale parameter to allow font
5810         scaling
5811
5812         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
5813         properly scale white text
5814
5815         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
5816         position for numbered dots so dot will touch fret.
5817         (various routines): move to font-metric interface, rather than
5818         name, size interface.  Clean up comments.
5819
5820         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
5821         size and offset to better center white text.
5822
5823 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5824
5825         * ChangeLog: Remove pre-2.1 changes.
5826
5827         * Documentation/misc/ChangeLog-2.1: New file.
5828
5829         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
5830         from ChangeLog.
5831
5832 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5833
5834         * input/test/chords-below-volta-bracket.ly,
5835         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
5836
5837 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5838
5839         * VERSION: release 2.3.6
5840
5841         * input/regression/beam-quant-standard.ly: new file: test standard
5842         beam quants.
5843
5844         * scm/beam.scm (check-quant-callbacks): new function
5845         (check-beam-quant): new function: check whether current beam
5846         quants match argument.
5847
5848         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
5849         forbidden quant for sitting (upstem)/hanging (downstem) on outer
5850         staffline line.
5851
5852 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5853
5854         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
5855         functions.
5856
5857         * lily/note-collision.cc (do_shifts): align colliding notes to
5858         their leftmost note.
5859
5860         * input/regression/collision-alignment.ly: new file.
5861
5862         * ly/init.ly: don't print gc stats.
5863
5864         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
5865         extra newline
5866
5867         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
5868         for dimensions. This fixes ottava-remove-empty-staff.ly
5869
5870         * input/regression/lyrics-tenor-clef.ly: new file.
5871
5872         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
5873         cyclic parents when two axis-group-engravers are
5874         present. Fixes: crash-axis-group-engraver.ly. 
5875         
5876         * input/test/volta-chord-names.ly: new file.
5877
5878         * scm/define-context-properties.scm
5879         (all-user-translation-properties): change voltaOnThisStaff
5880         definition. 
5881
5882         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
5883         if necessary.
5884
5885         * lily/volta-bracket.cc (print): handle volta brackets without
5886         bars. 
5887
5888 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5889
5890         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
5891         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
5892
5893 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5894
5895         * scm/output-gnome.scm: updated instructions for running gnome
5896         backend
5897
5898 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
5899
5900         * scm/fret-diagrams.scm (draw-dots): default values for dot size
5901         and dot-position now depend on finger-code value; in-dot makes
5902         dots larger and centered.
5903         (draw-barre): added straight-barre indicator option
5904         (draw-dots): made fontify-text-white work.
5905
5906         * music-drawing-routines.ps: added /draw_white_text
5907
5908         * scm/output-tex.scm:  added white-text
5909
5910         * scm/output-ps.scm:  added white-text
5911
5912         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
5913         list of stencil expressions
5914
5915         * scm/stencil.scm: Added fontify-text-white
5916
5917 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
5918
5919         * input/regression/+.ly: use @unnumbered section.
5920
5921 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5922
5923         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
5924         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
5925
5926 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5927
5928         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
5929
5930 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5931
5932         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
5933         was causing an error. (was not actually commited in 2004-06-20)
5934
5935         * input/regression/lily-in-scheme.ly (withPaddingC): does not
5936         breaks anymore
5937
5938 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5939
5940         * VERSION: 2.3.5 released.
5941         
5942         * lily/my-lily-parser.cc (parse_string): switch module too.
5943
5944 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5945
5946         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
5947         ec-fonts-mftraced to running requirements.
5948
5949 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5950
5951         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
5952         assignments don't reach the original file.
5953
5954         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
5955         exists
5956
5957 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5958
5959         * scm/output-gnome.scm: 
5960         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
5961
5962         * debian/: Apply Debian patch (Anthony Fok).
5963
5964 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
5965
5966         * Documentation/user/music-glossary.tely: fix titling; @top is already
5967         an @unnumbered @chapter.
5968
5969 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5970
5971         * debian/GNUmakefile (EXTRA_DIST_FILES):
5972         (CONF_FILES): update file list.
5973
5974         * lily/stencil.cc (interpret_stencil_expression): bugfix.
5975
5976 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5977
5978         * debian/: Remove cruft (requested Anthony Fok.)
5979
5980         * buildscripts/guile-gnome.sh: Build without gcc libtool version
5981         juggling.
5982
5983         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
5984         Add popup menu with grob properties.
5985
5986         * lily/grob-scheme.cc (ly:grob-properties):
5987         (ly:grob-basic-properties): New function.
5988
5989         * lily/stencil.cc (interpret_stencil_expression): Comment-out
5990         "no-origin" call.  Fixes -fps output.
5991
5992         * scm/output-ps.scm (no-origin): Add dummy implementation.
5993
5994         * scm/output-gnome.scm (define-origin): Remove
5995         (grob-cause): Add.
5996
5997         * scm/output-ps.scm (scm):
5998         * scm/output-tex.scm (scm): Remove define-origin from exports list.
5999         (define-origin): Remove.
6000
6001         * scm/output-gnome.scm (define-origin): 
6002
6003         * scm/lily.scm (ly:all-output-backend-commands): Remove
6004         define-origin.  Add grob-cause.
6005
6006 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
6007
6008         * buildscripts/lilypond-words.py: add ly/portugues.ly.
6009
6010 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
6011
6012         * Documentation/user/GNUmakefile:
6013         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
6014         --include-css=.../texinfo.css; command includes css into the html.
6015
6016         * Documentation/texinfo.css: add file.
6017         define <hr> as black and thin.            
6018
6019 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6020
6021         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
6022         stencil expression. Junk define-origin.
6023
6024         * lily/my-lily-parser.cc (parse_string): init parser variable when
6025         lexer_ is set, ie. in parse_string and parse_file.
6026
6027         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
6028         ly:score-bookify.
6029
6030         * scm/lily.scm (collect-scores-for-book): new function.
6031
6032         * ly/init.ly: print collected scores/musics.
6033
6034         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
6035         scope, not in lily module.
6036
6037         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
6038
6039         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
6040         encapsulate gtk/pango tests.
6041
6042         * po/tr.po: Turkish translation.
6043
6044 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6045
6046         * input/regression/lily-in-scheme.ly: regression test for #{
6047         ... #} syntax
6048
6049         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
6050         was causing an error.
6051
6052         * Documentation/user/programming-interface.itely (Using LilyPond
6053         syntax inside Scheme): documentation for #{ ... #} syntax.
6054
6055 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
6056
6057         * Documentation/index.html.in: use black thin <hr>.
6058
6059         * buildscripts/mutopia-index.py: use thin black <hr>.
6060
6061 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6062
6063         * scm/fret-diagrams.scm: Use UNIX style line endings.
6064         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
6065         typo.  Fixes compile.
6066
6067         * scm/output-ps.scm (white-dot): Remove second incarnation.
6068
6069         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
6070
6071 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6072
6073         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
6074         single file error.
6075
6076         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
6077
6078 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
6079
6080         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
6081         remove size as argument to fret-diagram interface;
6082         improved white-circle dots for fret;
6083         improved top-fret thick line/
6084
6085         * scm/output-ps.scm: added white-dot function
6086
6087         * scm/output-tex.scm: added white-dot function
6088
6089         * tex/music-drawing-routines.ps: added draw_white_dot function
6090
6091         * ps/music-drawing-routines.ps: added draw_white_dot function
6092
6093         * input/test/fret-diagram.ly: examples to show multiple
6094         functions and multiple interfaces
6095
6096 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6097
6098         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
6099         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
6100
6101         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
6102         conflict.  Have I told you lately how much I love autotools?
6103
6104 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6105
6106         * lily/lily-guile.cc: 
6107         * lily/pangofc-afm-decoder.cc:
6108         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
6109         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
6110
6111         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
6112         developers.
6113
6114         * lily/paper-outputter.cc (file): New method.
6115         (dump_string): Use it.
6116
6117         * scm/output-gnome.scm: Update with pango CVS info, lilylib
6118         musing.
6119
6120         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
6121         of them has a comma :-).
6122
6123         * scm/framework-gnome.scm: Add pango decoders.
6124
6125         * lily/include/pangofc-afm-decoder.hh: 
6126         * lily/pangofc-afm-decoder.cc: New file.
6127
6128         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
6129
6130         * configure.in: Check for pango.
6131
6132         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
6133         autoconf).
6134         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
6135
6136         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
6137
6138 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6139
6140         * Documentation/user/tutorial.itely (Integrating text and music):
6141         fix grammar & punctuation.
6142
6143 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6144
6145         * lily/: Stray janitorial cleanups.
6146
6147         * scm/lily.scm (ly:all-stencil-expressions):
6148         * scm/lily.scm (ly:all-output-backend-commands): New function.
6149
6150         * scm/safe-lily.scm (safe-objects): Add them.
6151
6152         * scm/framework-gnome.scm (<gnome-outputter>): New class.
6153
6154         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
6155
6156 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6157
6158         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
6159
6160 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6161
6162         * scm/page-layout.scm (default-page-make-stencil): add
6163         raggedbottom, raggedlastbottom.
6164
6165         * Documentation/user/changing-defaults.itely (Page layout): add doc.
6166
6167         * scm/framework-tex.scm (define-fonts): fix export of
6168         papersize.
6169
6170         * lily/paper-book.cc (classic_output): strip suffixes from
6171         framework functions.
6172
6173         * lily/tuplet-bracket.cc (before_line_breaking): do not return
6174         SCM_UNDEFINED to Scheme.
6175
6176 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6177
6178         * lily/book.cc: remove Book::to_stencil().
6179         (process): whoops. Score::book_rendering returns vector, not list.
6180
6181         * scripts/convert-ly.py (conv): remove \notes.
6182         apply to input examples.
6183
6184         * lily/paper-outputter.cc (output_stencil): don't use
6185         smobify_self() but self_scm()
6186
6187         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
6188         from smobify_self().
6189
6190         * lily/paper-book.cc (output): load framework module
6191         scm_c_resolve_module().
6192
6193         * python/lilylib.py (exit): exit with argument i.
6194
6195 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6196
6197         * scm/framework-gnome.scm (output-framework-gnome): Try loading
6198         gnome modules from non-toplevel.
6199
6200         * lily/ly-module.cc (ly:import-module): Export to ly:.
6201
6202         * lily/paper-score.cc (process): Do not show progress newline.
6203
6204         * lily/paper-book.cc (output, classic_output): Show progess
6205         newline after score.
6206
6207 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
6208
6209         * buildscripts/lilypond-words.py: add ly/vlaams.ly
6210
6211 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6212
6213         * lily/score.cc (ly:run-translator): Do not crash on empty music
6214         list.
6215
6216         * lily/book.cc (process): Do not render score when systems is empty.
6217
6218         * input/simple-song.ly: Down one octave.
6219
6220         * scm/output-gnome.scm: Remove script again; re-add modules fix
6221         (CVS conflict resolve?)
6222
6223         * lily/stencil.cc (ly:interpret-stencil): Was:
6224         interpret_stencil_expression.
6225
6226 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6227
6228         * buildscripts/guile-gnome.sh: New file.
6229
6230         * scm/output-gnome.scm: White background, better window size, sane
6231         canvas size.  Cleanups.
6232
6233 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6234
6235         * VERSION: release 2.3.4
6236
6237         * Documentation/user/invoking.itexi (Invoking the lilypond
6238         binary): document --safe.
6239
6240         * scm/output-gnome.scm: set PATH in script.
6241
6242         * scm/page-layout.scm (default-page-make-stencil): don't stretch
6243         if there is too few systems on a page.
6244
6245         * lily/parser.yy (relative_music): start at middle C without pitch
6246         argument.
6247
6248         * Documentation/user/changing-defaults.itely (Page layout): new node.
6249         (Paper size): rename node
6250         (Page breaking): new node.
6251         (Titling): move from invoking.
6252         (File structure): new node.
6253
6254         * lily/parser.yy (score_body): allow \header and music anywhere in
6255         \score body.
6256
6257 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6258
6259         * scm/lily.scm (ly:load): Remove page-breaking.scm.
6260
6261 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6262
6263         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
6264
6265         * lily/include/paper-line.hh: rename to Paper_system.
6266
6267         * lily/include/paper-book.hh: doc class.
6268
6269         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
6270
6271         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
6272         (plain-header): add instrument-name.
6273         (default-page-make-stencil): bugfixes.
6274
6275         * lily/parser.yy (book_body): allow \header anywhere in \book{}
6276
6277         * lily/paper-book.cc: remove copyright & tagline. Remove
6278         interactions with Page
6279
6280         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
6281         here, 
6282         (default-page-make-stencil): new function
6283         (default-page-music-height): new function
6284         (page-headfoot): new function
6285         (ly:optimal-page-breaks): generate stencils directly from here
6286
6287         * scm/titling.scm: new file, group titling functions
6288
6289 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6290
6291         * scm/output-gnome.scm: Handle multiple pages.
6292
6293         * scm/framework-gnome.scm: Do not load output-gnome.
6294         (framework-gnome): Invoke output-gnome::header and
6295         output-gnome::end-output as faked stencils.  Fixes experimental
6296         gnome output.
6297
6298 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6299
6300         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
6301         octavation compatibility fixes. Backportme. 
6302
6303         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
6304         pages.
6305         (ly:optimal-page-breaks): combine-penalties: no shortcut for
6306         negative. Now we handle negative penalties (ie. \pageBreak)
6307         correctly.
6308
6309         * lily/system.cc (get_line): extract page-penalty from the left
6310         bound.
6311
6312         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
6313
6314 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6315
6316         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
6317
6318 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6319
6320         * scm/output-gnome.scm: Update script.  Move development to
6321         lilypond_2_3_2 branch for now.
6322
6323 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6324
6325         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
6326         negative penalties.
6327         cleanups.
6328
6329         * Documentation/user/changing-defaults.itely (Creating contexts):
6330         index entries
6331
6332         * scm/page-breaking.scm (ly:optimal-page-breaks): new
6333         file. Rewrite function. 
6334
6335         * lily/paper-book.cc (pages): new interface: page-breaking returns
6336         list of line-list.
6337
6338         * lily/page.cc (Page): take lines argument.
6339
6340         * scm/document-translation.scm (all-engravers-doc): link to user man
6341
6342         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
6343         iso. score.
6344
6345         * Documentation/user/notation.itely (Relative octaves): typo.
6346
6347         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
6348
6349 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6350
6351         * scm/output-gnome.scm: Update build script.
6352
6353 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6354
6355         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
6356         gnome backend.
6357
6358         * scm/framework-gnome.scm: New file.
6359
6360         * scm/lily.scm: Use it.
6361
6362         * lily/paper-outputter.cc: Janitorial cleanups.
6363         (ly:outputter-dump-string): Remove unreachable statement.
6364
6365         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
6366         (ice-9): Bugfix: Add srfi-1.
6367
6368         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
6369
6370 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6371
6372         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
6373         in do_quit()
6374
6375 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6376
6377         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
6378
6379 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6380
6381         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6382         override of Beam::position-callbacks. Why would grace beams not be
6383         quantized? Fixes: weird-stem-size-grace. 
6384
6385         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
6386         warning only once. Backportme.
6387
6388         * lily/accidental-engraver.cc (number_accidentals_from_sig):
6389         bugfix, 2nd try. Backportme.
6390
6391         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
6392
6393 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6394
6395         * Documentation/user/notation.itely (Instrument transpositions):
6396         Correct the name of the instrumentTransposition property.
6397
6398 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6399
6400         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
6401
6402 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6403
6404         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
6405         and postLilyPondExample are called when defined.
6406
6407 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6408
6409         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
6410         This fixes setting notenames with `\include "nederlands.ly" '
6411
6412         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
6413         new function.
6414
6415 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6416
6417         * scm/page-layout.scm: don't do piece, it should be in score-title
6418         only.
6419
6420         * lily/lexer.ll: lex \score separately.
6421
6422         * lily/paper-book.cc: junk stencil2line.
6423
6424         * lily/paper-line.cc (Paper_line): construct from Stencil
6425         directly. No futzing with the dimensions.
6426
6427         * lily/include/paper-line.hh (class Paper_line): 
6428
6429         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
6430         takes arbitrary number of arguments.
6431
6432         * input/test/markup-score.ly (tuning): simplify example. 
6433
6434 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6435
6436         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
6437
6438         * scm/define-markup-commands.scm (score): define score-markup
6439
6440         * lily/parser.yy (markup): use score-markup.
6441
6442         * lily/score.cc: add ly:score? 
6443
6444 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
6445
6446         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
6447         fret-parse-string so it prepares for calls to fret-diagram-verbose
6448         Changed display constants to props so they are available for
6449         \override.
6450
6451 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6452
6453         * VERSION: release 2.3.3
6454
6455         * stepmake/stepmake/generic-vars.make: unset LANG.
6456
6457         * input/regression/tuplet-nest.ly: bugfix.
6458
6459         * lily/tie-performer.cc (stop_translation_timestep): reset
6460         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
6461
6462         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
6463         clear repeat_ directly after setting stem_tremolo_. Fixes:
6464         tremolo-repeat.ly
6465
6466         * input/regression/span-bar-break.ly: new file.
6467
6468         * scm/define-grobs.scm (all-grob-descriptions): remove
6469         break-visibility from SpanBar. Fixes: piano-repeat.ly
6470
6471 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6472
6473         * python/lilylib.py (make_ps_images): only compute bbox when needed.
6474
6475         * scripts/lilypond-book.py (process_snippets): use lily -f ps
6476         files for generating pngs. (failed experiment)
6477
6478         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
6479         file with PFA fonts included.
6480
6481         * lily/score.cc (default_rendering): put header in too.
6482
6483         * lily/paper-line.cc (LY_DEFINE): change function to
6484         ly:paper-line-extent
6485
6486         * scm/page-layout.scm (default-book-title): only add lines for
6487         non-nil fields.
6488         (default-score-title): idem.
6489
6490         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
6491
6492         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
6493
6494         * lily/include/paper-book.hh (class Paper_book): remove height_
6495         member.
6496
6497         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
6498
6499         * lily/ly-module.cc (LY_DEFINE): bugfix.
6500
6501         * lily/paper-book.cc (book_title): separate function for the book
6502         title.
6503
6504         * scm/page-layout.scm (default-book-title): only account for
6505         markup fields.
6506
6507         * scm/framework-ps.scm: new file. Move high level interface from
6508         output-ps.scm
6509
6510         * scm/music-functions.scm (def-grace-function): move macros from
6511         ly/music-functions-init.ly
6512
6513         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
6514         framework-tex.scm
6515
6516         * scm/framework-tex.scm (dump-line): new file. High level
6517         interface for output (pages, systems, header). 
6518
6519         * lily/include/page.hh (class Page): add is_last_ field.
6520
6521         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
6522
6523         * lily/paper-book.cc (split_string): new function
6524         (output): output multiple formats, i.e. --format=ps,tex
6525
6526         * scm/output-ps.scm (output-scopes): dump variables directly.
6527         (define-fonts): rewrite for new interface
6528
6529         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
6530
6531         * lily/paper-outputter.cc (Paper_outputter): take format argument.
6532
6533         * lily/main.cc (parse_argv): don't set extension for output.
6534
6535         * lily/clef-engraver.cc (create_clef): remove
6536         Staff_symbol_referencer::set_position() call. 
6537
6538 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6539
6540         * ly/music-functions-init.ly (addlyrics): set the 'origin property
6541         with the location argument in music function definitions.
6542
6543 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6544
6545         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
6546         staffsymbol dependency.
6547
6548         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
6549         cleanups.
6550
6551         * lily/book.cc (process): return Paper_book
6552         (to_stencil): use Book::process().
6553
6554         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
6555         header_ field. Store in $globalheader
6556
6557         * lily/parser.yy (book_body): book header is initted to
6558         $globalheader.
6559
6560
6561 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6562
6563         * input/test/fill-a4.ly: removed.
6564
6565         * lily/parser.yy (output_def): push scope of parent_ Output_def
6566         too.
6567
6568 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6569
6570         * scm/output-gnome.scm: Update info.
6571
6572 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6573
6574         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
6575
6576         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
6577         than 1 module.
6578
6579         * lily/include/ly-module.hh (ly_use_module): rename is_module to
6580         ly_c_module_p.
6581
6582         * scm/page-layout.scm (default-book-title): move Scheme titling
6583         functions to here.
6584
6585         * lily/parser.yy (book_paper_block): remove scope too.
6586
6587         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
6588
6589         * lily/rest.cc: add direction to rest properties.
6590
6591         * lily/include/output-def.hh: new file, move from
6592         music-output-def.hh
6593
6594 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6595
6596         * scm/output-gnome.scm: Describe feta-cork hack.
6597
6598 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6599
6600         * lily/include/book-paper-def.hh: derive from Output_def 
6601
6602         * lily/include/paper-def.hh: move all functionality out of class.
6603         Junk header.
6604
6605         * lily/include/music-output-def.hh: rename Music_output_def to
6606         Output_def.
6607
6608         * input/wilhelmus.ly: only set space for Paper formatting. 
6609
6610         * lily/include/midi-def.hh: remove file, remove class.
6611         Move functions to Music-output-def.
6612
6613         * lily/music-output-def.cc (Music_output_def): remove separate
6614         translator table. Lookup translators in scope directly. This
6615         obviates Context suffix for context identifiers, i.e.
6616
6617         \context {
6618           \Staff
6619           .. 
6620           }
6621
6622
6623         will work.
6624
6625
6626         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
6627
6628         * Documentation/user/changing-defaults.itely (Horizontal spacing):
6629         document spacing override hack.
6630
6631 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6632
6633         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
6634         installation info.  Support point-and-click.  Add +/- zoom
6635         keybindings.
6636
6637 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6638
6639         * VERSION: 2.3.2 released
6640
6641         * lily/parser.yy (book_body): set default bookpaper.
6642
6643         * scm/output-tex.scm (header): kludge: hard code linewidth. 
6644
6645         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
6646
6647 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6648
6649         * lily/score.cc (default_rendering): scale outputdef before
6650         starting.
6651
6652 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6653
6654         * scm/fret-diagrams.scm: Add header.
6655
6656         * scm/output-gnome.scm: Hello world :-)
6657
6658 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6659
6660         * scripts/lilypond.py (run_dvips): only add papersize if present.
6661
6662         * lily/accidental-engraver.cc (update_local_key_signature): new
6663         function, fold code from initialize() and process_music().
6664         (update_local_key_signature): use deep copy. This fixes one
6665         problem from custom-key-signatures.ly.
6666         (number_accidentals_from_sig): tighter check for
6667         accidental-too-old.
6668
6669         * ly/engraver-init.ly: remove localKeySignature
6670         definition from ChoirStaff, StaffGroup, Score.
6671
6672         * lily/percent-repeat-engraver.cc (try_music): add moments for
6673         barlines too. Fixes: skipbars-percent-repeat.ly.
6674
6675 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6676
6677         * lily/context-def.cc (filter_performers): don't go to cdrloc if
6678         skipping last pair. Fixes: crash-bar-number.
6679
6680         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
6681         D. Sorensen)
6682
6683         * input/test/fret-diagram.ly: new file.
6684
6685         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
6686         (scale-paper): divide by scale.
6687
6688 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6689
6690         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
6691         case.
6692
6693 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6694
6695         * scm/stencil.scm (fontify-text): reinstate function
6696
6697         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
6698
6699         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
6700
6701         * lily/parser.yy (book_paper_head): \bookpaper {} 
6702
6703         * python/midi.c: remove config.h
6704
6705 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6706
6707         * scm/output-gnome.scm: Update.
6708
6709 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6710
6711         * scm/output-gnome.scm: New file.
6712
6713         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
6714
6715 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6716
6717         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
6718         (find_scaled_font): move from Paper_def
6719
6720 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6721
6722         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
6723         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
6724
6725         * po/fr.po: update po.
6726
6727         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
6728
6729         * lily/book-paper-def.cc (print_smob): new file.
6730
6731 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
6732
6733         * buildscripts/lilypond-words.py: search words also from
6734         music-functions-init.ly.
6735
6736 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6737
6738         * ly/music-functions-init.ly (def-music-function): new helper
6739         macro for defining music functions. \addlyrics \appoggiatura
6740         \acciaccatura \grace \partcombine \autochange \applycontext
6741         \applyoutput and \breathe are now defined here thanks to it.
6742
6743         * lily/parser.yy: 
6744         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
6745         \grace \partcombine \autochange \applycontext \applyoutput and
6746         \breathe keywords removed from the parser.
6747
6748         * lily/parser.yy: 
6749         * lily/music-function.cc (ly_make_music_function): 
6750         * lily/lexer.ll (music_function_type): added a case for 0-arg
6751         music functions.
6752
6753 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6754
6755         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
6756         refering to a music expression can be used in lily-inside-scheme:
6757         #{ $music #}
6758
6759         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
6760         and ly:parser-define, and change ly:parser-parse-string in order
6761         to make #{ $music #} work.
6762
6763         * scm/new-markup.scm (compile-markup-expression): when an argument
6764         is a string, use `make-simple-markup'.
6765
6766 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6767
6768         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
6769
6770 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6771
6772         * scripts/convert-ly.py (FatalConversionError.func): handle + in
6773         font-size. (backportme)
6774
6775 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6776
6777         * lily/paper-outputter.cc (output_stencil): dump font definitions
6778         before each stencil.
6779
6780         * lily/include/paper-book.hh (struct Score_lines): new
6781         struct. Collect info per Paper-score.
6782
6783         * lily/include/page.hh (class Page): to_stencil() returns Stencil
6784         everywhere.
6785
6786         * lily/stencil.cc (find_expression_fonts): new function
6787
6788         * lily/paper-outputter.cc (output_stencil): use
6789         interpret_stencil_expr
6790
6791         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
6792         (interpret_stencil_expr): new function. Generic stencil
6793         interpretation.
6794
6795         * lily/paper-def.cc (find_scaled_font): divide lookup
6796         magnification by outpuscale for non-virtual fontmetrics. This
6797         fixes ludicrously long font definitions for text
6798         fonts. (backportme)
6799
6800         * lily/score-engraver.cc: remove
6801         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
6802
6803 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6804
6805         * input/test/markup-score.ly: Remove \notes.
6806
6807         * lily/parser.yy (book_body): Grok Composite_music and \header.
6808         (markup): Push NOTES mode before score_block.
6809
6810         * VERSION: release 2.3.1
6811
6812         * mf/feta-klef.mf: 
6813         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
6814
6815         * Documentation/user/programming-interface.itely: Use @emph (was:
6816         @em).
6817
6818         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
6819
6820 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6821
6822         * scm/output-tex.scm (output-tex-string): tighten safe security.
6823
6824         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
6825
6826         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
6827         allowed ly functions.
6828
6829         * lily/ly-module.cc (ly_module_define): only define variable if
6830         bound.
6831         (ly_make_anonymous_module): take safe option.
6832
6833 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6834
6835         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
6836
6837 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6838
6839         * input/regression/newaddlyrics.ly: Fix.
6840
6841         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
6842         \score \notes.
6843
6844 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
6845
6846         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
6847
6848 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6849
6850         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
6851
6852         * lily/paper-line.cc (Paper_line): don't store list of stencils,
6853         but convert to single Stencil immediately.
6854
6855         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
6856
6857 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6858
6859         * scm/output-sodipodi.scm: Resurrect sodipodi output.
6860
6861 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
6862
6863         * elisp/lilypond-mode.el: Changed the way defaults are created for
6864         LilyPond-command-master.  LilyPond-mode will now check the
6865         timestamps of the files to see which command has to run next.
6866
6867 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6868
6869         * scm/bass-figure.scm (format-bass-figure): don't set
6870         number-markup for strings. This fixes string in bass
6871         figure. (backportme)
6872
6873         * lily/parser.yy (bass_number): insert number-markup into figure
6874         definition.
6875
6876         * scm/define-music-properties.scm (all-music-properties): make
6877         'figure a markup.
6878
6879         * scripts/convert-ly.py (conv): \apply -> \applymusic
6880
6881 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
6882
6883         * elisp/lilypond-mode.el: changed the order of some commands
6884         ("Midi" after "2Midi"), use the user-defined
6885         LilyPond-command-default as default instead of "LilyPond"
6886
6887         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
6888         to set the master file for the next command.
6889
6890         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
6891         with font-lock-reference-face.
6892
6893 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
6894
6895         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
6896
6897         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
6898
6899 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6900
6901         * ly/music-functions-init.ly (TODO): new file.
6902
6903         * lily/parser.yy (Generic_prefix_music_scm): add more
6904         music_function symbols.
6905         (Prefix_composite_music): change \apply to music-function   
6906
6907         * lily/include/music-function.hh: rename to music-function
6908
6909 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6910
6911         * lily/music-head.cc (LY_DEFINE): change order of args.
6912
6913         * input/regression/music-head.ly (texidoc): new file.
6914
6915         * lily/parser.yy (Generic_prefix_music): allow generic
6916         music-transformation functions. 
6917
6918         * lily/include/music-head.hh (is_music_head): new file.
6919
6920         * lily/music-head.cc (get_music_head_transform): new file.
6921
6922 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6923
6924         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
6925         empty extent. This fixes ottava brackets on rests. (backportme)
6926
6927         * make/lilypond.redhat.spec.in (Group): ln png files for info.
6928
6929         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
6930
6931         * cygwin/lily-wins.py: update for the lily-wins.py script.
6932
6933 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6934
6935         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
6936         code. This will obviate typeset_grob () in the future.  The effect
6937         of this is that improperly written spanner handling will result in
6938         invalid spanner bounds.
6939         (announce_grob): add to elems_ from here
6940         (typeset_grob): comment out.  
6941
6942         * lily/include/engraver.hh (make_spanner): new calling interface
6943         for make_{item,spanner}. This obviates most calls to
6944         announce_grob().
6945
6946         * scm/music-functions.scm (set-accidental-style): use GrandStaff
6947         iso. PianoStaff for piano styles.
6948
6949 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
6950
6951         * Documentation/user/music-glossary.tely: add segno after d.s.
6952
6953 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6954
6955         * lily/include/audio-column.hh: remove unused variables.
6956         (patch by Michael Welsh Duggan)
6957
6958         * flower/include/axes.hh (other_axis): inline Axes function
6959         (thanks to David Brandon).
6960
6961 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6962
6963         * cygwin/mknetrel: Install image links (backportme).
6964
6965         * Documentation/user/GNUmakefile (local-install-info): Activate
6966         actual installing of image links (backportme).
6967
6968 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6969
6970         * Documentation/user/notation.itely (Measure repeats): Removed
6971         unnecessary (and confusing) \context Voice{.
6972
6973 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6974
6975         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
6976
6977         * lily/page.cc (Page): Do not use ly_scheme_function for
6978         volatile/configurable variables (FIXME: better name).
6979
6980         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
6981         get_scmvar).
6982
6983 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6984
6985         * scripts/convert-ly.py (FatalConversionError.subst): use
6986         \transposition.
6987
6988 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6989
6990         * lily/include/page.hh (class Page): Declare left_margin ().
6991
6992         * lily/page.cc: Remove paper var caching.
6993
6994 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6995
6996         * Documentation/user/music-glossary.tely: Add name to @top node.
6997         Remove comment from @table definitions (workaround for makinfo
6998         bug).
6999
7000         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
7001         ly:stencil-get-expr).  Update callers.
7002         (ly:stencil-align-to!):  Return stencil too.
7003
7004         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
7005         stencil.  Remove looped line-based page output.
7006         (output_line): Use line stencil.  Remove looped stencil-based line
7007         output.
7008
7009         * lily/page.cc (ly:page-paper-lines): New function.
7010
7011         * input/test/markup-score.ly: New file.
7012
7013         * scm/define-markup-commands.scm (stencil): New markup.
7014
7015         * lily/book.cc (to_stencil): New method.
7016
7017         * lily/parser.yy (markup): Use it to grok \score.
7018
7019 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7020
7021         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
7022
7023         * lily/paper-book.cc (pages): Change signature.  Update callers.
7024
7025         * lily/include/page.hh:
7026         * lily/page.cc: New file.
7027
7028         * lily/paper-line.cc (to_stencil): New method.
7029
7030         * lily/paper-outputter.cc (output_stencil): New method.
7031
7032         * lily/paper-outputter.cc (output_line): Use them.
7033
7034         * lily/warn.cc: Remove.
7035
7036         * lily/my-lily-parser.cc (distill_inname): Remove.
7037
7038         * flower/include/file-name.hh: 
7039         * flower/file-name.cc: New file.  Update users.
7040
7041         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
7042         (find): New method of same name.
7043
7044         * lily/my-lily-parser.cc (ly:parse-file): Use it.
7045
7046         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
7047         constant error message.
7048
7049 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
7050
7051         * input/test/{blank-notes.ly,staff-container.ly}: typos.
7052
7053 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7054
7055         * Documentation/user/music-glossary.tely: @table @strong' replaced
7056         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
7057         (backportme).
7058
7059 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7060
7061         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
7062
7063         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
7064         #{ lily music expression #} that returns an equivalent scheme
7065         music expression by parsing the string.
7066
7067 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7068
7069         * lily/my-lily-parser.cc:
7070         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
7071         SCM string (foo.ly/toto.scm support).
7072
7073 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7074
7075         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
7076
7077 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7078
7079         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
7080
7081         * scripts/lilypond-book.py: LY code that includes \header is
7082         not assumed to be a fragment.
7083
7084 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7085
7086         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
7087         tremolo beams up.
7088
7089         * lily/stem.cc (chord_start_y): Return 0 if no heads.
7090         (get_default_stem_end_position): No tremolo head juggling if no
7091         heads.  Fixes tremolo crash on rests (backportme).
7092
7093         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
7094
7095 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7096
7097         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
7098         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
7099
7100         * lily/lexer.ll: Allow \encoding in NOTES mode.
7101
7102         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
7103         for lyrics, not for commands.
7104
7105         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
7106         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
7107
7108         * input/regression/newaddlyrics.ly: New file.
7109
7110         * Documentation/topdocs/NEWS.texi: Update.
7111
7112         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
7113         (Music_list): Allow embedded scm.
7114
7115         * lily/score.cc (ly:score-bookify): New function.
7116
7117         * lily/music.cc (ly:music-scorify): Idem.
7118
7119         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
7120         (ly:parser-print-score): Idem.
7121
7122         * scm/lily.scm (default-toplevel-book-handler): Idem.
7123         (default-toplevel-music-handler): Idem.
7124         (default-toplevel-score-handler): Idem.
7125
7126         * ly/declarations-init.ly: Set default toplevel handlers.
7127
7128         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
7129
7130         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
7131         printer for score at toplevel.
7132
7133 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7134
7135         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
7136         Fix for simple case: input/simple-song.ly, more complex stuff
7137         does not work yet.
7138
7139 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7140
7141         * lily/parser.yy (Prefix_composite_music): split Composite_music
7142         in Prefix_composite_music and Grouped_music_list.
7143         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
7144
7145 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7146
7147         * scm/lily.scm (toplevel-expression): New define.
7148
7149         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
7150
7151         * lily/parser.yy (toplevel_expression): Use it.
7152
7153         * lily/include/my-lily-parser.hh: Smobbify.
7154
7155         * lily/my-lily-parser.cc (parse_string): New method.
7156
7157         * lily/my-lily-parser.cc (ly:parse-string): New function.
7158
7159         * Documentation/user/lilypond.tely: Add comment and workaround for
7160         gs-8.01 crash.  Fixes make web.
7161
7162         Simplification of toplevel music.
7163
7164         * lily/lexer.ll, lily/parser.yy:
7165
7166         * In LYRICS mode, return LYRICS_STRING.  This fixes one
7167         shift/reduce problem.
7168
7169         * Use NOTES mode at start of maininput.
7170
7171         * Grok toplevel composite music expression, put in score and book.
7172
7173         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
7174
7175         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
7176
7177         * input/simple.ly: New file.
7178
7179         * input/simple-song.ly: Idem.
7180
7181 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7182
7183         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
7184         Sandberg.
7185
7186 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7187
7188         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
7189
7190 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
7191
7192         * input/regression/accidental-octave.ly: doc automatic showing
7193         of note names.
7194
7195 2004-04-16  Heikki Junes <janneke@gnu.org>
7196
7197         * po/fi.po: do "make po && make -C po po-update" at top-level,
7198         then "cp po/out/fi.po po/fi.po" and update fields.
7199
7200         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
7201
7202 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7203
7204         * Documentation/user/introduction.itely (About this manual): Fix
7205         templates and regression urls (backportme).
7206
7207 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7208
7209         * ly/engraver-init.ly (Score:graceSettings): Increase
7210         beamed-lengths, especially for 32nd notes.
7211
7212         * Documentation/user/notation.itely (Grace notes): Correct the
7213         syntax for add-grace-property example.
7214
7215 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7216
7217         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
7218         `Generated' tag.
7219
7220         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
7221         Severely broken (the Debian package, at least).
7222
7223 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7224
7225         * lily/context.cc (find_create_context): assign to lvalue.
7226
7227 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7228
7229         * lily/include/translator.hh (class Translator): rename
7230         get_parent_context() to context () to avoid confusion.
7231
7232         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
7233
7234         * lily/lexer.ll: change is_string -> ly_c_string_p 
7235
7236         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
7237
7238         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
7239
7240 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7241
7242         * VERSION: release 2.3.0
7243
7244         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
7245
7246         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
7247         if nonempty.
7248
7249         * lily/include/context.hh (class Context): make members protected.
7250         (children_contexts): new accessor function.
7251
7252         * lily/include/translator.hh (class Translator): make
7253         daddy_context_ protected.
7254         (class Translator): clean up. 
7255
7256         * lily/include/context.hh (class Context): make daddy_context_
7257         private.
7258
7259         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
7260         higher for finding Voice. (backportme)  
7261
7262         * lily/include/context.hh (class Context): remove
7263         find_context_below() as a method.
7264
7265         * Documentation/user/notation.itely (The Lyrics context): add note
7266         about manual durations
7267
7268         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
7269         encoding.
7270
7271         * scm/output-tex.scm (text): dump \inputencoding{} for text.
7272
7273 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7274
7275         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
7276         \usepackage{inputenc}
7277
7278         * lily/paper-book.cc (classic_output): don't advance Offset for
7279         TeX output.
7280
7281         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
7282         ec-sauter.map in rules
7283
7284         * mf/ecb.mf (font_identifier): new file, based on ecbx
7285
7286         * mf/ecb10.mf (gensize): new file.
7287
7288         * Documentation/topdocs/NEWS.texi (Top): document some more new
7289         features.
7290
7291         * ly/declarations-init.ly: run convert-ly
7292
7293         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
7294         from input-file-results. Remove input-file-results.* 
7295
7296 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7297
7298         * scm/output-ps.scm (font-command): Fix, again.
7299
7300         * input/test/title-markup.ly: Add \noPagebreak test.
7301
7302         * lily/score-engraver.cc (try_music): Bugfix.
7303
7304 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7305
7306         * lily/main.cc (main_with_guile): excise dependency options -M and
7307         --dep-prefix
7308
7309         * lily/input-file-results.cc: excise Makefile dependency code
7310
7311         * Documentation/user/invoking.itexi (Invoking the lilypond
7312         binary): remove dep doco
7313
7314         * lily/main.cc (main_with_guile): call lilypond-main
7315
7316         * scm/lily.scm (lilypond-main): new function: handle multiple files.
7317
7318         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
7319         exception.
7320
7321         * lily/my-lily-parser.cc: remove paper_description function
7322
7323         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
7324         new function.
7325
7326         * lily/main.cc: remove global_score_count.
7327
7328         * lily/book.cc (process): don't take header from global_input_file.
7329
7330         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
7331
7332         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
7333
7334         * lily/music-output-def.cc (LY_DEFINE): new function
7335         ly_output_description. This function does the bulk for  setting,
7336         parsing and breaking down of an input file.
7337
7338         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
7339         anonymous modules globally. Let's hope they get GCd
7340
7341         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
7342
7343 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7344
7345         * scm/output-ps.scm (header): Papersize from paper.
7346
7347         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
7348         for classic output.
7349
7350         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
7351         lilypondclassic is defined.
7352         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
7353
7354         * input/regression/between-systems.ly: Remove.
7355
7356         * python/lilylib.py (get_bbox): Fix regular expression
7357         for bounding box.
7358
7359         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
7360
7361         * scm/output-tex.scm (stop-page): Use it.
7362
7363         * scm/output-ps.scm (define-fonts): Bugfix.
7364
7365         * lily/grob.cc: Add penalty to interface.
7366
7367         * lily/include/paper-line.hh (class Paper_line): New member
7368         var penalty_.
7369
7370         * lily/system.cc (get_line): Initialise Paper_line with
7371         page-penalty's from original grobs.
7372
7373         * scm/define-music-properties.scm (all-music-properties): Add
7374         page-penalty.
7375
7376         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
7377
7378         * lily/score-engraver.cc (try_music): Handle page-penalty.
7379
7380         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
7381
7382 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7383
7384         * ly/declarations-init.ly (melismaEnd): typo
7385
7386         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
7387
7388         * scm/output-ps.scm (text): split string into spaces, use moveto
7389         for setting space. 
7390
7391 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7392
7393         * po/nl.po: Update.
7394
7395         * scm/font.scm (add-cmr-fonts): Typo.
7396
7397 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7398
7399         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
7400         font-encoding.
7401
7402         * scm/define-grobs.scm (all-grob-descriptions): idem.
7403
7404         * lily/time-signature.cc (numbered_time_signature): idem.
7405
7406         * scm/font.scm (add-cmr-fonts): use real encoding names for
7407         font-encoding.
7408
7409 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7410
7411         * lily/paper-book.cc (classic_output): 
7412         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
7413         Fixes classic output.
7414         (lilypondstart):
7415         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
7416         kludge.
7417
7418         * scripts/old-lilypond-book.py: Remove.
7419
7420         Page layout for SCOREs enclosed in a BOOK:
7421
7422         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
7423         layout tweaking.
7424
7425         * input/les-nereides.ly (theScore): Add \book.
7426
7427         * input/test/title-markup.ly: Add \book.
7428
7429         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
7430         only if 'verbose.
7431
7432         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
7433
7434         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
7435
7436         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
7437         * scm/output-tex.scm (start-system): Update for page layout by
7438         LilyPond.
7439
7440         * scm/output-ps.scm (start-system): Previously (new-start-system).
7441
7442         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
7443         passed to define-fonts.
7444
7445         * lily/paper-column.cc: 
7446         * lily/system.cc (get_line):
7447         * ly/property-init.ly (newpage): 
7448         * scm/define-grob-properties.scm:
7449         * scm/output-ps.scm: 
7450         * scm/output-tex.scm: Remove between-system-string kludge.
7451
7452         * scm/output-ps.scm (define-fonts, font-command,
7453         font-load-encoding): Handle ENCODING = #f.
7454
7455         * scm/output-tex.scm (output-scopes): Check if variable is bound.
7456
7457         * scm/define-markup-commands.scm (fill-line): Use
7458         make-simple-markup (WAS: unexisting make-word-markup).
7459
7460         * lily/text-item.cc (interpret_markup): Bugfix, transpose
7461         ENCODING, MARKUP parameters for interpret_string.
7462
7463         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
7464
7465         * lily/score.cc (book_rendering): New method.
7466         (default_rendering): Create Paper_book helper locally, dump
7467         output.
7468
7469         * lily/my-lily-lexer.cc (the_key_tab): Add book.
7470
7471         * lily/parser.yy: Handle \book.
7472
7473         * lily/include/book.hh: 
7474         * lily/book.cc: New file.
7475
7476 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7477
7478         * lily/text-item.cc (interpret_string): new file, select font with
7479         encoding.
7480
7481         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
7482
7483         * scm/define-markup-commands.scm (encoded-simple): new markup command.
7484
7485         * lily/parser.yy (markup): take encoding from lexer.
7486
7487 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7488
7489         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
7490
7491         * scm/output-ps.scm: Remove some cruft.
7492
7493 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7494
7495         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
7496
7497         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
7498
7499 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7500
7501         * scm/font.scm (add-century-schoolbook-fonts):
7502         (make-century-schoolbook-tree): New function.
7503
7504         * input/test/title-markup.ly: Use Century Schoolbook font.
7505
7506 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7507
7508         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
7509         to Erik Sandberg) 
7510
7511         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
7512
7513         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
7514
7515         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
7516
7517         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
7518
7519 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7520
7521         * scm/part-combiner.scm (determine-split-list): bugfix: if no
7522         solo-state (at end of solo), we can set the solo status
7523         too. (backportme.)
7524
7525         * input/regression/part-combine-solo-end.ly: new file.
7526
7527 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7528
7529         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
7530         flavour abc files.  Really ignore unknown keys (backportme).
7531
7532 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7533
7534         * lily/scaled-font-metric.cc (text_dimension): only multiply with
7535         magnification_ when looking up in orig_.
7536
7537         * scm/output-tex.scm (text): switch off char-mapping.
7538
7539         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
7540         because AFM's encoding field cannot have spaces.
7541
7542 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7543
7544         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
7545
7546 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7547
7548         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
7549
7550         * mf/cmr.enc: new file, without hi-bit ascii info. 
7551
7552         * lily/bezier-bow.cc (slur_shape): make indent dependent on
7553         width. This removes the 'hook' at the end of a long slur.
7554
7555         * buildscripts/mf-to-table.py (parse_logfile): don't append
7556         encoding to fontname.
7557
7558 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7559
7560         * scm/output-ps.scm (define-fonts): Load .enc only once.
7561
7562         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
7563         too.
7564
7565 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7566
7567         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
7568         encoding field.
7569
7570         * lily/stencil-scheme.cc: remove ly:fontify-atom 
7571
7572         * ly/portuges.ly (pitchnames): new file.
7573
7574         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
7575         Michael Welsh Duggan
7576
7577         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
7578
7579         * ly/nederlands.ly: add comment about digits.
7580
7581         * lily/scaled-font-metric.cc (derived_mark): idem.
7582
7583         * scm/encoding.scm (make-encoding-mapping): change permutation to
7584         mapping.
7585
7586         * lily/scaled-font-metric.cc (derived_mark): is a const method.
7587         (Modified_font_metric): make alist for coding_description_
7588         (LY_DEFINE): remove coding-name.
7589
7590         * scm/output-tex.scm (text): remove debugging code.
7591
7592         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
7593
7594         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
7595         from infile.
7596
7597         * mf/feta-generic.mf: move fet_beginfont into generic code.
7598         use fetaMusic (without space) as encoding
7599
7600         * mf/feta-autometric.mf: take encoding argument
7601
7602         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
7603
7604         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
7605         use.
7606
7607         * scm/encoding.scm (read-encoding-file): use symbol for glyph
7608         name.
7609
7610 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7611
7612         * input/test/title-markup.ly: Set inputencoding.
7613
7614         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
7615
7616         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
7617
7618         * scm/encoding.scm (get-coding-filename, get-coding-command): New
7619         function.
7620         (coding-alist): Also hold filename, command.
7621         (read-encoding-file): Return symbols.
7622
7623 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7624
7625         * scm/output-tex.scm: remove fontify; text and char take a font
7626         argument.
7627
7628         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
7629
7630         * lily/scaled-font-metric.cc (text_dimension): init
7631         coding_{permutation,table}_ too 
7632         (LY_DEFINE): ly:font-encoding, new function return
7633
7634         * lily/paper-def.cc (find_scaled_font): take input coding from
7635         inputcoding paper var.
7636
7637         * lily/performance.cc (output): remap modulo 16.
7638
7639         * lily/text-item.cc (interpret_markup): whoops, variable
7640         shadowing fixed.
7641
7642 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
7643
7644         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
7645         symbols, not symbols to strings.
7646
7647         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
7648         symbols, not symbols to strings.
7649
7650 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7651
7652         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
7653         (ly:kpathsea-gulp-file): New function.
7654
7655         * scm/encoding.scm (read-encoding-file): Use it.
7656
7657 2004-04-06  Werner Lemberg  <wl@gnu.org>
7658
7659         * scm/encoding.scm (coding-alist): Fix typo.
7660
7661 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7662
7663         * lily/scaled-font-metric.cc (text_dimension): move function from
7664         Font_metric
7665         (make_scaled_font_metric): init coding_scheme_ to TeX
7666         (text_dimension): use get-coding-vector for non TeX coding_scheme_
7667
7668         * lily/include/scaled-font-metric.hh (struct
7669         Modified_font_metric): rename from Scaled_font_metric
7670
7671         * scm/encoding.scm (read-encoding-file): split up large function,
7672         leave caching to (delay)
7673
7674         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
7675
7676 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7677
7678         * lily/my-lily-lexer.cc (set_encoding): New method.
7679
7680         * lily/lexer.ll: Grok \encoding.
7681
7682         * lily/font-metric.cc (get_encoded_index): New function.
7683
7684         * lily/include/font-metric.hh (coding_scheme): New method.
7685
7686         * scm/encoding.scm: New file.
7687
7688         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
7689
7690 2004-04-05  Werner Lemberg  <wl@gnu.org>
7691
7692         * Documentation/user/tutorial.itely: Revised (finished).
7693
7694         * Documentation/user/macros.itexi (@separate): Removed.
7695
7696 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7697
7698         * scm/output-ps.scm (define-fonts): fix scaling.
7699
7700         * lily/scaled-font-metric.cc (design_size): add function.
7701
7702         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
7703         partial cut&paste of ly:font-magnification.
7704
7705 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7706
7707         * scm/output-ps.scm (define-fonts):
7708         (fontify): Update.
7709
7710 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7711
7712         * po/fr.po: update. (backportme).
7713
7714         * po/nl.po: update. (backportme). 
7715
7716         * mf/feta-beugel.mf: document why design size is not fixed.
7717
7718         * mf/feta-braces-a.mf: rename to stress that it's not design size.
7719
7720 2004-04-04  Werner Lemberg  <wl@gnu.org>
7721
7722         * Documentation/user/tutorial.itely: Revised (continued).
7723
7724 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7725
7726         * po/nl.po: Update (backportme).
7727
7728 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7729
7730         * po/de.po: update. (backportme).
7731
7732         * scm/output-tex.scm (font-command): use ly: functions to
7733         construct name.
7734         (define-fonts): don't use alist, just dump \font definitions.
7735         (font-load-command): calculate proper scaling by taking
7736         outputscale from paper argument.
7737
7738         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
7739         expression.
7740
7741         * lily/paper-outputter.cc (output_header): pass paper arg to
7742         define-fonts
7743
7744         * lily/paper-def.cc (font_descriptions): dump list of
7745         Scaled_font_metrics
7746         (find_scaled_font): take Font_metric argument, store
7747         Scaled_font_metrics in hash-table containing (size ->
7748         Scaled_font_metrics) alist.
7749         (get_dimension): rename from get_realvar
7750
7751         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
7752         ly:font-magnification, ly:font-name: new functions
7753
7754 2004-04-03  Werner Lemberg  <wl@gnu.org>
7755
7756         * Documentation/user/dedication.itely,
7757         Documentation/user/preface.itely,
7758         Documentation/user/introduction.itely,
7759         Documentation/user/tutorial.itely: Revised.
7760         Removing leading spaces which distorts output if info files are read
7761         with stand-alone info.
7762         Removing superfluous inter-word spaces which also distorts output
7763         for stand-alone info.
7764         Using ` and ' instead of `` and '' everywhere to improve
7765         legilibility with stand-alone info
7766         Using @samp for single-letter input items and data which contains
7767         spaces, @code for other things.
7768
7769         * lily/grob-interface.cc: Adding copyright.
7770         (check_interfaces_for_property): Improve format of warning message.
7771
7772 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7773
7774         * lily/include/font-metric.hh (struct Font_metric): add
7775         design_size () method.
7776
7777         * buildscripts/mf-to-table.py (base): add DesignSize comment.
7778
7779         * lily/afm.cc (read_afm_file): read design size.
7780
7781         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
7782
7783         * scm/music-functions.scm (unfold-repeats): handle dots too.
7784
7785 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7786
7787         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
7788         (backportme)
7789
7790 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7791
7792         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
7793         lyric indent.  Revert melismaBusyProperties using \unset.
7794
7795 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7796
7797         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
7798
7799         * lily/parser.yy (command_element): allow redefinition of |
7800         meaning.
7801
7802         * lily/break-align-engraver.cc (acknowledge_grob): construct
7803         LeftEdge where the first cause for alignment is coming from.
7804         This makes \override Staff.LeftEdge work as expected.
7805
7806         * lily/slur-performer.cc (Slur_performer): add inits
7807
7808         * lily/beam-performer.cc (Beam_performer): add inits
7809
7810 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7811
7812         * VERSION (PACKAGE_NAME): release 2.2.0