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