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