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