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