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