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