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