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