(write-preamble): downcase filename before
[lilypond.git] / ChangeLog
blobff354c8011c2699c8f0b91687c8c7f2d23269c6d
1 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3         * scm/framework-ps.scm (write-preamble): downcase filename before
4         string-matching. Should fix .TTF files (as opposed to ttf files)  
6         * scm/lily.scm (lambda): default resolution 116 (8 pixels per
7         space).
9         * Documentation/user/tutorial.itely (Running LilyPond for the
10         first time): separate subsections for windows, macos and unix.  
12         * Documentation/user/invoking.itely (Updating files with
13         convert-ly): add MacOS X note.
15 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
17         * Documentation/user/introduction.itely (Engraving): don't include
18         file, add file directly. 
20         * lily/paper-outputter.cc (file): open file in binary mode. This
21         fixes OTF embedding on windows.
23 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
25         * scm/framework-ps.scm (write-preamble): remove debugging output.
27         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
29         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
30         outdir.
31         (install-fc-cache): insatll font cache in installation directories.
33 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
35         * scm/editor.scm (editor-command-template-alist): Use char iso
36         column, except for Emacs.
37         (get-editor-command): Substitute char too (Bert).
39 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
41         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
42         quoted ~s.  This should fix PNG output on Windows; single quotes
43         are regular characters on Windows.
45 2005-06-16  Graham Percival  <gperlist@shaw.ca>
47         * Documentation/user/basic-notation.itely: include ChoirStaff
48         in System start delimiters.
50         * Documentation/user/putting.itely: new doc section on
51         fixing overlapping notation.
53 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
55         * Documentation/user/global.itely (Paper size): \paper is in
56         \book, not \score.
58         * make/mutopia-rules.make: -ddelete-intermediate-files
60         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
62 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
64         * ChangeLog: Recode utf-8.
66         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
67         datadir with .py modules.
69 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
71         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
73 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
75         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
76         
77         * scm/framework-ps.scm (write-preamble): remove status check.
79         * Documentation/user/invoking.itely (Updating files with
80         convert-ly): remove -o option.
82         * VERSION (PACKAGE_NAME): release 2.5.31
84         * scm/framework-ps.scm (write-preamble): use ly:system.
85         (write-preamble): verbosity.
87         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
89         * python/convertrules.py: new file. Store conversion rules
90         separately.
92 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
94         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
96 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
98         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
99         \musicDisplay 
101         * Documentation/user/instrument-notation.itely (More stanzas): Add
102         reference to StanzaNumber.
104 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
106         * THANKS: separate section for website translators.
108 2005-06-14  Graham Percival  <gperlist@shaw.ca>
110         * Documentation/topdocs/INSTALL.texi: update vim info;
111         thanks Simon Bailey!
113         * Documentation/user/advanced-notation.itely: included
114         color names.
116         * Documentation/user/advanced-notation.itely,
117         Documentation/usr/notation-appendices.itely: moved
118         color names into an appendix.
120 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
121         
122         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
124         * scm/lily.scm (lambda): initialize program options from here.
126         * scm/framework-*.scm: add header info.
128         * lily/main.cc (parse_argv): only set output format to pdf if no
129         other format specified.
131         * scm/backend-library.scm (postprocess-output): process
132         'delete-intermediate-files after running convert-to-*. This fixes
133         PNG generation when 'delete-intermediate-files is set.
134         
135 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
137         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
138         links on website. 
140 2005-06-13  Graham Percival  <gperlist@shaw.ca>
142         * Documentation/topdocs/INSTALL.texi,
143         Documentation/user/lilypond-book.itely: typos.
145 2005-06-12  Pal Benko  <benkop@freestart.hu>
147         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
148         added between program name and switch; -b changed to -f not
149         to generate pdf
151 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
153         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
154         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
156         * input/sakura-sakura.ly: add \midi.
158         * buildscripts/mutopia-index.py (find): use /usr/bin/find
159         iso. python find. 
161         * ttftool/test.c (main): cosmetics.
163         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
165         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
166         create a ttf2ps binary.
168         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
170         * scm/backend-library.scm (postscript->png): set rename-page-1 to
171         true.
173 2005-06-11  Graham Percival <gperlist@shaw.ca>
175         * Documentation/user/lilypond-book.itely: add warning about
176         the font warnings in dvips.
178 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
180         * THANKS: typo
182         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
184         * GNUmakefile.in: remove links for .map, .enc
185         don't fail if out/ doesn't exist yet.
187 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
189         * ttftool/util.c (surely_read): return nbytes
191         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
193         * VERSION (PACKAGE_NAME): release 2.5.30
195         * flower/string-convert.cc (precision_string): >? fix.
197         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
198         (make-ps-images): add verbose -q too.
200         * lily/default-actions.cc (Module): new file. default
201         {book,score}-print functions.
203         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
204         pass results via parseStringResult, lookup via ly:parser-lookup.  
206         * lily/lily-parser.cc (Lily_parser): only clone lexer in
207         constructors.
208         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
209         (parse_string): idem.
211         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
213         * lily/main.cc (main_with_guile): copy be_verbose_global into
214         ly_set_option()
216 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
218         * scm/backend-library.scm (postscript->pdf):
219         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
220         verbose mode.  Search for several names of gs executable.
222 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
224         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
225         directly. This fixes a massive memory leak, provided you use CVS
226         GUILE.
228 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
230         * ly/property-init.ly: Added tieDashed.
232         * THANKS: Added some bughunters for 2.5.
234 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
236         * lily/program-option.cc: add debug-gc option.
238         * lily/include/lily-guile-macros.hh: don't protect exported module
239         objects.
241         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
243         * scm/backend-library.scm (postscript->pdf): use
244         delete-intermediate-files iso. running-from-gui? 
246         * ttftool/util.c (surely_read): robustness. Allow read() to return
247         less bytes than requested, as per posix standards.
249         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
250         program option.
252         * ttftool/include/ttftool.h ("C"): rename verbosity to
253         ttf_verbosity. Add to public interface.
255         * scm/music-functions.scm (unfold-repeats): remove debugging display.
257         * lily/program-option.cc: rename from scm-option.cc
259         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
260         (get_help_string): Print pretty help string.
262         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
263         to snippet preamble.
265         * lily/scm-option.cc: remove command-line-settings option. Fold
266         all command-line options plus default settings in a generic
267         interface. 
269         * flower/getopt-long.cc (table_string): indent 2nd lines of help
270         texts too.
272 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
274         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
275         or EXT_ components non-empty.
277 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
279         * scm/lily.scm (running-from-gui?): Export.
281         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
282         output in .ly source directory.
284 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
286         * ttftool/util.c (surely_lseek): more verbosity.
288         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
289         compile.
291         * lily/parser.yy (Repeated_music): remove >? 
293         * scm/backend-library.scm (postscript->pdf): Support for
294         -dgs-font-load=1
296         * scm/framework-ps.scm (write-preamble): make font loading
297         switchable to GS via --define-default gs-font-load=1
299 2005-06-09  Graham Percival  <gperlist@shaw.ca>
301         * Documentation/user/global.itely: added \layout docs.
303 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
305         * lily/lily-parser-scheme.cc: add unistd.h
307 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
309         * scm/editor.scm: add char argument.
311         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
313         * ttftool/util.c (syserror): use errno for better error reporting.
315         * lily/source-file.cc (get_counts): new function. Calc column,
316         line and char count in one go.
318         * lily/binary-source-file.cc (quote_input): rename to quote_input
320         * lily/input.cc (set): new function.
322 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
324         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
325         directory part of file name to search directory.
327         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
328         search path and chdir to DIR if --outname=DIR used.
330         * lily/main.cc (prepend_env_path): Bugfix: Check directory
331         existence before appending original path.
333 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
335         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
336         file" massage.
338         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
339         texinfo.tex is always used.
340         
341 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
343         * flower/include/axis.hh: rename from axes.hh
345         * lily/include/text-interface.hh (Module): rename from text-item.hh
347         * VERSION (PATCH_LEVEL): release 2.5.29
349         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
351         * scm/framework-ps.scm (font-file-as-ps-string): new function.
352         (handle-macfont): new function. Call fondu for Native mac fonts.
354         * scm/define-markup-commands.scm (fill-line): handle text-widths =
355         '() case.
357 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
359         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
360         multi-page.  Fix .eps regular expression.
362 2005-06-07  Graham Percival  <gperlist@shaw.ca>
364         * Documentation/user/putting.itely: add info on modifying templates.
366         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
367         misc small changes.
369 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
371         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
373         * scripts/lilypond-ps2png.scm
375         * VERSION (PACKAGE_NAME): release 2.5.28
377 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
379         * lily/main.cc (prepend_env_path): Do not append /, that does not
380         work.  Localedir lives in datadir, not in prefix.
382         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
383         hack for windows.
385         * flower/include/file-cookie.hh: Compile fix.
387 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
389         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
391         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
392         system primitives.
393         (gulp-port): using read-string!/partial. We don't want to read an
394         entire PS file  (GUILE 1.6 limits strings to 16M) 
396         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
397         properties. Add font-interface. 
399         * scm/define-grob-properties.scm (all-user-grob-properties):
400         remove old bracket properties.
402         * scm/x11-color.scm: reformat. 
404         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
405         LedgerLineSpanner if new StaffSymbol is found. 
407         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
408         staff-symbol for finishing staff. 
410         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
412         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
413         change black to currentColor everywhere. This fixes color support
414         in SVG.
416 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
418         * input/regression/fret-diagrams.ly: new file to test fret diagram
419         capability
421         * scm/output-tex.scm: remove white-dot and white-text
423         * scm/output-ps.scm: remove white-dot and white-text
425         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
426         using ly:stencil-in-color instead
427         (draw-dots) : remove call to white-dot
429 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
431         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
432         support.
434         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
436         * flower/include/file-cookie.hh: new file. lily_cookie extension 
438         * flower/file-cookie.cc: new file. lily_cookie extension.
439         
440 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
442         * scm/editor.scm (editor-command-template-alist): Add syn
443         editor (Jaap [de Vos]).
445 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
447         * scripts/lilypond-ps2png.scm:
448         * scm/ps-to-png.scm: New file.
450         * scm/backend-library.scm (postscript->png): Use it.
452         * scripts/lilypond-ps-to-png.py: Remove file.
454         * python/lilylib.py (get_bbox, make_ps_images): Remove.
456 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
458         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
460         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
461         start on grace moment. Fixes autobeam-grace.ly.
463         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
464         process anything unless we're at the end of a pending beam. Fixes
465         syncopated 8ths beamed across a beat.
467 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
469         * scm/editor.scm (editor-command-template-alist): Start emacs if
470         emacslient fails.
472         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
474         * flower/file-path.cc (is_file, is_dir): Export.
476         * lily/main.cc (prepend_env_path, set_env_file): Use them.
478 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
480         * lily/easy-notation.cc: Added include cctype to correct
481         compilation error.
483 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
485         * scm/backend-library.scm (postscript->pdf): set resolution to
486         1200, so bitmap fonts aren't that ugly. 
488         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
490         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
491         parent if we have a notehead. Fixes incorrect offsets when
492         Paper_column is very wide in the X direction.
494         * input/regression/font-family-override.ly (Module): new file.
496         * scm/font.scm (make-pango-font-tree): new function.
498         * lily/beam.cc (before_line_breaking): remove warning about less
499         than 2 visible stems. We still get a warning when there is only
500         one stem.
502 2005-06-01  Werner Lemberg  <wl@gnu.org>
504         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
505         correctly.
507 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
509         * lily/slur-scoring.cc (generate_avoid_offsets): new
510         function. Generate avoid offsets once per slur.
512         * lily/slur.cc (add_extra_encompass): add dependency to
513         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
515         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
516         too. Fixes inf error with added bass notes.
518         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
519         argument anymore.
521         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
523         * input/tutorial/lbook-latex-test.tex: add line length test.
525         * scripts/lilypond-book.py (set_default_options): new
526         function. Call this before dissecting snippets, so linewidth
527         settings reach the snippets.
529 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
531         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
533 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
535         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
537 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
539         * stepmake/aclocal.m4: More autopackage friendliness.
541 2005-05-31  Graham Percival  <gperlist@shaw.ca>
543         * Documentation/index.html.in: remove link to LSR.
545         * Documentation/user/global.itely: remove duplicate
546         "dedication" \header{} section.
548 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
550         * VERSION (PACKAGE_NAME): release 2.5.27.
552         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
553         too. Plugs memory leak.
555         * make/lilypond.fedora.spec.in (Group): remove
556         lilypond-pdfpc-helper.
558         * scripts/GNUmakefile (SEXECUTABLES): remove
559         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
561         * scm/font.scm (make-century-schoolbook-tree): add Mono as
562         'typewriter family.
564         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
565         memory leak.
567         * lily/parser.yy (score_body): don't clone Score, that's done in
568         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
570         * lily/score-engraver.cc (derived_mark): new function.
571         (initialize): unprotect Paper_score. This fixes a memory leak.
573         * lily/score-performer.cc (derived_mark): new function.
575         * lily/score-translator.cc (get_output): use SCM for get_output() call.
577         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
578         spurious warning.
580         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
581         serif.
583 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
585         * configure.in (reloc_b): Add --enable-relocation.
587 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
589         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
591         * input/regression/alignment-order.ly: add Staff example.
593 2005-05-31  John Mandereau   <john.mandereau@free.fr>
595         * po/fr.po: update.
597 2005-05-31  Graham Percival  <gperlist@shaw.ca>
599         * Documentation/index.html.in: add link to LSR.
601 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
603         * scm/define-stencil-commands.scm (Module): new file. Register all
604         allowed stencil expression heads in a central place.
606         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
607         ly:make-stencil
609         * lily/stencil-expression.cc (all_stencil_heads): registering
610         stencil expressions.
612         * lily/stencil-interpret.cc: new file. Stencil expression
613         interpreting.
615         * input/xiao-haizi-guai-guai.ly: move file back.
617 2005-05-30  Graham Percival  <gperlist@shaw.ca>
619         * Documentation/user/advanced.itely, converters.itely,
620         instrument-notation.itely, lilypond-book.itely: misc small
621         changes.
623 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
625         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
627         * make/lilypond.fedora.spec.in: Fix source url.
629         * cygwin: Update from mingw patches.
631         * scm/editor.scm (editor-command-template-alist): Use jedit
632         -reuseview (Bertalan), add uedit (Patrick Huberts).
634         * input/xiao-hai-zi-guai-guai.ly: Rename from
635         xiao-haizi-guai-guai.ly.
637         * input/*: Reindent, do not use TAB.
639         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
640         white background.
642 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
644         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
645         numerical overflow error.
647 2005-05-29 Laura Conrad <lconrad@laymusic.org>
648         
649         * abc2ly.py: fix to syntax error in multi-part output.
651 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
653         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
654         with disappearing span bars when alignAboveContext is active
656         * lily/property-iterator.cc (check_grob): use is-grob?
657         object-property. Fixes crash-key-sig-font-size.ly. 
659 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
661         * lily/bar-line.cc (print): don't round barlines; this produces
662         odd aliasing effects in Acroread.
664         * lily/timing-engraver.cc (process_music): robustness fix.
666         * lily/context-def.cc (filter_engravers): bugfix.
668 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
670         * lily/lilypond.rc.in: Add ly-icon.
672         * lily/GNUmakefile: 
673         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
674         rules.
676 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
678         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
680         * ps/music-drawing-routines.ps: 
682         * scm/output-ps.scm: remove draw ez_ball.
684         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
685         EasyNotation context definition.
687         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
688         Text_interface and color for making easy note heads.
690         * lily/stencil.cc (with_color): new function.
692         * ps/music-drawing-routines.ps: remove draw_zigzag_line
694         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
695         output routine. Zigzag now works in SVG too.
697         * scm/output-tex.scm (filledbox): idem.
699         * scm/output-svg.scm (filledbox): idem.
701         * scm/output-ps.scm (lily-def): remove horizontal-line. 
703         * lily/lookup.cc (horizontal_line): use draw-line. 
705         * lily/system-start-delimiter.cc: remove old staff bracket code.
707         * mf/feta-haak.mf: further tweaks.
709         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
711         * mf/feta-generic.mf: include feta-haak.
713         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
715         * scm/framework-ps.scm (write-preamble): only load fonts if their
716         filename is a string. 
718 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
720         * scm/output-svg.scm (circle): support circle.
721         (bracket): stub for bracket.
723         * scripts/lilypond-book.py (main): make sure --psfonts warning is
724         correct.
726 2005-05-26  Graham Percival  <gperlist@shaw.ca>
728         * Documentation/user/lilypond.tely, advanced-notation.itely,
729         basic-notation.itely, instrument-notation.itely, global.itely,
730         introduction.itely, tutorial.itely: rearranging, editing,
731         clean-up.
733         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
734         for compiling on FreeBSD.
736 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
738         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
739         otf files.
741         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
742         bugfixes.
744         * VERSION: 2.5.26 released.
746         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
748 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
750         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
751         if printpagenumber is false.
753 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
755         * lily/font-config.cc (init_fontconfig): comment out FontConfig
756         cache warning.
758         * lily/tie.cc (print): support dotted ties.
759         
760 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
762         * scm/define-grobs.scm (all-grob-descriptions): switch off
763         debugging
764         (all-grob-descriptions): Arpeggio has Y-extent.
766         * scm/define-music-properties.scm (all-music-properties): document
767         length-callback and start-callback as "read-only".
769         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
770         length-callback after creation. 
772         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
773         compressmusic -> compressMusic.
775         * ly/music-functions-init.ly (oldaddlyrics): idem.
777         * lily/parser.yy: NewLyricCombineMusic ->
778         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
780 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
782         * ly/Welcome_to_LilyPond.ly: typo.
784 2005-05-24  Graham Percival  <gperlist@shaw.ca>
786         * Documentation/user/lilypond.tely: move changing-defaults to be
787         before global issues.
789         * Documentation/user/basic-notation.itely: move Transpose section
790         here from advanced/Other.
792         * Documentation/user/changing-defaults.itely,
793         advanced-notation.itely: move Fonts to advanced, edit.
795 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
797         * lily/parser.yy (bare_int): remove rule.  From now on, we require
798         # before negative integers.
800 2005-05-23  Graham Percival  <gperlist@shaw.ca>
802         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
804         * Documentation/user/lilypond.tely: change Unified index to
805         LilyPond index.
807         * Documentation/user/advanced-notation.itely,
808         instrument-notation.itely: editing.
810 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
812         * scm/lily.scm (lilypond-all): Bugfix: return failed.
814         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
816 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
818         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
819         ly:port-move.  Needs to be stderr-specific on mingw.
820         Run fixcc.
822 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
824         * lily/general-scheme.cc (ly:port-move): Remove.
826         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
827         windows.
829         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
830         variables.  This eliminates the need for a gs.bat wrapper, which
831         opens a console.
833         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
834         * scm/lily.scm (running-from-gui?): 
835         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
836         artifact of not compiling with -mwindows.
838         * scm/editor.scm: Define PLATFORM.
840 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
842         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
843         can start to cut & paste lilypond-book fragments.  
845         * scm/define-music-types.scm (music-descriptions): remove
846         UntransposableMusic
848 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
850         * scm/output-ps.scm (glyph-string): remove / before CIDs.
852 2005-05-20  Graham Percival  <gperlist@shaw.ca>
854         * Documentation/user/instrument-notation.itely: remove *Engraver.
856         * Documentation/user/advanced-notation.itely: edit, rearrange.
858 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
860         * scm/output-ps.scm (glyph-string): take cid? argument. Use
861         findresource iso. findfont for CID CFF fonts.
863         * VERSION (PACKAGE_NAME): release 2.5.25
865         * ly/Welcome_to_LilyPond.ly: add  \version
867 2005-05-20  Graham Percival  <gperlist@shaw.ca>
869         * Documentation/user/programming-interface.itely: move
870         \displayMusic into its own section.
872         * Documentation/user/basic-notation.itely: finish editing.
874 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
876         * flower/file-path.cc (find): don't throw away file_name.dir, but
877         append to it. Fixes \include with directories.
879         * flower/include/file-path.hh (class File_path): don't derive from
880         Array<String>.
882         * flower/include/file-name.hh (class File_name): remove to_str0()
884         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
885         Hara_kiri_engraver in separate file.
887         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
888         translation went wrong. Fixes vertically translated slurs.
890 2005-05-19  Graham Percival  <gperlist@shaw.ca>
892         * Documentation/user/basic-notaton.itely: editing.
894 2005-05-18  Graham Percival  <gperlist@shaw.ca>
896         * Documentation/user/macros.itexi, basic-notation.itely:
897         add @commonprop (commonly used properties) macro.
899 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
901         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
903         * scripts/lilypond-book.py (invokes_lilypond): new function
904         (main): only run fontextract if invokes_lilypond() is true.
906         * lily/function-documentation.cc (ly_add_function_documentation):
907         duh, use !=
909         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
911         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
913         * scm/lily.scm (running-from-gui?): lowercase Darwin.
915         * lily/function-documentation.cc (ly_add_function_documentation):
916         use scm_hash_table_p() for checking.
918 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
920         * Documentation/user/advanced-notation.itely (Text scripts):
921         Change nonexisting @internalsref{Text markup} to @ref{Text
922         markup}.  Change @internalsref{Text script} to
923         @internalsref{TextScript}.
925         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
927 2005-05-17  Graham Percival  <gperlist@shaw.ca>
929         * Documentation/user/tutorial.itely, basic-notation.itely,
930         changing-defaults.itely: remove duplicate cindex entries
931         that appear on the same page.
933         * scm/define-grobs.scm: change default padding for TextSpanner.
935         * Documentation/topdocs/AUTHORS.texi: update email address.
937         * Documentation/user/global.itely: add info about \include.
939 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
941         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
942         when running-from-gui.
944         * scm/editor.scm (get-editor): Add platform defaults.
946         * scm/backend-library.scm (postscript->pdf): Typo.
948 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
950         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
952         * lily/font-config.cc (init_fontconfig): add warning about cache.
954 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
956         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
958 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
960         * lily/horizontal-bracket.cc (print): Take care of the direction
961         property so brackets above the stave point downwards. 
963         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
964         for HorizontalBracket so it doesn't end up within the stave.
966 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
968         * lily/GNUmakefile (default): Typo.
970         * scm/lily.scm (PLATFORM): Export.
972         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
973         load-font-via-GS, ttftool or fopencookie is broken on windows.
974         
975         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
976         -dSAFER, that is broken on windows.
978 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
980         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
981         for FlexLexer.h
983         * scripts/lilypond-invoke-editor.scm: remove stray -
985 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
987         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
988         Fixes deprecation warning.
990         * flower/include/string.icc (to_string): Only inline if
991         -DSTRING_UTILS_INLINED.
993         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
994         name.  Remove windows comment.
996         * scm/editor.scm (slashify): New function.
997         (get-editor-command): Use it.
998         (get-command-template): Do not alter editor command if
999         environment value includes `%(file)s' magic.
1001         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1002         (dissect-uri): Use it.
1003         (unquote-uri): Bugfix.
1005 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1007         * scm/framework-ps.scm (write-preamble): add TTF rule.
1009         * Documentation/topdocs/README.texi (Top): remove note about
1010         xdelta.
1012         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1013         requirement.
1015         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1016         function. Figure out where FlexLexer.h lives
1018         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1019         
1020 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1022         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1023         with Windows root in file name.
1025         * scm/backend-library.scm (ly:system): Only redirect output (using
1026         system and shell, ugh) if /dev/null is writable.
1028         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1029         windows icon.
1031         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1032         on Mingw.
1034         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1035         click.
1037         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1038         use result of stat when available.
1040         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1041         absolute file name and root.
1043         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1045         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1047         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1048         slashes in file name.
1050 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1052         * Documentation/user/preface.itely (Preface): Run
1053         texinfo-all-menus-update.
1055         * scm/editor.scm (get-editor-command): Bugfix: allow full
1056         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1058         * Documentation/pictures/lilypond-48.xpm: New file.
1060         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1062         * ly/Welcome_to_LilyPond.ly: New file.
1064         * lily/main.cc (main): Only identify if we have a terminal.
1066         * scm/backend-library.scm (postscript->png)
1067         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1068         non-/bin/sh).
1070 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1072         * Documentation/topdocs/AUTHORS.texi: polish, update.
1074 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1076         * Documentation/user/preface.itely (Notes for version 2.6): new
1077         notes for 2.6
1079         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1080         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1081         is not fully contained" warnings.
1083         * lily/slur-scoring.cc (get_bound_info): remove warning.
1085         * lily/staff-symbol-engraver.cc (process_music): start initial
1086         spanner in process_music(). This fixes overrides of StaffSymbol
1087         properties.
1089         * scm/framework-pdf.scm (Module): remove.
1091         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1093         * lily/ambitus-engraver.cc: formatting cleanups.
1095         * mf/feta-solfa.mf (Module): remove.
1097         * ChangeLog: more details about contributions.
1099 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1101         * lily/align-interface.cc (align_elements_to_extents): warn if
1102         called too early. Fixes: disappearing-staff-lines.ly
1104         * VERSION (PACKAGE_NAME): release 2.5.24
1106 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1108         * stepmake/aclocal.m4: Typo.
1110         * flower/string.cc (substitute): Take two strings or two
1111         characters.  Update callers.
1113 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1115         * flower/file-name.cc (File_name): Slashify.
1117         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1119         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1121         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1123         * configure.in (gui_b): Use it.
1125         * lily/lilypond.rc.in: New file.
1127         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1129 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1131         * Documentation/user/advanced-notation.itely: edit of Text
1132         section; clarify text scripts vs. text markup.
1134 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1136         * lily/multi-measure-rest-engraver.cc
1137         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1138         separation items on start. Fixes mm rests in start of score.
1140         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1141         don't access StaffSymbol if not there.
1142         Fixes: crash-staff-symbol-engraver.ly.
1144         * lily/instrument-name-engraver.cc (class
1145         Instrument_name_engraver): data member first_. Create
1146         InstrumentName on start. 
1148 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1150         * Documentation/user/instrument-notation.itely: add guitar
1151         position.
1153         * Documentation/user/introduction.itely,
1154         Documentation/user/lilypond.tely,
1155         Documentation/user/tutorial.itely: begin pruning
1156         unused (duplicated) cindex entries and misc cleanup.
1158 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1160         * input/test/volta-chord-names.ly: Bring the explanation up to
1161         date.
1163 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1165         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1166         Specify `@documentencoding utf-8' for html, ignore warnings.
1168 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1170         * THANKS: Added bughunters.
1172 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1174         * lily/main.cc: update help string for `lilypond -H'.
1176         * po/fi.po: update.
1177         
1178 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1180         * Documentation/user/advanced-notation.itely: minor fixes.
1182 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1184         * scm/editor.scm: New module.
1186         * scm/lily.scm (gui-main): Use it.
1188         * scm/framework-gnome.scm (spawn-editor): Use it.
1190         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1192 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1194         * scm/framework-ps.scm (load-font-via-GS):  new function.
1196         * lily/pango-font.cc (pango_item_string_stencil): add support for
1197         CID keyed font.
1199         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1201 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1203         * Documentation/user/basic-notation.itely: add @ref.
1205         * Documentation/user/advanced-notation.itely: add example
1206         of 5/8 beaming.
1208 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1210         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1212         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1213         going through ps2pdf wrappers.
1215 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1217         * Documentation/user/instrument-notation.itely: petrucci note
1218         heads: updated docu
1220         * input/regression/note-head-style.ly: updated regression test;
1221         indentation fixes
1223         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1224         heads as default
1226         * mf/parmesan-heads.mf: minor editing; use musicological names
1227         (rather than optical description) as note head names
1229         * scm/output-lib.scm: complete petrucci heads
1231 2005-05-09  Pal Benko  <benkop@freestart.hu>
1233         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1234         heads, but bigger)
1236 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1238         * lily/main.cc (main_with_guile): Remove no files check.
1240         * lily/main.cc (ly:usage): Export to Scheme.
1242         * scm/lily.scm (no-files-handler): New function.
1244         * scm/lily.scm (lilypond-main): Use it.
1246         * configure.in (gui_b): Add mbrtowc checking.
1247         Resurrect [utf8/]wchar.h checking.
1249 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1251         * Documentation/user/advanced-notation.itely (Metronome marks):
1252         Add link to the program reference for MetronomeMark
1254         * Documentation/user/lilypond-book.itely (An example of a
1255         musicological document): Correct the example using psfonts 
1257 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1259         * po/fi.po: update after a lesson how to update entries against
1260         source.
1261         
1262         * po/TODO: document the lesson.
1264 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1266         * configure.in (gui_b): remove wcrtomb checking.
1268         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1269         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1271 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1273         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1274         keep Scheme expressions and strings unmodified when doing the
1275         conversion to postfix notation for slurs and beams. Should
1276         hopefully solve most related conversion problems. 
1278         * Documentation/user/lilypond-book.itely : Clarify and correct how
1279         to call dvips with -h psfonts.
1281 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1283         * Documentation/user/instrument-notation.itely (Entering lyrics):
1284         Typo.  Fixes build.
1286 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1288         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1290         * Documentation/user/lilypond.tely, lilypond-book.itely,
1291         tutorial.itely: change references to 2.5.x to 2.6.x.
1293         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1294         vs \lyricmode.
1296         * Documentation/user/invoking.itely: remove old info about
1297         lilypond-profile.
1299         * Documentation/topdocs/INSTALL.texi: remove old info about
1300         lilypond-profile, add warning about needing international fonts
1301         to build docs.
1303 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1305         * lily/include/grob-info.hh (class Grob_info): make data member
1306         private. Changes throughout.
1308         * input/regression/alignment-order.ly: new file. 
1310         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1311         alignAboveContext and alignBelowContext
1313 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1315         * lily/pfb.cc (LY_DEFINE): add cast.
1317         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1318         matches .otf
1319         (write-preamble): warn about unknown fonts.
1321         * lily/pfb.cc (Module): new function ly:otf->cff
1323         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1324         (get_otf_table): new function.
1326 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1328         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1329         iso. ps2png.
1331 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1333         * po/fi.po: apply second round of update.
1335 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1337         * scm/x11-color.scm (make-x11-color-handler): don't use
1338         #\sp. Apparently doesn't work on all platforms. 
1340 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1342         * Documentation/user/advanced-notation.itely, putting.itely,
1343         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1345 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1347         * VERSION (PACKAGE_NAME): release 2.5.23
1349 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1351         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1352         convert to utf-8.
1354         * THANKS: Add translators for this release, convert to utf-8.
1356         * mf/GNUmakefile (MFTRACE_FLAGS):
1357         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1358         outdir as option (WAS: hardcoded).
1360 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1362         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
1363         finished_span_
1365         * THANKS: add Hans Forbrich.
1367         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1369         * Documentation/user/basic-notation.itely (Staff symbol): document
1370         start/stop staff. Reference to ossia.ly
1372         * input/test/ossia.ly: new example using stop and startStaff.
1374         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
1375         in other words, don't create "|" barline at start of the score.
1376         (start_translation_timestep): don't set whichBar for start of score.
1378         * input/regression/staff-halfway.ly: use new functionality.
1380         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
1381         start and stop staff based on events.
1383         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
1385         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
1387 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1389         * Documentation/user/programming-interface.itely (How markups work
1390         internally ): remove \encoding reference.
1392 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1394         * scripts/convert-ly.py: Attempt to do a smarter update of 
1395         text markups from versions < 1.9.0 with arbitrary nesting.
1397 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1399         * po/fi.po: convert to utf-8, and update.
1401 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1403         * make/lilypond.suse.spec.in: update from suse 2.4 package.
1405         * lily/*.cc: more <? >? to min/max changes
1407         * lily/include/interpretation-context-handle.hh: rename
1408         Interpretation_context_handle to Context_handle.
1410 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1412         * input/regression/GNUmakefile (local_delete): use `find` together 
1413         with `xargs` to avoid too long argument-lists in cmd line.
1415 2005-05-04  Graham Percival  <gperlist@shaw.ca>
1417         * Documentation/user/introduction.itely: updates "About this manual".
1419         * Documentation/user/advanced-notation.itely,
1420         invoking.itely: minor fixes.
1422 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1424         * COPYING: add font exception. Update FSF address. 
1426         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
1427         should be taken without child context.
1429         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
1431         * scm/define-markup-commands.scm (triangle): new command, as
1432         robust replacement for unicode Delta/Triangle.
1434 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1436         * ps/music-drawing-routines.ps: add fillp argument.
1438         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
1440         * lily/font-config.cc (init_fontconfig): don't add cff/
1442         * VERSION (PACKAGE_NAME): release 2.5.22
1444         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
1446         * lily/grace-engraver.cc (consider_change_grace_settings): use
1447         is_alias(). Fixes problem with CueVoice grace notes. 
1449         * lily/simultaneous-music-iterator.cc (construct_children): call
1450         Music_iterator::quit() for iterators that start out invalid. This
1451         fixes indefinitely continuing contexts.
1453         * buildscripts/substitute-encoding.py: new file
1455         * Documentation/user/basic-notation.itely (Basic polyphony): fix
1456         missing @end 
1458         * scripts/lilypond-book.py (write_if_updated): print file name.
1460         * Documentation/user/basic-notation.itely (Explicitly
1461         instantiating voices): idem.
1463         * Documentation/user/advanced-notation.itely (Text spanners):
1464         remove stray { } 
1466         * lily/context.cc (default_child_context_name): the default child
1467         is now first in accepts_list_.
1469         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
1470         \defaultchild to all relevant contexts.  This fixes:
1471         drums-pitch.ly.
1473         (Probably also fixes similar problems with ancient
1474         transcriptions getting CueVoices instead of the desired voices.)
1476         * lily/context-def.cc (get_default_child): new function.
1477         (get_accepted): place default child in front of list.
1479         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
1481         * lily/include/context-def.hh (struct Context_def): add
1482         default_accept_
1484 2005-05-03  Graham Percival  <gperlist@shaw.ca>
1486         * scm/define-grobs.scm: remove "remove-first" line, since
1487         the absent property is set to #f anyway.
1489         * Documentation/user/basic-notation.itely,
1490         advanced-notation.itely, instrument-notation.itely: minor
1491         fixes.
1493         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
1495         * Documentation/user/advanced-notation.itely,
1496         changing-defaults.itely: consolidate Text stuff in
1497         advanced notation.
1499         * Documentation/user/global.itely: better docs for \header.
1501         * Documentation/user/putting.itely: new chapter; placeholder
1502         for future expansion.
1504         * Documentation/user/examples.itely: moved "suggestions for
1505         writing LP files" section into putting.itely.
1507         * Documentation/user/lilypond.itely: added new chapter,
1508         fixed the short table of contents.
1510 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1512         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
1513         infinity for unfeasible beams.
1515         * make/lilypond.fedora.spec.in (Group): idem.
1517         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
1519         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
1521         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
1522         fonts directly.
1524         * buildscripts/gen-emmentaler-scripts.py (i): idem.
1526         * mf/GNUmakefile: remove all CFF rules.
1528         * scm/framework-ps.scm (ps-embed-cff): reinstate.
1530         * lily/open-type-font-scheme.cc (LY_DEFINE):
1531         new function ly:otf-font-table-data.
1532         (LY_DEFINE): new function otf-font?
1534 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1536         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
1537         ($(outdir)/Fontmap.lily): idem.
1539         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
1540         for PFAEmmentaler-XXX.pfa. 
1542         * Documentation/user/music-glossary.tely (accidental): NL
1543         translation of accidental.
1545 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1547         * flower/include/international.hh: Bugfix: include "string.hh".
1549         * lily/include/mingw-compatibility.hh: New file.
1551         * flower/include/libc-extension.hh (memrev): Rename from strrev.
1553         * configure.in: Search for mingw wcrtomb library.
1555 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1557         * scripts/convert-ly.py: Bug fix
1559         * Documentation/user/changing-defaults.itely (Common tweaks):
1560         Added example where the context has to be specified explicitly
1561         (MetronomeMark). 
1563 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1565         * scripts/lilypond-book.py (ly_options): set timing to #f for
1566         notime option.
1568         * scripts/convert-ly.py (conv): typo.
1570         * flower/*.cc: remove <? and >?
1571         
1572         * lily/*.cc: remove <? and >?
1574         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
1575         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
1576         editor.
1578 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1580         * lily/part-combine-engraver.cc: add space to variable list.
1582 2005-04-30  Graham Percival  <gperlist@shaw.ca>
1584         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
1585         remove-first to false (matches docs)
1587         * Documentation/user/advanced-notation.itely: corrected docs
1588         concerning remove-first.
1590 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1592         * lily/part-combine-engraver.cc: make sure that the relevant
1593         properties are included in the documentation.
1595 2005-04-28  Graham Percival  <gperlist@shaw.ca>
1597         * Documentation/user/lilypond-book.itely: Bernard's docs
1598         for \betweenLilyPondSystem.
1600 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1602         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
1603         remarks.
1605 2005-04-28  Pal Benko  <benkop@freestart.hu>
1607         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
1608         only on vertical lines of flexa shape, and use a constant
1609         thickness value for horizontal lines (patch slightly modified by
1610         Jürgen Reuter)
1612         * lily/include/mensural-ligature.hh: make 2 comments clearer
1614 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
1616         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
1617         to need_extra_horizontal_space; bugfix: use class scope to avoid
1618         global namespace pollution
1620         * Documentation/user/instrument-notation.itely (ligatures): added
1621         comment on possible future syntax change and how to work around
1623         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
1624         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
1625         intervals (fixes agnus dei example)
1627         * Documentation/user/instrument-notation.itely (white mensural
1628         ligatures): selected a more illustrative example
1630 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
1632         * Documentation/index.html.in: specify utf-8 charset in meta content.
1634 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1636         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
1637         empty 2nd page for single page.
1639         * scm/lily.scm: remove p&c definitions.
1641         * po/zh_TW.po (Module): new translation.
1643         * lily/lily-guile.cc (ly_chain_assoc): remove.
1645         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
1646         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
1648 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1650         * lily/beaming-info.cc: remove infinity_i
1652         * scripts/abc2ly.py (out_filename): fix thinko with \version.
1654 2005-04-26  Graham Percival  <gperlist@shaw.ca>
1656         * Documentation/user/basic-notation.itely,
1657         instrument-notation.itely, advanced-notation.itely,
1658         changing-defaults.itely: minor fixes.  Added docs
1659         for colors to advanced-notation.itely.
1661         * Documentation/user/advanced-notation.itely: fixed compile
1662         problem and added Bernard's x11-color doc patch.
1664 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1666         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
1667         alright this time round.
1669 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1671         * Documentation/topdocs/INSTALL.texi (Top): idem.
1673         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
1675         * VERSION (MAJOR_VERSION): release 2.5.21
1677         * scm/output-ps.scm (grob-cause): bugfix.
1679 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1681         * cygwin/*: Update.
1683         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
1684         stuff.
1686         * scm/output-ps.scm (grob-cause): Bugfix.
1688         * scm/lily.scm (ly:load): Remove x11-color.
1690         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
1691         quote executable, fixes getting version from program --with
1692         --options.
1693         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
1694         $ac_exeect.
1696         * Documentation/user/GNUmakefile: Only build music-glossary with
1697         rendered lilypond snippets during web.
1699 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1701         * po/de.po: update.
1703         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
1705 2005-04-22  Laura Conrad <lconrad@laymusic.org>
1707         * scripts/abc2ly:
1708         second title line append with punctuation dash character;
1709         encode abc2ly python strings in utf-8
1710        
1711 2005-04-21  Laura Conrad <lconrad@laymusic.org>
1713         * scripts/abc2ly fix chords (again)
1715 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
1717         * scm/x11-color.scm: new file
1718         All x11 color names can be accessed with:
1719         #(x11-color 'ColorName),
1720         #(x11-color "ColorName") or:
1721         #(x11-color "color name")
1722         If the x11 color name is not recognised then it defaults
1723         to black
1725         * scm/lily.scm: amended to call scm/x11-color.scm
1727 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1729         * Documentation/user/invoking.itely (Reporting bugs): comment out
1730         reference to online PNG bug repository.
1732 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1734         * lily/translator-scheme.cc (ly:translator-property): Remove.
1735         Update callers.
1737         * lily/context-scheme.cc (ly:context-now): Move from translator.
1738         Update callers.
1740 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1742         * input/regression/grid-lines.ly (skips): refine example.
1744         * scm/define-context-properties.scm
1745         (all-user-translation-properties): doc autoBeamCheck
1747         * input/regression/grid-lines.ly (Module): new file.
1749         * lily/grid-point-engraver.cc (Module): new file.
1751         * lily/grid-line.cc (Module): new file.
1753         * lily/grid-line-span-engraver.cc (Module): new file.
1755         * lily/grid-line-interface.cc (Module): new file.
1757 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1759         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
1760         missing parameter, actualy cdr through list.  Actually return a
1761         list with ENTRY removed (was '()).
1763         * scripts/convert-ly.py: Update.  Print warning if file cannot be
1764         opened.
1765         (do_conversion): Fix printing of continuation comma.
1767         * Documentation/user/advanced-notation.itely (Beam formatting):
1768         Remove refbugs about compound time and mixed duration.
1770         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
1771         modulo moments explicitely.
1773         * lily/moment.cc (operator %): New function.
1775         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
1777         * lily/translator-scheme.cc (ly:translator-now,
1778         ly:translator-property): New function.
1780         * scm/auto-beam.scm (default-auto-beam-check): New function.
1782         * lily/auto-beam-engraver.cc (test_moment): Use it.
1784         * flower/rational.cc (operator %): Bugfix.
1786 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
1788         * scripts/abc2ly: Bugfix
1790 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1792         * python/fontextract.py (write_extracted_fonts): bugfix, too many
1793         %'s on EndFont comment.
1795         * lily/ledger-line-spanner.cc: some more words of explanation.
1797 2005-04-20  John Williams <williams@tni.com>  
1798         
1799         * scripts/lilypond-book.py: htmlquote bugfix.
1800         Allow snippets to be given distinct filenames.
1801         Allow the default alt text to be overridden.
1803 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
1805         * ly/performer-init.ly: Bugfix
1807         * THANKS: Added bughunters.
1809 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1811         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
1813         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
1814         position (was: use modulo measure length).
1816         * configure.in (no gui_b): Remove optional gtk+ requirement.
1818 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1820         * Documentation/user/basic-notation.itely (Pitches): add
1821         LedgerLineSpanner.
1823         * lily/dynamic-engraver.cc (process_music): set right bound to
1824         script if present. Else, do not set.
1825         (acknowledge_grob): only set right bound of finished spanner to
1826         note column if no other bound is set.
1828         * python/lilylib.py (make_ps_images): switch back to png16m.
1829         
1830 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1832         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
1833         writing up to date file.  Add dvips usage suggestion.
1835         * scripts/convert-ly.py: Fix error message.
1836         Print usage if no files on command line.
1837         (usage): Add example usage.
1839         * input/test/compound-time.ly: New file.
1841         * input/test/circle.ly: New file.
1843         * Documentation/topdocs/NEWS.tely: Use them.
1845         * input/test/boxed-stencil.ly: Remove \score.
1847         * buildscripts/mf-to-table.py (base): Add .log dependency.
1849         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
1850         pfa's.  Add .log dependency
1852         * scm/define-markup-commands.scm (lower): New command.
1854         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
1855         make it default.
1857 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1859         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
1860         also to finished cresc as right bound. This fixes:
1861         skip-string-decresc.ly
1863         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
1864         relative_coordinate if extent is empty.
1866         * lily/stem.cc (width_callback): determine correct extent if flag
1867         is not there. This fixes slur-no-flag.ly
1869         * lily/grace-engraver.cc (consider_change_grace_settings): new
1870         function.
1871         (initialize): also consider_change_grace_settings() on
1872         initialization. Fixes large grace notes at start of score.
1874         * lily/break-align-interface.cc (do_alignment): don't translate if
1875         total_extent is empty.
1877         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
1879 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1881         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
1882         with slash.
1884 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1886         * stepmake/aclocal.m4: Remove tfm_path.
1888 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1890         * scm/music-functions.scm (markup-expression->make-markup): fix
1891         bug with cons arguments of markup commands.
1892         (music->make-music): fix music expression property list building
1894 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1896         * aclocal.m4: Massage package names.
1898         * SCons updates.
1900 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1902         * VERSION (PACKAGE_NAME): release 2.5.20
1904         * lily/stem.cc (calc_stem_info): add minimum Y extent of
1905         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
1907         * lily/percent-repeat-engraver.cc (try_music): add measure before
1908         next_moment to future processing moment. Fixes:
1909         percent-repeat-mm-rest.ly
1910         (process_music): don't add moment for 2nd time.
1912         * input/regression/repeat-percent.ly: add mmrests as extra test.
1914         * lily/axis-group-engraver.cc (acknowledge_grob): read
1915         keepAliveInterfaces to decide what to kill.
1917         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
1918         percent-repeat-interface to keepAliveInterfaces. This fixes
1919         percent-repeat-harakiri.
1921 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1923         * SCons updates.
1925 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1927         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
1929         * aclocal.m4: remove --enable-tfm-path configure option
1931         * input/test/ancient-font.ly (lowerStaff): clef name errors.
1933         * scm/backend-library.scm (postscript->png): newline after
1934         finishing command.
1936         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
1937         (LY_DEFINE): ly:paper-score-paper-systems: new function 
1939         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
1941         * lily/score.cc (default_rendering): use Music_output too.
1943         * input/test/chord-names-languages.ly (Module): rename file.
1945         * lily/text-spanner.cc: add bound-padding.
1947         * lily/paper-book.cc (systems): accept Paper_score
1948         iso. Paper_system vector. 
1950         * input/regression/line-arrows.ly: new file.
1952         * lily/paper-score.cc (process): run get_paper_systems() only once.
1954         * lily/line-spanner.cc (line_stencil): add arrows.
1956 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
1958         * lily/line-interface.cc (make_arrow): new function. 
1959         (arrows): idem.
1961 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
1963         * input/test/chord-names-german.ly: update for italian/french
1964         chords.
1965         
1966         * Documentation/user/instrument-notation.itely (Printing chord
1967         names): update.
1969 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1971         * lily/include/paper-score.hh (class Paper_score): remove unused
1972         prototypes.
1974         * lily/book.cc (process): add -COUNT to midi output.
1976         * lily/score.cc (book_rendering): remove outname argument
1977         (book_rendering): return list of Music_outputs. 
1979         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
1981         * lily/book.cc (process): loop over Music_outputs returned from
1982         Score::book_rendering().
1984         * lily/*.cc (width_callback): remove spurious "unused" warnings
1985         for assert (axis==[XY]_AXIS); 
1987         * lily/include/music-output.hh (class Music_output): smobify class.
1989         * lily/include/paper-score.hh (class Paper_score): make members
1990         private.
1992         * lily/performance.cc (process): return #f iso. #<undefined>. This
1993         prevents #<undefined> leaking into GUILE-userspace.
1995 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1997         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
1999 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2001         * scm/chord-name.scm : support for italian and french
2002         chords names.
2004         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2005         a space defined by chordPrefixSpacer when the root name is
2006         direclty followed by a prefix.
2008         * ly/engraver-init.ly : chordPrefixSpacer       
2009         * scm/define-context-properties.scm : chordPrefixSpacer
2010         * ly/property-init.ly : italianChords, frenchChords 
2012 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2014         * mf/feta-din.mf: Remove.
2016         * mf/GNUmakefile (fontdir): Bugfix.
2018         * mf/SConstruct: Some updates.
2020         * SConstruct: Require pkg-config.
2021         (test_program): Bugfix for double digit version compares, use
2022         integer (not string-) compare.
2023         Optionally require gs 8.14.
2025         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2027         * lily/*: s/ifdef HAVE_*/if have/.
2029         * SConstruct (test_lib): New function.  Update pkg-config and some
2030         other requirements.
2032         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2033         freetype, pangof2t.
2035 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2037         * po/lilypond.pot, ...: Update using bison-CVS.
2039         * python/lilylib.py (make_ps_images): Fixo.
2041 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2043         * python/lilylib.py (make_ps_images): typo.
2045         * configure.in (gui_b): make bison optional.
2047         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2049 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2051         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2052         with one parameter can be defined in a LaTeX file when processed
2053         by lilypond-book this will be evaluated between the systems of
2054         a multi-system score. The parameter is the number of systems processed.
2056 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2058         * python/lilylib.py (make_ps_images): Escape newline.
2060         * Documentation/user/music-glossary.tely: Run
2061         texinfo-all-menus-update.
2063 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2065         * scm/lily-library.scm (old-relative-not-used-message)
2066         (version-not-seen-message): Add input-file-name-location to message.
2068         * lily/parser.yy (lilypond): Add token aliases.
2070         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2071         not confuse with alteration.
2072         (alteration): Add.
2074 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2076         * python/lilylib.py (make_ps_images): use -dEPSCrop
2078         * VERSION (PACKAGE_NAME): release 2.5.19 
2080         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2081         only put xrefs in info documentation.
2083         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2084         .pdf rule to tex-rules.make.
2086         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2087         from -systems.* output.
2089         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2090         directly, remove -$(PAGESIZE) target.
2092         * input/test/embedded-postscript.ly: update.
2094 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2096         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2098         * Documentation/user/changing-defaults.itely (Font selection):
2099         document font-name.
2101         * input/regression/font-name.ly: show Pango fonts for
2102         font-name. Update example. 
2104         * lily/pango-select.cc (properties_to_pango_description): don't
2105         convert symbol font-size to number, but use to lookup.
2107         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2109         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2110         (NAME . FILE-NAME) tuples for font descriptions. 
2111         (write-preamble): display BeginFont DSC comments.
2113         * python/fontextract.py (write_extracted_fonts): new file. Extract
2114         font resources from a PS file.
2116         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2117         (Compile_error.process_include): do_file returns chunks.
2119         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2121         * make/lysdoc-targets.make: .texi is .PRECIOUS
2123         * scripts/lilypond-book.py (write_if_updated): new function.
2125 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2127         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2129 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2131         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2133         * input/regression/markup-syntax.ly: remove \score.
2135         * scm/define-markup-commands.scm (draw-circle): add fill argument
2137         * scm/stencil.scm (make-circle-stencil): add fill argument
2139         * ps/music-drawing-routines.ps: add fill argument.
2141         * ly/performer-init.ly: add CueVoice to MIDI too.
2143         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2144         EndEPSF.
2146         * input/regression/markup-eps.ly: new file.
2148         * scm/framework-ps.scm (write-preamble): change order: vars should
2149         be inited before procedures.
2151         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2152         for EPS files.
2154         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2156 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2158         * configure.in (gui_b): add check for ghostscript 8.15
2160 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2162         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2163         start of line. Fixes cresc-after-newline.ly
2165         * lily/source-file.cc (file_line_column_string): use get_column().
2167 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2169         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2171 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2173         * lily/*: use message () iso progress_indication () for messages.
2174         Revise/uniformise user messages.
2176         * flower/warn.cc (progress_indication): New function.
2177         (message): Use it.  Fixes newline problems.
2179         * config.make.in (webdir): Sort out install dirs.
2181         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2183         * python/lilylib.py (command_name): Bugfix.
2184         (make_ps_images):
2186 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2188         * lily/main.cc: --help says what types of backends are availabe
2190 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2192         Fix ./VERSION dependency, and without need to reconfigure.
2194         * lily/main.cc (setup_paths): Update.
2196         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2198         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2200         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2201         Add \line for some simplistic cases.
2203         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2205 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2207         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2208         to compile LY files (useful for adding eg. "-I" args)
2209         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2210         2Gnome command for gnome backend.
2211         (LilyPond-command-formatgnome): call the 2Gnome command. key
2212         binding: C-c C-g
2214 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2216         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2217         depend on all PNG images.
2219 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2221         * GNUmakefile.in: Bugfix: also link .map files.
2223 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2225         * scm/music-functions.scm (music->make-music): generate 
2226         a (make-music ...) sexpr from a music expression.
2227         (display-scheme-music): use guile pretty printer to display the
2228         make-music sexpr.
2230 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2232         * ly/engraver-init.ly: reindent.
2233         Add CueVoice.
2235         * scm/music-functions.scm (music-pretty-string): handle moments
2236         too.
2237         (music-pretty-string): only print non-empty lists.
2238         (cue-substitute): create CueVoice context, which has smaller type.
2240         * lily/moment-scheme.cc (LY_DEFINE): new methods
2241         ly:moment-grace-{numerator,denominator}
2243         * lily/context-handle.cc: remove quit() method. 
2245         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2246         (init_fontconfig): success is 0, not !0
2248 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2250         * mf/feta-nummer-code.mf (code): add plus glyph.
2252         * lily/tie.cc (print): idem.
2254         * lily/slur.cc (print): don't use thickness property for
2255         slur shape-thickness.
2257         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2258         while adding stencils.
2260         * scm/define-markup-commands.scm (with-color): with-color markup
2261         command.
2262         (whiteout): new markup command 
2263         (filled-box): new markup command
2265 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2267         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2268         test for PDF docs.
2270         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2271         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2272         
2273         Notes for tetex-3.0 make web:
2274            psclean.map: s/uhv8a/uhvr8a/
2275            config.ps add:
2276                 p +psfonts_t1.map
2277                 p +psclean.map
2278                 p +typeface.map
2280 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2282         * scm/music-functions.scm (music-pretty-string): fix bug with
2283         string argument.
2285 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2287         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2289 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2291         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2292         only process options if they're there.
2293         (write_file_map): add version-seen? to snippet-map.ly
2295 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2297         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2298         formatting cleanups.
2300         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2301         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2303 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2305         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2306         name directly.
2308         * lily/main.cc (setup_paths): either add mf/out to search path or 
2309         fonts/{otf,type1,etc}
2310         
2311         * lily/font-config.cc (init_fontconfig): either add mf/out to
2312         FontConfig or fonts/{otf,type1,etc}
2314         * GNUmakefile.in: don't put mf/ link in share/ dir.
2316         * lily/staff-spacing.cc: move same-direction-correction to
2317         note-spacing-interface
2319         * scm/lily.scm (lilypond-main): use variable argument count for
2320         exception handler.
2322         * lily/font-config.cc (init_fontconfig): add operator pacification
2323         message.
2325         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2327         * buildscripts/gen-emmentaler-scripts.py (i): generate
2328         PFAEmmentaler as well.
2330         * scm/framework-ps.scm (munge-lily-font-name): new function
2331         (write-preamble): hack: insert PFA equivalent of CFF into
2332         .PS. This makes LilyPond output printable on normal PS printers
2333         again.
2335         * buildscripts/gen-emmentaler-scripts.py (i): generate
2336         PFAEmmentaler.pfa aswell.
2338 2005-04-06  John Williams <williams@tni.com>  
2339         
2340         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2341         
2342 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2344         * scm/page-layout.scm (default-page-make-stencil): always combine
2345         the header stencil, even if empty. This prevents the body text to
2346         reach up to the margins.
2348         * po/rw.po (Module): new file, for Kinyarwanda.
2350         * input/test/spacing-optical.ly (Module): new file.
2352         * lily/staff-spacing.cc: add same-direction-correction
2354 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2356         * Documentation/user/introduction.itely (Engraving): Comment-out
2357         non-existent file.
2359 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2361         * scm/define-grob-properties.scm (all-user-grob-properties): add
2362         same-direction-correction
2364         * VERSION: release 2.5.18
2366 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2368         * lily/grob.cc (mark_smob): Check pscore->layout_ before
2369         dereferencing.  Fixes make web.
2371         * lily/midi-stream.cc: Handle unwritable midi file.  Include
2372         errno.h.
2374         * Documentation/user/: Fix links.
2376 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2378         * lily/text-interface.cc (Module): rename from text-item.cc
2380         * input/regression/apply-output.ly (texidoc): function naming fix.
2382         * lily/time-signature-performer.cc (derived_mark): new function.
2384         * lily/lily-parser-scheme.cc:  print mapped file name for progress
2386         * scripts/lilypond-book.py (find_linestarts): new function.
2387         (find_toplevel_snippets): keep track of line numbers.
2389         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
2390         all key changes.
2392         * ly/declarations-init.ly (partCombineListener): use
2393         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
2395         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
2397 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2399         * lily/text-item.cc: Fix link.
2401         * Documentation/user/changing-defaults.itely (Changing defaults):
2402         Fix programs reference links.
2404         * Documentation/user/music-glossary.tely: Convert to utf-8.
2406 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2408         * make/lilypond-vars.make: remove TEXMF from variables.
2409         remove DEB_BUILD pk font variables.
2410         remove GUILE_LOAD_PATH
2411         remove TeX memory vars.
2413 2005-04-04  Werner Lemberg  <wl@gnu.org>
2415         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
2417 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2419         * ps/lilyponddefs.ps: remove reencode-font
2421         * lily/simple-spacer.cc (add_columns): also compare
2422         directly. Column rank doesn't distinguish between broken and
2423         unbroken columns. This fixes large spaces before time sig changes.
2425         * Documentation/user/point-and-click.itely: document ly:set-option.
2427         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
2428         point_and_click_global is set.
2430         * lily/scm-option.cc (LY_DEFINE): add point-and-click
2431         ly:set-option argument.
2433 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2435         * GNUmakefile.in: Include symlinks in webball.
2437         * Documentation/user/GNUmakefile (source-links): Add symlinks to
2438         source dir for split and non-split manuals.
2440         * Documentation/user/*y: Fix @uref/@inputfile links for
2441         split/non-split HTML documents.
2443         * Documentation/user/GNUmakefile (local-WWW): Do not generate
2444         .ps.gz.
2445         
2446 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2448         * GNUmakefile.in: Add newline.
2450 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
2452         * tex/lilyponddefs.tex: use color instead of xcolor
2453         * scm/output-tex.scm: minor editing
2455 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2457         * scm/music-functions.scm (display-scheme-music): pretty printer
2458         for music expressions.
2460 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2462         * buildscripts/install-info-html.sh (index_file): Fix link.
2464 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2466         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
2468         * Documentation/index.html.in: Add size estimates with some big pages.
2470         * Documentation/user/tutorial.itely (Running LilyPond for the
2471         first time): Add/replace some @rglos links.  TODO: add more
2472         @rglos links in tutorial, test non-intrusiveness (.css).
2474         * stepmake/bin/add-html-footer.py (do_file): Remove info's
2475         annoying's indication of referencing external document.
2477         * Documentation/user/GNUmakefile: Split version of glossary too.
2478         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
2479         links, not only for html.
2481         * Documentation/user/introduction.itely: Fix some links for other
2482         than html, do not use `here' as link name.
2484 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2486         * scm/documentation-generate.scm (string-append): Fix @usermanref,
2487         @glossaryref.
2489 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2491         * scm/page-layout.scm (default-page-make-stencil): only add header
2492         if existing and not empty. Fixes spurious programming error.
2494         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
2496 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
2498         * scm/output-tex.scm: implement {re,}setcolor
2499         * tex/lilyponddefs.tex: use color package
2501 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2503         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
2504         additions to website.
2506         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
2508         * Documentation/user/macros.itexi: Fix @usermanref html links in
2509         split documents: use @inforef.
2511 2005-03-30  Graham Percival  <gperlist@shaw.ca>
2513         * Documentation/user/programming-interface.itely: minor fix.
2515         * Documentation/user/advanced-notation.itely: added info to
2516         Metronome markings.
2518 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2520         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
2521         use box-stencil.  Remove y-padding argument.
2522         (make-stencil-circler): New function.
2524         * buildscripts/lilypond-words.py (F): 
2525         * elisp/SConscript (a): 
2526         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
2527         * vim/SConscript (a): 
2528         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
2530         * lily/general-scheme.cc: Build fix.
2532         * scm/markup.scm:
2533         * input/regression/markup-scheme.ly: 
2534         * input/regression/markup-syntax.ly: Drop 'new-' from name.
2536         * scm/stencil.scm (make-circle-stencil): New function.
2538         * scm/define-markup-commands.scm (draw-circle): Use it.  New
2539         name (was cicle).  Update callers.
2540         (circle): New markup command, similar to box.
2542         * scm/stencil.scm (circle-stencil): New function.
2544 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
2546         * configure.in: Detect libutf8/wchar.h variant.
2548         * stepmake/aclocal.m4: Modify shared size test.
2550 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2552         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
2554 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2556         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
2557         
2558         * VERSION (PACKAGE_NAME):  release 2.5.17
2560 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2562         * scm/backend-library.scm (postscript->png): Fix comment and png
2563         message.
2565         * GNUmakefile.in (link-tree): Fix locales.
2567 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2569         * lily/stencil-scheme.cc (LY_DEFINE): change to
2570         ly:stencil-aligned-to, non mutating.
2572         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
2574         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
2576         * lily/quote-iterator.cc (derived_mark): call
2577         Music_wrapper_iterator::derived_mark() too.
2579         * lily/grace-engraver.cc (derived_mark): change signature, add
2580         const.
2582 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2584         * SConstruct (symlink): 
2585         * GNUmakefile.in (link-tree): Add scripts to prefix.
2587         * lily/general-scheme.cc (ly:effective-prefix): New function.
2589         * scm/backend-library.scm (postscript->png): Use it.
2591 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2593         * lily/paper-score.cc (process): don't delete grobs after
2594         producing stencils. 
2596         * scm/part-combiner.scm (determine-split-list): switch off
2597         debugging info.
2599         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
2600         if available.
2602         * scm/define-context-properties.scm
2603         (all-user-translation-properties): add stringNumberOrientations.
2605         * lily/new-fingering-engraver.cc (position_scripts): make generic,
2606         so fingering and string-numbers are separately controlled.
2608 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2610         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
2611         not use debugging.
2613 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2615         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
2617         * config.hh.in: add HAVE_FONTCONFIG.
2619         * Documentation/user/instrument-notation.itely (String number
2620         indications): new node.
2622         * input/regression/new-markup-syntax.ly (texidoc): add circle.
2624         * lily/new-fingering-engraver.cc (add_string): new function. 
2625         (acknowledge_grob): accept string-number-event as well.
2627         * scm/define-markup-commands.scm (circle): new markup command.
2629         * scm/output-lib.scm (print-circled-text-callback): new function.
2631         * lily/GNUmakefile: move ifeq after include stepmake.make.
2633 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2635         * config.make.in (HAVE_LIBKPATHSEA_SO):
2636         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
2638         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
2639         add KPATHSEA_LIBS.
2641         * debian/watch: 
2642         * debian/control: Update.
2644 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2646         * input/test/title-markup.ly (spaceTest): remove.
2648         * input/test/embedded-tex.ly (Module): remove.
2650         * input/test/music-box.ly: use 'name property, not ly:music-name.
2652         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
2654         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
2656 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2658         * Documentation/topdocs/INSTALL.texi (Top): Remove information
2659         about xdeltas.  Add information about CVS.
2661         * scm/lily.scm (lilypond-main): Fix invocation of handler,
2662         gracefully handle failed files.
2664         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
2666         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
2667         small fixes.
2669         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
2670         No unnecessarily specific i18n messages.  Remove stray `1'.
2672 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2674         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
2675         documentencoding
2677         * scm/documentation-lib.scm (texi-file-head): set utf-8
2678         documentencoding.
2680         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
2681         Delta, not the Symbol one. 
2683         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
2684         for the .map file.
2686         * Documentation/topdocs/INSTALL.texi (Top): add running
2687         requirement as compilation requirement.
2689 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2691         * buildscripts/mutopia-index.py (headertext): add h1 header and
2692         utf-8 charset meta field.
2694         * input/GNUmakefile: prune example list.
2696         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
2697         options.
2699         * lily/slur-scoring.cc (get_base_attachments): only look at stem
2700         extent for visible stems.
2702         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
2704 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2706         * Documentation/topdocs/INSTALL.texi (Top): Updates.
2708         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
2710 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2712         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
2713         pass inf/nan into slur scoring.
2715         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
2716         page.
2718         * scripts/abc2ly.py (dump_voices): use alphabet().
2720 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
2721         
2722         * mf/GNUmakefile (depth): use $(FONTFORGE). 
2724 2005-03-27 Matthias Neeracher <neeracher@mac.com>
2725         
2726         * flower/include/virtual-methods.hh: simplify. Patch by
2728 2005-03-25  John Williams <williams@tni.com>  
2730         * scripts/lilypond-book.py (main): add png for HTML too, guess
2731         only if necessary. 
2733 2005-03-25  Graham Percival  <gperlist@shaw.ca>
2735         * Documentation/topdocs/INSTALL.texi: now recommends
2736         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
2738         * Documentation/user/basic-notation.itely,
2739         Documentation/user/tutoria.itely: warn about
2740         only one (phrasing) slur at once.
2742 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2744         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
2746 2005-03-23  Graham Percival  <gperlist@shaw.ca>
2748         * Documentation/user/basic-notation.itely: fixed info about
2749         ending a (de)cresc.
2751         * Documentation/user/lilypond-book.itely: fixed
2752         lilypond-book filter example and warned about not doing
2753         --filter and --process at the same time.
2755 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2757         * lily/parser.yy (bass_number),
2758         Documentation/user/instrument-notation.itely (Figured bass): 
2759         Add the possibility to use text markup in figured bass. 
2761 2005-03-19  Graham Percival  <gperlist@shaw.ca>
2763         * Documentation/user/global.itely: added info about naming
2764         identifiers and breakbefore.
2766         * Documentation/user/invoking.itely: added info about batch
2767         processing files with convert-ly, removed references to TeX
2768         in the jail section.
2770         * Documentation/user/examples.itely: possibly fixed piano
2771         dynamics.
2773         * Documentation/user/advanced-notation.itely: added info
2774         about removing other types of Staff.
2776         * Documentation/user/instrument-notation.itely: possibly
2777         fixed piano staff line switch.
2779         * Documentation/user/changing-defaults.itely: added info
2780         about using normal font in titles.
2782 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2784         * VERSION (PATCH_LEVEL): release 2.5.16
2786         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
2787         explicitly.
2789 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2791         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
2792         whitespace.
2794         * python/lilylib.py (make_ps_images):
2795         * scm/backend-library.scm (postscript->pdf, postscript->png):
2796         Quote file name.  Use format rather than string-append juggling.
2798 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2800         * python/lilylib.py (make_ps_images): add x to -g argument. 
2802         * lily/key-performer.cc (create_audio_elements): don't use
2803         scm_eval_string. Check for minor 3rd directly.
2804   
2805         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
2806         (sarabandeCelloGlobal): key is D minor, not F major.
2808 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2810         Fix truncated --png output (Peter Danenberg).
2811         
2812         * python/lilylib.py (make_ps_images):
2813         * scripts/ps2png.py (copyright): Grok --papersize option.
2815         * scm/backend-library.scm (postscript->png): Add parameter
2816         PAPERSIZE.  Update callers.
2818         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
2819         Fixes symbol placement.
2821         * lily/spanner.cc: 
2822         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
2823         <libc-extension.hh>).
2825 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2827         * Nitpick run.
2829         * buildscripts/fixcc.py: Update.
2831         Builddir run fixes.
2833         * HACKING (datadir): Add VERSION.
2835         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
2836         higher up.
2838 2005-03-15  Werner Lemberg  <wl@gnu.org>
2840         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
2841         diagonal stem doesn't become thinner.
2843 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2845         * buildscripts/fixcc.py: Fixes (Werner).
2847 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2849         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
2850         Emmentaler/Aybabtu.
2852         * GNUmakefile.in: fix lilypond-words path.
2854         * po/tr.po: update to 2.3.21
2856         * lily/new-fingering-engraver.cc (position_scripts): take priority
2857         from head position.
2859         * input/regression/finger-chords-order.ly (texidoc): new file.
2861 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2863         * make/ly-rules.make: 
2864         * stepmake/aclocal.m4: 
2865         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
2867         * buildscripts/fixcc.py (rules): Leave space after operator.
2869 2005-03-14  Werner Lemberg  <wl@gnu.org>
2871         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
2872         top of the glyph with smooth curve.
2874 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2876         * Documentation/user/global.itely (Page layout): remove
2877         printpagenumber.
2879 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
2881         * input/regression/mensural-ligatures.ly: new file (with examples
2882         compiled by Pal Benko).
2884         * Documentation/user/instrument-notation.itely: Bugfix: yet some
2885         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
2886         musicglyph access.  Many small beautifications in ancient
2887         examples.
2889         * input/test/divisiones.ly: fixed indentation; small
2890         beautifications
2892         * ly/engraver-init.ly: added FIXME comment
2894         * scripts/lilypond-book.py,
2895         Documentation/user/lilypond-book.itely: added music fragment
2896         option "packed" to lilypond-book
2898         * Documentation/user/instrument-notation.itely: Bugfix: added
2899         missing LedgerLineSpanner color setting in several places.  Added
2900         music fragment option "packed" to VaticanaContext example.
2902 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2904         * scm/define-grobs.scm (all-grob-descriptions): switch off
2905         Hyphen_spanner::set_spacing_rods 
2907         * lily/lyric-hyphen.cc (print): add padding between syllable and
2908         hyphen.
2909         (print): shorten hyphen in tight situations (determine using
2910         minimum-length)
2912         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
2913         0.4pt.
2915 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2917         * ly/titling-init.ly (bookTitleMarkup): Refinements.
2919         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
2920         header/footer markings for regression-test.
2922         * scm/backend-library.scm (output-scopes, header-to-file): Move
2923         from framework-tex.scm.
2925         * scm/framework-ps.scm (output-framework)
2926         (output-preview-framework):
2927         * scm/framework-eps.scm (output-classic-framework)
2928         (output-framework): Use it.  Fixes collated files.
2930 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2932         * input/sakura-sakura.ly: 
2933         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
2935         * buildscripts/guile-gnome.sh: Update.
2937         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
2939         * mf/aybabtu.pe.in: Capitalize Aybabtu.
2941 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2943         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
2944         culprit: always exit the loop if we find a rod, even if it has
2945         distance < 0. 
2947         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
2948         algorithm.
2950         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2951         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
2953         * scm/output-svg.scm (dashed-line): new  function body.
2954         
2955         * GNUmakefile.in: create .htaccess.
2957 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2959         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
2961 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2963         * VERSION (PACKAGE_NAME): release 2.5.15
2965         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
2967         * scm/framework-svg.scm (output-framework): put scaling in
2968         document header. Apply scaling only once.
2969         (output-framework): dump page size in px, not mm. 
2971         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
2972         from font-size.
2974         * lily/paper-outputter-scheme.cc (LY_DEFINE):
2975         ly:outputter-output-scheme, new function.
2977         * scm/output-svg.scm (pango-description-to-svg-font): new function
2979 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2981         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
2982         target.
2984         * input/typography-demo.ly: new file.
2986 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2988         * Documentation/user/global.itely (File structure): Add markup blocks
2989         to toplevel expressions.
2990         (Multiple movements, Creating titles): Add markup blocks.
2992         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
2993         <libc-extension.hh>).
2995         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
2997         * flower
2998         * lily
2999         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3001 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3003         * lily/accidental.cc: special bboxes for natural. 
3005         * mf/feta-toevallig.mf: make stems heavier.
3007         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3008         texts as well.
3010         * mf/feta-klef.mf: revise. 
3012         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3014         * mf/feta-klef.mf: add rounded curve at top. 
3015         make thinnib a little heavier.
3017 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3019         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3021         * buildscripts/fixcc.py: New file.
3023         * input/regression/utf8.ly: Update Debian font description.
3025 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3027         * stepmake/aclocal.m4: Fix test.
3029 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3031         * Documentation/user/invoking.itely: added Sebastino Vigna's
3032         docs for the --jail option.
3034 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3036         * lily/stem.cc (print): only produce stemlets if there are no
3037         noteheads on this stem.
3039         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3040         don't crash on stemlet (visible stem without heads).
3042         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3043         unbroken situations. 
3045         * scm/output-lib.scm (center-invisible): new function.
3047         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3048         wishes to determine loose column space.
3050         * lily/font-config.cc (init_fontconfig): add
3051         fonts/{otf,type1,cff}  to path.
3053         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3055         * mf/GNUmakefile (Module): install all fonts under otf/
3057         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3058         replace /fonts/otf/ by /ps/ 
3060         
3061 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3063         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3065         * lily/book.cc (process): Oops, add score_.header_.
3067         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3069         * lily/parser.yy: Handle toplevel and book texts as score.
3071         * scm/page-layout.scm (default-page-make-stencil):
3072         Bugfix: (page-properties rename.
3074         * scm/backend-library.scm (ly:system): Typo.
3076 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3078         * stepmake/stepmake/executable-targets.make (installexe): don't
3079         strip installed executables
3081         * lily/font-select.cc (get_font_by_design_size): revert
3082         pango_description_string as well.
3084         * lily/system.cc (set_loose_columns): put loose column just left
3085         of next column.
3087         * lily/include/group-interface.hh (extract_grob_array): rename
3088         from Pointer_group_interface__extract_grobs
3090         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3092         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3093         function. Keep ledgered note heads at a minimum distance.
3094         Introduce minimum-length-fraction
3095         (print): introduce length-fraction property.
3097 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3099         * tex/GNUmakefile: remove latin1.enc rules.
3101 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3103         * scm/titling.scm: Typo.
3105         * input/regression/score-text.ly: Really add.
3107         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3109 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3111         * lily/open-type-font-scheme.cc:  new file.
3113 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3115         * scm/titling.scm (layout-extract-page-properties): Rename from
3116         page-properties.  Update callers.
3118         * lily/lexer.ll (Lily_lexer):
3119         * lily/parser.yy: Junk lyric_markup state.
3121         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3123         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3124         Add texts parameter.
3126 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3128         * lily/lexer.ll (lyric_markup): New mode.
3129         (Lily_lexer::push_lyric_markup_state): New method.
3130         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3132         * lily/parser.yy (book_body):
3133         (toplevel_expression): Grok \markup texts.
3135         * lily/score-scheme.cc (ly:music-scorify): 
3136         * scm/lily-library.scm (collect-music-for-book): Take texts
3137         parameter.
3139         * lily/score.cc (texts_): New member.
3141         * lily/paper-book.cc (systems): Format score texts.
3143         * score-text.ly: New file.
3145         * ttftool/SConscript:
3146         * kpath-guile/SConscript: New file.
3148         * lily/SConscript:
3149         * SConstruct: Update.
3151 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3153         * VERSION (PACKAGE_NAME): release 2.5.14
3155 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3157         * lily/main.cc: Add dummy xgettext markers.
3159 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3161         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3162         requirements
3164         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3165         executable is < 40k
3167         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3168         hack.
3170 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3172         * flower/libc-extension.cc:
3173         * flower/include/libc-extension.hh: [Open]BSD simply cast
3174         cookie/funopen declarations.
3176         * stepmake/aclocal.m4: Check for libkpathsea.so.
3178         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3179         dl_kpse_find_file.
3181 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3183         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3184         (open_library): alternative for static library.
3186 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3188         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3190         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3192         Drop run-time dependency on teTeX.
3194         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3196         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3197         KPATHSEA_LIBS in LIBS.
3198         (STEPMAKE_DLOPEN): New function.
3200         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3201         not path.
3203         * flower/file-path.cc (directories): Rename from paths, as this
3204         return an array of directories (a single path).
3206 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3208         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3210         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3211         new ly:kpathsea-find-file
3213         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3215         * kpath-guile/GNUmakefile: new file
3217         * buildscripts/gen-emmentaler-scripts.py (i): generate
3218         emmentaler-X.fontname as well.
3220         * buildscripts/ps-embed-cff.py: new script
3222         * scm/lily-library.scm: remove ps-embed-cff.
3224         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3225         font loading. 
3227         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3228         fontconfig as well.
3230         * lily/font-config.cc (init_fontconfig): add cff/ too.
3232         * ly/generate-embedded-cff.ly: capitalize.
3234         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3235         so as to register the pango font.
3237         * lily/font-config.cc (init_fontconfig): add
3238         prefix/{otf,type1,mf/out} to fontconfig path.
3240         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3241         overrides all. 
3243         * configure.in (gui_b): remove ec mftrace check
3245         * config.hh.in: use lilypond-Major.Minor as data directory.
3247         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3249         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3250         name.
3252 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3254         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3255         error messages.
3257         * flower/libc-extension.cc:
3258         * flower/include/libc-extension.hh: [Open]BSD fixes for
3259         cookie/funopen declarations.
3261 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3263         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3264         emmentaler.
3266         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3267         lcrm10.
3269         * scm/define-markup-commands.scm (fontsize): new markup
3270         command. Also set baseline-skip
3272 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3273         
3274         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3275         use.
3277 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3279         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3281         * lily/pdf.cc: remove PDF related files
3283 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3285         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3286         <hamamatsu@gmx.de>
3288 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3290         * Documentation/user/advanced-notation.itely: first draft
3291         of reorg done.
3293         * Documentation/user/global.itely: fixed (sub)section
3294         bits of MIDI.
3296 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3298         * cygwin/mknetrel (extras): Bufix (Bertalan).
3300         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3301         * Documentation/user/instrument-notation.itely (Introducing chord
3302         names): Compile fix: must have unique name.
3304 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3306         * Documentation/user/instrument-notation.itely: reorg.
3308 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3310         * scm/output-gnome.scm:
3311         * scm/output-svg.scm: Fix font scaling.
3313 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3315         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3316         what link to use best.
3318         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3319         * Documentation/user/tutorial.itely (Automatic and manual beams):
3320         Fix @ref.
3322         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3323         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3324         * scm/framework-gnome.scm (tweak): Use it.
3326 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3328         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3330         * scm/output-ps.scm (white-text): reinstate white-text
3332 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3334         * scm/output-ps.scm (offset-add): Remove.
3336         * scm/lily-library.scm (offset-flip-y): New function.
3337         * scm/framework-gnome.scm (tweak): Use it.
3339         * scm/output-gnome.scm (grob-cause): Add parameter.
3341         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3342         * scm/output-ps.scm (url-link): Move.
3343         (white-text): Warn user about brokenness.
3345         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3346         wrt ghostscript.
3348 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3350         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3351         if body length smaller than measure length.
3353         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3354         for Y.
3356         * ly/titling-init.ly (tagline): put default tagline in \paper
3358 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3360         * lily/kpath.cc: 
3361         * lily/pdf.cc (Pdf_file): Use more generic error messages.
3363         * scm/lily-library.scm (version-not-seen-message): New function.
3364         * ly/init.ly: Use it.
3366         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
3367         breaks as progess.
3369         * scripts/lilypond-book.py (do_process_cmd): Do not lump
3370         whitespace with l10n message.
3372         * scm/framework-tex.scm (convert-to-ps):
3373         (convert-to-dvi): Do not use overly specific l10n messages.
3375         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
3377         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
3378         merge stderr with stdout.  
3380 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3382         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
3383         Neeracher).
3385 2005-02-29  Graham Percival  <gperlist@shaw.ca>
3387         * Documentation/user/instrument-notation.teily: moved
3388         \arpeggio to Basic.
3390         * Documentation/user/advanced-notation.itely: Articulation to
3391         Basic, a bunch of stuff from Basic moved to Advanced.
3393         * Documentation/user/basic.itely: swapped various sections,
3394         reorganized Basic.
3396 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3398         * flower/memory-stream.cc: 
3399         * flower/libc-extension.cc: Remove obsolete #undefs.
3401         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
3402         more carefully.
3404 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3406         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
3407         dependency.
3409         * VERSION (PACKAGE_NAME): release 2.5.13
3411         * GNUmakefile.in (web-ext): don't ship ps.gz
3413         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
3414         stdout
3416 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3418         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
3419         without libintl.  Now it compiles too.
3421 2005-02-28  Graham Percival  <gperlist@shaw.ca>
3423         * Documentation/user/basic-notation.itely,
3424         instument-notation.itely, advanced-notation.itely:
3425         split up contents of notation.itely.
3427         * Documentation/user/notation.itely: file removed.
3429         * Documentation/user/invoking.itely, converters.itely:
3430         moved convert-ly info to invoking.itely.
3432         * Documentation/user/global.itely, changing-defaults.itely,
3433         sound-output.itexi: moved global settings, file layout, and
3434         sound into global.itely.
3436         * Documentation/user/sound-output.itexi: file removed.
3438         * Documentation/user/lilypond.tely: removed links to
3439         notation.itely and sound.itely.
3441 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3443         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
3445         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
3447         * THANKS: add sponsor.
3449         * scm/define-markup-commands.scm (with-url): new markup command.
3451         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
3452         tagline.
3453         
3454         * scm/output-tex.scm (url-link): stub.
3456         * scm/output-ps.scm (url-link): new function.
3458         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
3459         ly:set-point-and-click
3461 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3463         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
3464         based on pdf-viewer setting.
3466         * scm/framework-ps.scm (write-preamble): Find and set preferred
3467         pdf-viewer.
3469 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3471         * Documentation/user/point-and-click.itely: update for PDF point &
3472         click.
3474         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
3475         editors based on EDITOR setting.
3477 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3479         * scm/*: Oops, more grand 2005 replace bits.
3481 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3483         * ps/music-drawing-routines.ps: new routine: insert PDF mark
3485         * scm/output-ps.scm (grob-cause): point & click support for
3486         PostScript
3488 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3490         * lily/input-scheme.cc (LY_DEFINE): rename to
3491         ly:input-file-line-column
3493 2005-02-26  Graham Percival  <gperlist@shaw.ca>
3495         * Documentation/user/examples.itely: small fix from Steve Doonan.
3497         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
3499         * THANKS: added Yuval Harel.
3501         * Documentation/user/{various}: inserted two spaces after a period.
3503         * Documentation/user/lilypond.tely: added framework for reorg.
3505         * Documentation/user/basic-notation.itely, instrument-notation.itely,
3506         advanced-notation.itely, global.itely: new files, placeholder for
3507         future reorg.
3509 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
3511         * Documentation/user/notation.itely: revamped Polyphony section
3512         
3513 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3515         * Documentation/user/lilypond-book.itely (Music fragment options):
3516         doc fontload.
3518         * Documentation/user/changing-defaults.itely (Text encoding): add
3519         fontload option to utf8 include
3521         * scripts/lilypond-book.py (compose_ly): add fontload option
3523         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
3524         force-eps-font-include option.
3526         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
3527         black triangle
3529         * Documentation/user/invoking.itely (Editor support): remove
3530         lilypond-latex section.
3532         * scripts/lilypond-latex.py (Module): remove script.
3534         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
3535         overwrite .log. 
3537         * lily/main.cc: remove -m, --no-layout
3539         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
3540         to define. We don't want to override fprintf everywhere.
3542 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3544         * cygwin/lilypond.hint: 
3545         * cygwin/README.in: Update dependencies.
3547         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
3548         Bugfix: do not pollute CPPFLAGS, LIBS.
3550         * cygwin/mknetrel (extras): Cross compile fixes.
3552         * ttftool/util.c: 
3553         * ttftool/ttfps.c: 
3554         * ttftool/ps.c: #include libc-extension.hh
3556         * flower/include/libc-extension.hh:
3557         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
3558         wrapper using funopen.
3559         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
3560         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
3562         * config.hh.in:
3563         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
3564         (AC_CHECK_HEADERS): Add libio.h
3566         * scripts/convert-ly.py: Uniformize, internationalize.
3567         (2.5.2): Remove fatal encoding rule.
3568         (2.5.13): Handle latin1 encoding gracefully.
3570 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3572         * HACKING: Fix line breaks.
3574 2005-02-23  Werner Lemberg  <wl@gnu.org>
3576         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
3577         contains those two files.
3579 2005-02-21  Werner Lemberg  <wl@gnu.org>
3581         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
3582         to improve overlap removal process.
3584         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
3585         left and right ending.  This ensures better overlapping.
3586         Update all callers.
3587         ("lineprall"): Don't use draw_gridline to get better overlapping.
3589 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3591         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
3593         * Documentation/topdocs/NEWS.tely (Top): oops.
3595 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
3597         * HACKING: new file.
3599         * input/regression/utf8.ly (portuguese): added a portuguese example
3600         to show latin1 accents.
3602 2005-02-21  Pal Benko  <benkop@freestart.hu>
3604         * lily/mensural-ligature-engraver.cc:
3605         * lily/mensural-ligature.cc:
3606         * lily/include/mensural-ligature.hh: new algorithm implemented
3608         * scm/define-grob-properties.scm: join-left killed (add-join may
3609         be used); join-left-amount changed to join-right-amount
3611 2005-02-21  Graham Percival  <gperlist@shaw.ca>
3613         * Documentation/user/notation.itely: small but urgent fix.
3615 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
3617         * lily/duration-scheme.cc: bugfix: correct parameters to
3618         SCM_ASSERT_TYPE.
3620         * THANKS: added Pal.
3622         * Documentation/user/notation.itely: bugfix: unTeXified
3623         $\\backslash$.  Bugfix: yet another glyph renaming victim:
3624         "timesig.*x/y" -> "timesig.*xy".
3626 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3627         
3628         * VERSION (PACKAGE_NAME): release 2.5.12
3630 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3632         * ly/engraver-init.ly: set tieWaitForNote to #t by default
3634         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
3636         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
3638         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
3640 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3642         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
3643         latin1..utf-8.
3645         * input/regression/stanza-number.ly:
3646         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
3648         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
3650 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3652         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
3653         NEWS. Refer to website for older news.  
3655         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
3656         .HTML. This should be done for specific servers only.
3658         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
3659         .ly image examples.
3661         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
3662         in layer 0 too.
3664         * scm/define-context-properties.scm
3665         (all-user-translation-properties): add tieWaitForNote
3667         * scm/define-grobs.scm (all-grob-descriptions): add
3668         Tie_column::before_line_breaking
3670         * lily/tie.cc (get_column_rank): new function
3672         * lily/tie-column.cc (before_line_breaking): new function.
3673         (werner_directions): take into account ties that start on
3674         different columns.  
3676         * lily/score-engraver.cc (set_columns): move add_column() so we
3677         have column rank available.
3679         * lily/tie.cc (get_column_rank): new function.
3681         * input/regression/utf8.ly (japanese): add japanese lyrics.
3683         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
3685         * THANKS: add Steve D
3687         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
3688         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
3690 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
3692         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
3693         to show harmonic notes
3694         * scm/define-markup-commands.scm: in \markup-by-number
3695         "dots-dot" -> "dots.dot" to show dotted notes
3697 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3699         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
3701         * flower/memory-stream.cc (writer): new file.
3703         * configure.in: add endian test.
3705 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
3707         * Documentation/user/examples.itely: small
3708         simplification/beautification
3710         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
3711         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
3712         notation manual.
3714         * lily/mensural-ligature.cc: bugfix: another few victims of the
3715         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3717         * ly/gregorian-init.ly: commit some experimental code for hi-level
3718         ligature input language lying around here for several months.
3720         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
3721         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3723         * lily/vaticana-ligature-engraver.cc: bugfix: another few
3724         "x-y-z"->"x.y.s-z" fixes.
3726 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3728         * scm/framework-pdf.scm (scm): new file
3730         * lily/include/pdf.hh (class Pdf_file): new file.
3732         * lily/pdf.cc (write_trailer): new file.
3734 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
3736         * input/regression/color.ly: new file
3738         * lily/stencil.cc (interpret_stencil_expression):
3739         when a color expression is encountered: save current color,
3740         process the rest of the expression, and restore previous color.
3742         * lily/system.cc (get_line): check all grobs for color property and
3743         prepare the stencil scheme expressions for further processing.
3744         Fix layer-loop.
3746         * scm/define-grob-properties.scm: introduce the color property.
3748         * scm/output-lib.scm: color helper functions.
3750         * scm/output-ps.scm: introduce setcolor/resetcolor.
3752 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3754         * ly/*.ly, input/regression/*.ly: Added missing \version
3755         statements in some files.
3757 2005-02-15  Graham Percival  <gperlist@shaw.ca>
3759         * Documentation/user/notation.itely: minor editing.
3761         * Documentation/user/converters.itely: updated convert-ly bugs.
3763         * Documentation/user/lilypond-book.itely: add info about using
3764         feta characters in latex.
3766 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3768         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
3770 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3772         * scm/define-grob-properties.scm (all-user-grob-properties):
3773         removed 'dashed property.
3775 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3777         * scm/lily.scm (define-safe-public): new macro for defining
3778         variables that can be used in --safe mode. Use it in *.scm
3779         instead of manually setting safe-objects in safe-lily.scm.
3781 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3782         
3783         * lily/slur.cc: Slur-dash patch by Bertalan.
3785         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
3787         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
3789 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3791         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
3793 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3795         * mf/GNUmakefile: teTeX-3.0 install fix.
3797         * Cygwin patch from Bertalan.
3799         * stepmake/stepmake/metafont-rules.make: Remove bashism.
3801 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3803         * GNUmakefile.in: 
3804         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
3806         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
3807         2.0.x compatibility.
3809 2005-02-08  Werner Lemberg  <wl@gnu.org>
3811         * mf/feta-din-code.mf: Format; clean up code.
3812         Replace `---' with `--' plus explicit path directions.
3813         (linethickness#, stafflinethickness#): Remove.
3814         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
3815         ("dynamic s"): Improve shape.
3816         ("dynamic p"): Improve shape.
3817         Replace `draw' with better outline approximation.
3818         ("dynamic r"): Improve shape.
3819         Don't call `fill' and `draw' at the same time.
3821 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3823         * SConstruct (symlink):
3824         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
3825         build fix: add enc symlink.
3827         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
3829         Support for DESTDIR besides prefix=/foo
3831         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
3833         * stepmake/stepmake/*.make:
3834         * */GNUmakefile:
3835         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
3837         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
3839         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
3840         mawk in fontforge (date) test.
3842 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3844         * scm/font.scm (make-century-schoolbook-tree): add NCS as
3845         font-family=roman. Add Luxi Sans as sans
3847 2005-02-07  Graham Percival  <gperlist@shaw.ca>
3849         * Documentation/user/notation.itely: add warning about
3850         percent repeats and Voice contexts.
3852         * Documentation/user/lilypond-book.itely: clarified the
3853         necessity of dvips -u arguments.
3855 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3857         * THANKS: Added a bunch of bug hunters.
3859 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3861         * scm/framework-ps.scm (output-preview-framework): bugfix.
3863         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
3864         o/ for chord modifier..
3866         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
3868         * lily/drum-note-performer.cc:  remove unused (thanks Michael
3869         Welsh Duggan). 
3871 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3873         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
3875         * ly/titling-init.ly: Do not also print intstrument in header on
3876         first page.  Do not print page number on first and only page.
3878 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3880         * input/regression/*.ly: remove old-relative everywhere
3882         * lily/music-sequence.cc (simultaneous_relative_callback): do
3883         what-if analysis on copy, not on original. Fixes old-relative
3884         compatibility.
3886         * scm/backend-library.scm (postscript->png): space before
3887         --verbose.
3888         
3889 2005-02-05  Werner Lemberg  <wl@gnu.org>
3891         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
3892         is defined.
3894         * mf/feta-alphabet.mf: Define `staffsize#'.
3895         Include `feta-params.mf'.
3896         s/staffheight/design_size/.
3898         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
3900         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
3902         * mf/feta-nummer-code.mf: Reformatted.
3903         (draw_six): Use outline intersection to avoid a self-intersecting
3904         path.
3905         ("Numeral comma"): Fix serious outline glitches.  This slightly
3906         changes the glyph shape.
3907         ("Numeral dash"): Use `draw_rounded_block'.
3908         ("Numeral dot"): Use `drawdot'.
3909         ("Numeral 1"): Assure identical tangent directions for the
3910         intersection points of paths.  The glyph shape improvement is only
3911         visible at very high magnifications.
3912         ("Numeral 2"): Use `solve' macro to make the lower right part of
3913         the glyph outline touch the x axis exactly.  This changes the
3914         glyph shape.
3915         Minor fixes for better overlap removal support.
3916         ("Numeral 4"): Make lefter corner `rounder'.
3917         ("Numeral 5"): Assure identical tangent directions for the
3918         intersection points of paths.  This improves the glyph shape at
3919         high magnifications.
3920         ("Numeral 7"): Use `solve' macro to make the upper right part of
3921         the glyph outline touch the metrics box exactly.  This changes the
3922         glyph shape.
3923         Avoid corner in the upper left part of the glyph (causing a minor
3924         shape change).
3926         * mf/feta-ital-*.mf: Removed.  Unused.
3928 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3930         * VERSION (PATCH_LEVEL): release 2.5.11
3932         * input/regression/fill-line-test.ly: new file.
3934         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
3935         emmentaler name, eg. emmentaler-23. 
3937 2005-02-04  Christian Hitz  <chhitz@gmx.net>
3939         * scm/scm/define-markup-commands.scm (fill-line): rework for better
3940         alignment with centered texts
3942         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
3943         list of paddings
3945 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3947         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
3949         * lily/note-column.cc (translate_rests): call flush_extent_cache()
3950         of parents when translating rests. Fixes: c-chord-rest.ly 
3952         * lily/include/dimension-cache.hh (struct Dimension_cache): add
3953         dimension_callback_ member.
3955         * lily/grob.cc (flush_extent_cache): new function. Force recompute
3956         of extents.
3958 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3960         * all but lily/*: The grand 2004/2005 replace.
3962 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3964         * lily/*: add space after ,  
3966         * scm/music-functions.scm (has-request-chord): don't use
3967         ly:music-name anywhere. Fixes <<\\>> notation. 
3969         * scm/define-markup-commands.scm (box): use font-size for
3970         padding. Fixes boxed-rehearsal-marks.ly
3972         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
3973         identifier definition too, so foo = \lyrics { ...   } bar = #1
3974         doesn't complain about "bar" being LYRICS_STRING.
3976         * lily/paper-def.cc (find_pango_font): new routine; Store
3977         pango_fonts in hash tab too. This is necessary for retrieving
3978         Pango_fonts::physical_font_tab() later on.
3980         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
3981         crash if psname is null.
3983         * lily/lily-guile.cc (ly_hash2alist): new function
3985         * Documentation/user/changing-defaults.itely (Text encoding):
3986         rewrite. 
3988         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
3989         -> font_filename mapping.
3991         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
3992         ly_pango_font_physical_fonts
3994         * scm/framework-ps.scm (supplies-or-needs): extract names from
3995         physical Pango_fonts.
3997         * utf8.ly: new file.
3999 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4001         * Documentation/user/changing-defaults.itely (Page layout): add
4002         doco about systemSeparatorMarkup.
4004         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4005         function.
4006         (default-page-make-stencil): insert system separators.
4008         * scm/define-markup-commands.scm (hcenter): add
4009         (beam): add.
4011 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4013         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4015 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4017         * lily/main.cc: Spell backend consistently.  Sort options.
4019 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4021         * scripts/lilypond-book.py (Module): revert @include.
4022         
4023 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4025         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4026         Bugfix: @include .tex (not .texi).  Small cleanups.
4028         * stepmake/bin/add-html-footer.py (i18n): New function.
4030 2005-01-31  Werner Lemberg  <wl@gnu.org>
4032         * mf/feta-nummer.mf: Removed.  Unused.
4034 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4036         * lily/ : 2004 -> 2005 s&r
4038         * scm/file-cache.scm (cached-file-contents): add file. Read each
4039         file only once.
4041         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4042         now default.
4044         * VERSION: release 2.5.10
4045         
4046         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4048         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4050         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4051         that both X and Y extents of bbox are non-nil.
4053 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4055         * scm/chord-name.scm (alteration->text-accidental-markup): change
4056         - to . 
4058         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4060         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4062         * Documentation/user/invoking.itely (Invoking lilypond): add note
4063         about EPS backend.
4065         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4066         files for inclusion in lilypond-book document.
4068         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4070         * input/tutorial/lbook-texi-test.texi: new file.
4072         * scm/safe-lily.scm (safe-objects): add
4073         {begin,end}-of-line-(in)?visible as safe.
4075 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4077         * Documentation/user/changing-defaults.itely: fixed example
4078         of (dynamics).
4080 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4082         * lily/main.cc: fix info about -o=FILE.
4084 2005-01-29  Werner Lemberg  <wl@gnu.org>
4086         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4087         construction to assure smooth transition from straight to curved
4088         lines.
4090 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4092         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4093         stencils.
4095         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4096         translate to top of page. Fixes alignment problems of
4097         lilypond-generated EPS files.
4099 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4101         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4102         crescendo-end as well, since Decrescendo maybe ended with Stop
4103         Crescendo.). Fixes: partcombine-diminuendo.ly
4105         * scm/script.scm (default-script-alist): swap portato symbols.
4107         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4109         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4110         ly:outputter-port. New function.
4112         * scm/framework-ps.scm (output-classic-framework): dump a
4113         -systems.texi too
4114         (output-classic-framework): dump multiple systems on an "infinite"
4115         page EPS including fonts. 
4117         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4118         .eps files for both texi and tex formats. Use PNG coming from
4119         lilypond.
4120         
4121 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4123         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4125         * scripts/lilypond-latex.py: fix info about -o=FILE.
4127 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4129         * ly/generate-embedded-cff.ly: write .cff.ps files.
4131         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4133         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4134         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4136 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4138         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4140 2005-01-28  Werner Lemberg  <wl@gnu.org>
4142         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4143         macros.
4144         (draw_bulb): Improved.
4146         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4147         metapost bug.
4148         (draw_pedal_P): Use soft_end_penstroke.
4149         (draw_pedal_d): Use soft_start_penstroke.
4151         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4152         path.
4153         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4154         doesn't change the glyph shape.
4156         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4157         changing the shape) to avoid fontforge warnings.
4159         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4160         soft_end_penstroke and fix glyph shape.
4162 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4164         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4166 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4168         * scm/define-markup-commands.scm (line): filter out empty stencils
4169         from line command.
4171         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4172         amount.
4174 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4176         * Documentation/user/notation.itely: added info about what
4177         \voiceFoo does.  Also rewrote warning about marks at
4178         a line break.
4180         * Documentation/user/changing-defaults.itely: added info
4181         about putting dynamics in parenthesis and brackets.
4183 2005-01-27  Werner Lemberg  <wl@gnu.org>
4185         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4187 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4189         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4190         portato-direction.ly
4192         * lily/beam.cc (consider_auto_knees): add beam height to
4193         threshold. Fixes: knee-multiple-beam.ly
4195         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4196         pedal line spanners. Fixes: instrument-center-pedal.ly
4198         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4199         if encountering barline. Fixes: auto-beam-repeat.ly
4201 2005-01-26  Werner Lemberg  <wl@gnu.org>
4203         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4204         overlapping.
4206         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4207         with inflections for the 1/2 sharp glyph.
4209         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4210         connection between `t' and `r'.
4211         Unify bulb with the rest of `r' to avoid grazing outlines which
4212         confuses the overlap removal algorithm of fontforge.
4214         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4215         inflections.
4216         (draw_cross): Fix shape to have uniform thickness in corners.
4218         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4219         to avoid an uneven number of self-intersections; this confuses
4220         fontforge.
4221         Fix a slight bug in the shape at left bottom (which is visible only
4222         at high magnifications).
4223         `Center' the stem horizontally to avoid overlapping.
4225 2005-01-24  Werner Lemberg  <wl@gnu.org>
4227         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4228         to `asis'.
4229         (fet_begingroup): Save group name in string `feta_group'.
4230         (fet_endgroup): Updated.
4231         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4233         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4235         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4236         in metapost.
4238 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4240         * Documentation/user/notation.itely: really minor editing.
4242 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4244         * Documentation/user/examples.itely: minor editing.
4246         * Documentation/user/changing-defaults.itely: minor editing.
4248         * Documentation/user/notation.itely: clarified info on polyphony
4249         and \addlyrics.
4251 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4253         * scm/output-gnome.scm: 
4254         * scm/output-svg.scm:
4255         * scm/lily-library.scm (font-name-style): Update font name
4256         kludging for fontconfig use.
4258 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4260         * scm/define-markup-commands.scm: Document right-align and
4261         larger markup commands. Remove "TODO" from the topmost comment
4262         "each markup function should have a doc string." More consistent
4263         use of new-lines.
4265 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4267         * Documentation/user/changing-defaults: removed info about
4268         copyright symbol, since it's likely to change soon.
4269         Added info about betweensystemspace.
4271         * Documentation/user/notation.itely: minor fixes.
4273         * Documentation/user/lilypond.tely,
4274         Documentation/user/music-glossary.tely: changed copyright
4275         date to 2005 instead of 2004.
4277         * input/test/volta-chord-names.ly: added old example back.
4279 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4281         * mf/feta-beugel.mf: use design size 20 (not 15).
4283         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4284         change name to aybabtu completely
4286 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4288         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4289         design_size to fontname
4291 2005-01-19  Werner Lemberg  <wl@gnu.org>
4293         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4294         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4296         * mf/feta-autometric.mf (set_char_box): Add code which emits
4297         specials for mf2pt1 if run with metapost.
4298         (to_bp): New macro for mf2pt1.
4300 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4302         * Documentation/user/changing-defaults: added info on
4303         creating a copyright symbol.
4305 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4307         * VERSION: release 2.5.9
4308         
4309 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4311         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4313         * Documentation/user/notation.itely: Document
4314         score-override-auto-beam-setting Fix documentation for
4315         revert-auto-beam-setting.
4317 2005-01-18  Werner Lemberg  <wl@gnu.org>
4319         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4320         (procset): New function to define a procset resource.
4321         (ps-embed-pfa): New function to define a font resource.
4322         (setup): New function to define a `Setup' environment.
4323         (preamble): Use new functions.
4325         * ps/lilypond.defs (init-lilypond-parameters): New function to
4326         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4328 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4330         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4332 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4334         * scm/define-markup-commands.scm: Change number->markletter-string
4335         to take two arguments (vector number). Add number->mark-alphabet-vector
4336         and markalphabet markup command.
4338         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4339         format-mark-alphabet, format-mark-box-barnumbers and
4340         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4342 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4344         * Documentation/user/examples.itely: add SATB automatic piano
4345         reduction template.
4347         * Documentation/user/notation.itely: added info about changing
4348         partcombine texts.  Also adds examples of alternate lyrics.
4350         * Documentation/user/changing-defaults.itely: added warning
4351         about \RemoveEmptyStaffContext overriding previous changes.
4353 2005-01-17  Werner Lemberg  <wl@gnu.org>
4355         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4356         feta-alphabet*.
4358 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4360         * python/lilylib.py (make_ps_images): don't do final showpage for
4361         multi-page documents.
4362         
4363         * VERSION (MY_PATCH_LEVEL): release 2.5.8
4365 2005-01-16  Graham Percival  <gperlist@shaw.ca>
4367         * Documentation/user/lilypond.tely: changed order of appendices;
4368         unified index should be last.
4370         * Documentation/user/notation.itely: add example of key signatures
4371         and info about Staff.printKeyCancellation.
4373 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4375         * lily/include/repeated-music.hh (class Repeated_music): change
4376         into "namespace" class.
4378         * lily/event.cc: remove Key_change_event.
4380         * lily/include/transposed-music.hh (class Transposed_music): remove.
4382         * lily/transposed-music.cc: remove
4384         * lily/include/relative-music.hh: remove.
4386         * lily/include/music-sequence.hh (struct Music_sequence): change
4387         into "namespace" class.
4389         * lily/untransposable-music.cc (Module): remove
4391         * lily/include/un-relativable-music.hh (Module): remove
4393         * lily/include/untransposable-music.hh (Module): remove
4395         * lily/include/music-list.hh (Module): remove file
4397         * lily/un-relativable-music.cc: remove file.
4399 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4401         * lily/parser.yy: Compile fix.
4403 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4405         * lily/include/music.hh (class Music): unvirtualize transpose().
4407         * lily/sequential-music.cc: remove file.
4409         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
4411         * lily/slur-scoring.cc (get_best_curve): only switch on
4412         DEBUG_SLUR_SCORING for non NDEBUG builds.
4414         * lily/include/music.hh (class Music): replace Music::start_mom()
4415         by start-callback property
4417         * lily/include/grace-music.hh: remove file. 
4419         * lily/stem.cc (height): robustness fix.
4421         * lily/time-scaled-music.cc: remove file.
4423         * lily/include/music.hh (class Music): include SCM init argument.
4424         (class Music): replace Music::get_length() virtual by
4425         length-callback property everywhere.
4427         * scripts/convert-ly.py (conv): add  # to \property scalar value.
4429         * mf/GNUmakefile: don't install *list.ly
4431 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4433         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
4435 2005-01-12  Werner Lemberg  <wl@gnu.org>
4437         This patch addresses the following problems in the feta sources
4438         files which contribute to the fetaXX fonts.
4440         . Many fixes for rasterization at low resolutions (consistent use of
4441           `vround' and `hround', integer shift values for paths, applying
4442           `eps' for mirrored paths, use of `define_whole_pixels' and
4443           friends, etc.) -- while this probably looks like a waste of time
4444           it has revealed deficiencies in some glyph shapes.  See comment at
4445           the end of feta-params.mf how vertical symmetry is achieved.
4447         . The `---' operator has been replaced everywhere with `--'; this
4448           both improves and considerably reduces the font size after
4449           conversion with mf2pt1.
4451         These change aren't explicitly mentioned below since virtually all
4452         glyphs are affected.
4454         Other notable differences:
4456         . Glyphs from feta-accordion.mf now have charboxes around the
4457           outline.
4459         . Fixed incorrect charbox for `accDot'.
4461         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
4463         . Fixed position of the bow in the `upprall' glyph and its siblings.
4465         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
4466           dependent on the staff line thickness to avoid touching the middle
4467           staff line at smaller sizes.
4469         . Largely extended output for feta-testXX: Where useful, glyphs
4470         are shown both between and on staff lines.
4473         * mf/feta-params.mf (staff_space_rounded,
4474         stafflinethickness_rounded, linethickness_rounded,
4475         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
4476         Update all code which uses them where appropriate.
4477         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
4478         New variables used to control rasterization at low resolutions.  Set
4479         to zert if feta code is processed with metapost.
4481         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
4482         (draw_rounded_block, draw_square_block): Updated to use `--' only.
4483         (flare_path): Updated.
4484         Make it work with `filldraw' (but only circular pens).
4485         (hfloor, vfloor, hceiling, vceiling): New macros.
4487         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
4488         Use `draw' again in mf mode to have good pixel dropout control.
4489         Fix intersection points of horizontal lines with circle.
4490         ("accDot"): Fix parameters for set_char_box.
4491         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
4492         control.
4494         * mf/feta-banier.mf: Updated.
4496         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
4497         testing.
4498         (undraw_inside_ellipse): Remove `center' argument.  Update all
4499         callers.
4500         (draw_brevis): New macro, called by "Brevis notehead".
4501         (draw_whole_triangle_head): New macro, called by "Whole
4502         trianglehead".
4503         (draw_small_triangle_head): Use `filldraw'.
4505         * mf/feta-eindelijk.mf: Remove useless global group.
4506         Updated.
4508         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
4509         `filldraw'.
4511         * mf/feta-pendaal.mf: Updated.
4513         * mf/feta-puntje.mf: Updated.
4515         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
4516         less points.
4517         ("Flageolet"): Use `draw' again in mf mode to have good pixel
4518         dropout control.
4519         ("Varied Coda"): Use `draw_block'.
4520         (draw_comma): Fix typo.
4521         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
4522         pixel dropout control.
4524         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
4525         position of bow.
4527         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
4528         sizes.
4530         * mf/feta-toevallig.mf (remember_pic): New variable, used for
4531         testing.
4532         (draw_meta_sharp): Much simplified.
4533         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
4535         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
4537 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4539         * Documentation/user/notation.itely (Ancient rests): Fix typo
4540         (thanks Anthony)
4542 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4544         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
4546         * lily/main.cc (setup_paths): Add cff.
4548         * mf/GNUmakefile (foe): Include actual target %.cff.
4549         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
4551 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4553         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
4554         suffix for main_input_b_.
4556         * scm/music-functions.scm (toplevel-music-functions):
4557         precompute music lengths for music expressions.  
4559 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4561         * lily/include/input.hh (class Input): new `end_' slot for end of
4562         input. Renamed defined_str0_ to start_.
4564         * lily/input.cc (Input): Add Input::Input (Input const &) and
4565         remove Input::Input (Source_file*, char const *). Use the new
4566         slots.
4567         (set_location): method used by bison to propagate input
4568         locations (YYLLOC_DEFAULT).
4569         (end_line_number, end_column_number, step_forward): new methods
4570         
4571         * lily/input-scheme.cc (ly:input-both-locations): new function,
4572         similar to ly:input-location, but also return the end line and
4573         column.
4575         * lily/include/includable-lexer.hh: 
4576         * lily/includable-lexer.cc: 
4577         * lily/include/lily-lexer.hh (class Lily_lexer): 
4578         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
4579         Includable_lexer to Lily_lexer, in order to update lexloc (the
4580         yylloc), a new slot of Lily_lexer.
4581         (here_input, LexerError): simplify by using the lexloc slot (aka
4582         yylloc)
4584         * lily/lexer.ll: #define yylloc to use input locations (it may
4585         be useless here?). Fixed the #embedded_scm rule (step the location
4586         forward in order to skip the sharp sign before parsing the scheme
4587         expression)
4589         * lily/include/lily-parser.hh (class Lily_parser): 
4590         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
4591         here_input()
4592         (parser_error): overload for more precise locations of errors.
4594         * lily/parser.yy (YYLTYPE): set location type to Input
4595         (YYLLOC_DEFAULT): use Input::set_location()
4596         (yylex): add the YYLTYPE* location parameter.
4597         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
4598         Give an Input parameter to THIS->parser-error() for more accurate
4599         messages.
4601 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4603         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
4605         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
4606         on BEAMQUANTING for non-NDEBUG builds.
4608         * lily/stem.cc (head_count): performance: avoid String::String()
4609         inside oft called function.
4611 2005-01-09  Graham Percival  <gperlist@shaw.ca>
4613         * Documentation/user/examles.itely: attempted fix for broken
4614         string quartet template.
4616         * Documentation/user/notation.itely: remove unnecessary broken
4617         link.
4619 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4621         * VERSION (PACKAGE_NAME): release 2.5.7
4623 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4625         * config.make.in (METAFONT): Append -progname=mf, fixes use with
4626         mf-nowin for teTeX-3.0.  Backportme.
4628         * scm/output-svg.scm (utf8-string): New function.
4630         * scm/output-gnome.scm (utf8-string): New function.
4631         (otf-name-mangling): Remove.
4633         * lily/pango-font.cc (Pango_font): Use font string iso font
4634         filename for utf8-text.
4636         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
4637         name.
4639 2005-01-08  Graham Percival  <gperlist@shaw.ca>
4641         * Documentation/user/notation.itely: add info about
4642         Staff.extraNatural = ##f in Pitches section.  Also
4643         fixed some minor issues in the Vocal music section.
4645 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4647         * scm/output-ps.scm (white-text): comment out Helvetica font,
4648         which is broken for my GS install.
4650         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
4651         which provides a tighter bbox.
4653         * scm/define-grobs.scm (all-grob-descriptions): remove all
4654         extra-offsets from definitions.
4656 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
4658         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
4659         add tuning for 4-string bass and some common 4/5-string banjo
4660         tunings.  New function (four-string-banjo) turns a 5-string tuning
4661         into a 4-string tuning.  New function
4662         (fret-number-tablature-format-banjo) computes correct fret numbers
4663         on 5-string banjos.
4665         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
4666         Add beam correction to TabVoice.
4668         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
4669         using bold font; makes tabs more readable.
4671 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4673         * lily/font-select.cc (get_font_by_design_size): don't make
4674         Modified_font_metric; this causes trouble, since we don't know the
4675         font magnification from inside Pango_font::text_stencil()
4677         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
4679         * Documentation/user/notation.itely (The Lyrics context): comment out
4680         broken {Small ensembles} link.
4682         * scm/framework-svg.scm (output-framework): change calling convention.
4684         * lily/object-key-dumper-scheme.cc: new file.
4686         * lily/object-key-undumper-scheme.cc: new file.
4688         * lily/tweak-registration-scheme.cc: new file.
4690         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
4692         * Documentation/user/examples.itely (String quartet): uncomment
4693         broken example.
4695         * lily/font-config.cc: new file.
4697 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4699         * scm/output-svg.scm: 
4700         * scm/output-gnome.scm: s/bigcheese/emmentaler.
4702         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
4704 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4706         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
4707         Add headers.
4709         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
4711 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4713         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
4715         * lily/include/main.hh: lose _b hungarian suffixes for global
4716         variables.
4718         * lily/include/lily-guile-macros.hh: new file.
4720         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
4722         * lily/general-scheme.cc: new file. 
4724         * lily/font-select.cc (get_font_by_design_size): retrieve
4725         PangoFont for (designsize . "pango-descr") entries.
4727         * lily/lily-parser-scheme.cc: new file.
4729         * lily/output-def-scheme.cc: new file.
4731         * lily/paper-book-scheme.cc: new file.
4733         * lily/duration-scheme.cc (LY_DEFINE): new file.
4735         * lily/pitch-scheme.cc:  new file.
4737         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
4739 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4741         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
4743 2005-01-06  Graham Percival  <gperlist@shaw.ca>
4745         * Documentation/user/notation.itely: minor editing.
4747         * Documentation/user/changing-defaults: minor editing.
4749         * Documentation/user/examples.itely: add template for
4750         string quartet part extraction; demonstrates tag.
4752 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
4754         * Documentation/user/notation.itely: documents
4755         format-mark-box-letters and format-mark-box-numbers
4757         * scm/define-context-properties.scm: change comment.
4759 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4761         * scm/framework-ps.scm (output-classic-framework): new function:
4762         dump systems as separate .eps files (without fonts) and write a
4763         single collecting .tex file.
4765 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4767         * Documentation/user/notation.itely (Setting simple songs):
4768         Correct several errors in the equivalent formulation of
4769         \addlyrics. 
4770         (The Lyrics context): Corrected link to the SATB example.
4772 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4774         * scm/lily.scm (completize-formats): new function
4775         (postprocess-output): new function
4777         * lily/paper-book.cc (classic_output): change calling
4778         convention. Give basename as first argument. 
4779         remove Paper_book::post_processing().
4781         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
4783 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4785         * lily/paper-outputter.cc (LY_DEFINE): new function
4786         ly:outputter-close.
4788         * lily/main.cc: change --format,-f to --backend,-b
4790         * lily/include/main.hh: rename format to backend.
4792         * scm/translation-functions.scm (format-mark-box-numbers): add.
4793         patch by Erlend Aasland
4795 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4797         * lily/pango-font.cc (text_stencil): dump string as
4798         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
4800 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4802         * configure.in (gui_b): Remove handy developer-only
4803         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
4804         CVS source installations (but break other non-default but correct
4805         PKG_CONFIG_PATH setups), as this is no longer developer-only.
4807         * SConstruct: 
4808         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
4809         compatibility (backportme).
4811         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
4813 2005-01-03  Werner Lemberg  <wl@gnu.org>
4815         Prepare glyph shapes for mf2pt1 conversion.
4817         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
4818         (accDiscant, accFreebase, accStdbase): Replace `draw' with
4819         `penstroke'.
4820         (accDot): Use `drawdot'.
4821         (accBayanbase): Replace `draw' with `draw_gridline'.
4822         (print_penpos): Moved to feta-macros.mf.
4823         (accOldEE): Replace `filldraw' with `penstroke'.
4824         Replace `draw' with `penstroke' and `drawdot'.
4826         * mf/feta-banier.mf: Code clean-up.
4827         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
4828         `fill'.
4830         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
4832         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
4833         paremeter to control drawing of labels.  Update all callers.
4835         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
4836         (new_bulb): Return a bulb as a single path.  To do that, it now
4837         takes some more parameters.  Updated all callers.
4838         (draw_gclef): Major clean-up.  `draw' has been replaced with
4839         `penstroke', unnecessary outlines have been removed.
4840         Remove (unused) gnome-canvas code.
4842         * mf/feta-macros.mf (print_penpos): New macro (from
4843         feta-accordion.mf).
4844         Other minor fixes.
4846         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
4847         ("Pedal dot"): Use `drawdot'.
4848         (draw_pedal_P): Add parameter to control drawing of labels.  Update
4849         all callers.
4850         Fix shape at top.
4851         (draw_pedal_e): Add parameter to control drawing of labels.  Update
4852         all callers.
4853         (draw_pedal_d): Add parameter to control drawing of labels.  Update
4854         all callers.
4855         Revert drawing direction.
4857         * mf/feta-schrift.mf (draw_fermata): Use single path.
4858         (draw_short_fermata): Replace `filldraw' with `fill'.
4859         (draw_long_fermata, draw_very_long_fermata): Replace calls to
4860         `draw_rounded_block' with a single path.
4861         ("Thumb"): Draw full circle instead of mirroring segments.
4862         (draw_accent): New macro.
4863         ("> accent", "espr"): Use it.
4864         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
4865         ("open (unstopped)"): Draw full circle instead of mirroring
4866         segments.
4867         (draw_vee): Removed.
4868         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
4869         ("Downbow"): Replace calls to `draw_rounded_block' with a single
4870         path.
4871         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
4872         partial pieces drawn with `fill' -- these do still overlap with the
4873         stem of the `t' but just once, not multiple times so that fontforge
4874         can handle it gracefully.
4875         Change other parts of the glyph so that fontforge's overlapping
4876         algorithm reliably works.
4877         (draw_heel): Replace `draw' with `fill'.
4878         (draw_toe): Use `draw_accent' instead of `draw_vee'.
4879         ("Flageolet"): Replace `draw' with `penstroke'.
4880         ("Segno"): Replace `filldraw' with `penstroke'.
4881         Replace `draw' with `drawdot'.
4882         ("Coda"): Replace `fill' with `penstroke', using a single path.
4883         ("Varied Coda"): Use less overlapping paths.
4884         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
4885         single path.
4887         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
4888         group to better control the `labels' command.
4889         Rename argument to `offset' and use it actually.  Update all
4890         callers.
4891         Replace `filldraw' with `fill'.
4892         ("mordent", "prallmordent", "upmordent", "downmordent",
4893         "lineprall"): Replace `draw' with `draw_gridline'.
4894         ("upprall", "downprall"): Replace `draw' with `fill'.
4896         * mf/feta-timesig.mf: Formatting.
4898         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
4899         to...
4900         ("Flat"): Here.
4901         (draw_paren): Move code to draw labels to...
4902         ("Right Parenthesis"): Here.
4904 2005-01-02  Graham Percival <gperlist@shaw.ca>
4906         * Documentation/user/notation.itely: add example of \setTextDecresc
4907         and \setTextDim.
4909 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
4911         * scm/define-markup-commands.scm :  fix glyph-strings of
4912         accidentals and \note-by-number
4914 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4916         * VERSION: 2.5.6 released.
4917         
4918         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
4920         * input/regression/new-markup-scheme.ly: oops. font-family=music
4921         -> font-encoding fetaMusic.  
4923         * lily/main.cc: put default to PS.
4925         * lily/tfm.cc: idem.
4927         * lily/afm.cc: idem.
4929         * lily/include/modified-font-metric.hh (struct
4930         Modified_font_metric): remove coding_scheme() method.
4932         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
4934         * scripts/convert-ly.py (conv): crash on encountering \encoding.
4936         * input/les-nereides.ly: convert to utf8
4938         * lily/modified-font-metric.cc (text_dimension): idem.
4940         * lily/parser.yy (TODO): idem.
4942         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
4944         * lily/lexer.ll: remove encoding
4946         * scm/framework-ps.scm (output-variables): separately scale the
4947         page to mm 
4949         * lily/pango-font.cc (Pango_font): fix scaling.
4951         * lily/font-metric.cc (design_size): design_size returns a
4952         dimension now as well.
4954 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4956         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
4957         brace generation. 
4959         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
4961 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4963         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
4964         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
4966 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4968         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
4969         in first run as well.
4971         * scm/paper.scm (layout-set-staff-size): use text-font-size in
4972         dimension less points (ie. 12 = 12 point)
4974         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
4976         * lily/all-font-metrics.cc (find_pango_font): set description_
4978         * lily/pango-font.cc (text_stencil): export size as well.
4979         (text_stencil): fix scaling and extents box.
4981 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4983         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
4985         * Documentation/user/invoking.itely (Invoking lilypond): document
4986         texstr
4988         * scripts/convert-ly.py (conv): add ancient rules.
4990         * scm/clef.scm (c0-pitch-alist): replace - with .
4992         * scripts/lilypond-book.py (process_snippets): add texstr support.
4994         * scm/framework-texstr.scm (header): change extension to .textmetrics
4996         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
4997         -f tex.
4999         * lily/text-metrics.cc: new file.
5000         (try_load_text_metrics): new function
5002         * lily/include/text-metrics.hh: new file.
5004 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5006         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5007         ly_scheme_function to ly_lily_module_constant.
5009         * lily/modified-font-metric.cc (text_dimension): try
5010         lookup_tex_text_dimension() first.
5012         * lily/tfm.cc: new function ly:load-text-dimensions
5014 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5016         * scm/output-texstr.scm (text): use \lilygetmetrics
5018         * scm/framework-texstr.scm (header): dump in new format.
5020         * tex/lilypond-tex-metrics: new file.
5021         
5022 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5024         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5025         mapping.
5026         (index_to_charcode): New method.
5028         * scm/output-ps.scm (glyph-string): 
5029         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5031 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5033         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5034         implement fully, need FONT to get to charcode.
5036         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5038         * scm: Cleanups.
5040         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5041         {Tunable context properties},
5042         {All layout objects},
5043         {Music definitions}.
5045 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5047         * VERSION: release 2.5.5
5048         
5049         * lily/main.cc: use TeX as default output format.
5051         * flower/file-path.cc (find): try to open directly as well, so we
5052         find absolute path files. 
5054         * lily/pango-select.cc: new file.
5056         * scm/framework-ps.scm: remove all encoding code. 
5057         load pfb/pfa for PangoFont too.
5058         
5059         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5061 2004-12-22  Werner Lemberg  <wl@gnu.org>
5063         Prepare glyph shapes for mf2pt1 conversion.
5065         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5067         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5068         (define_triangle_shape): Use it to replace `draw' with `fill' and
5069         `unfill'.  Update all callers.
5070         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5071         (draw_cross): Ditto.
5072         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5073         Use penrazor for better conversion with mf2pt1.
5074         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5075         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5076         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5077         draw_la_head, draw_ti_head): Replace `filldraw' with
5078         `fill'.  Update all callers.
5080 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5082         * lily/paper-book.cc (output): revert: only allow a single output
5083         format.
5085         * lily/include/pango-font.hh: new file.
5087         * lily/pango-font.cc: new file.
5089         * lily/font-metric.cc (text_stencil): new routine
5091         * lily/all-font-metrics.cc (find_pango_font): new routine.
5093         * lily/include/font-metric.hh (struct Font_metric): add
5094         text_stencil()
5096         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5098 2004-12-22  Werner Lemberg  <wl@gnu.org>
5100         Prepare glyph shapes for mf2pt1 conversion.
5102         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5104         * mf/feta-toevallig.mf: Formatting.
5105         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5106         ("Natural"): Fix paths to allow better postprocessing.
5107         (draw_meta_flat): Use `z3l' as additional point in path to get
5108         better conversion with mf2pt1.
5109         Other minor cleanups.
5110         ("3/4 Flat"): Add auxiliary points and modify path to replace
5111         `draw' with `fill'.
5112         ("Double Sharp"): Mirror path segments instead of picture elements
5113         to get a single outline.
5114         Modify path to replace `filldraw' with `fill'.
5116 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5118         * input/test/unfold-all-repeats.ly: added file back.
5120         * Documentation/user/notation.itely,
5121         Documentation/user/programming-interface.itely
5122         Documentation/user/changing-defaults.itely: fixed misc broken
5123         links to input/test/ files.
5125 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5127         * tex/texinfo.tex: Update.  We should not be distributing this,
5128         but since we do, use latest version.
5130         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5131         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5132         macros for feta glyphs.
5134 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5136         * Documentation/user/changing-defaults.itely: fix index for set.
5138         * Documentation/user/converters.itely: added convert-ly bugs list
5139         from CVS.
5141 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5143         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5144         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5145         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5146         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5148         * mf/GNUmakefile (pfa_warning): Use less broken check.
5150         * python/lilylib.py (setup_environment): Remove cruft from
5151         GS_FONTPATH.
5153         * configure.in: Bump mftrace requirement to 1.1.1.
5155 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5157         * scm/output-svg.scm (beam): Use polygon.
5159         * scm/lily-library.scm: Bugfix.
5161         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5163         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5165 2004-12-19  Werner Lemberg  <wl@gnu.org>
5167         Prepare glyph shapes for mf2pt1 conversion.
5169         * mf/feta-eindelijk: Some formatting.
5170         (multi_rest_x, multi_beam_height): Removed.  Unused.
5171         ("Quarter rest"): Use `intersectiontimes' to create a single
5172         outline.
5173         (rest_crook): Removed.  Unused.
5174         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5175         Simplified.
5176         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5177         "128th rest"): Simplify `pat'.
5178         Create single outline.
5180 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5182         * mf/GNUmakefile (ALL_GEN_FILES):
5183         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5185         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5186         function.
5188 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5190         * scm/output-texstr.scm (placebox): add routine
5192         * VERSION (PACKAGE_NAME): release 2.5.4
5194         * scm/framework-texstr.scm (output-framework): new file.  
5196         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5197         processing.
5199         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5201         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5202         rule.
5204         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5206         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5208         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5210 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5212         * scm/framework-svg.scm (dump-page): Implement landscape.
5214 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5216         * lily/main.cc (setup_paths): Add svg to search path.
5218         * scm/output-svg.scm:
5219         * scm/framework-svg.scm: Add pageSet.  Update.
5220         (dump-fonts): New function.
5221         (output-framework): Use it.
5223         * mf/GNUmakefile: 
5224         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5226 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5228         * tex/lilyponddefs.tex: comment out new ifpdf code.
5230 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5232         * GNUmakefile.in: 
5233         * SConstruct (symlink): Replace afm by otf.
5235         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5236         ly:pango-add-afm-decoder.
5238         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5240 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5242         * scm/output-ps.scm (new-text): don't access t glyph for getting
5243         space dimension.
5245         * ly/init.ly: warn about \version
5247         * lily/lexer.ll: set version-seen?
5249 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5251         * scm/output-svg.scm (string->entities): Update.
5253 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5255         * lily/main.cc (setup_paths): replace afm by otf for path. 
5257         * lily/pangofc-afm-decoder.cc: remove.
5259         * lily/include/pangofc-afm-decoder.hh: remove.
5261         * scm/framework-scm.scm (output-framework): new file.
5263         * mf/GNUmakefile: remove SAUTER_FONTS.
5264         remove SVG/sodipodi hacks.
5266         * scm/lily-library.scm (stderr): move stderr.
5268         * mf/GNUmakefile: remove AFM support.
5270         * buildscripts/mf-to-table.py (base): remove AFM support.
5272         * lily/open-type-font.cc (design_size): use design_size
5274 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5276         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5278 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5280         * mf/GNUmakefile: Generate combined aybabtu info.
5281         * mf/aybabtu.pe.in (i): Load it.
5283         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5284         are not symbols.
5286         * lily/include/open-type-font.hh (count): New method.
5288         * mf/aybabtu.pe.in: Typo.
5290         * Documentation/user/out/lilypond-internals.nexi (Scheme
5291         functions): Typo.
5293         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5295 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5297         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5298         subfonts.
5300         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5302         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5303         (tex-font-command-raw): new function.
5305         * lily/include/virtual-font-metric.hh (Module): remove file
5307         * lily/virtual-font-metric.cc (Module): remove file.
5308         
5310         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5311         (get_indexed_char): read bbox from lily table if present.
5313 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5315         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5316         aybabtu.subfonts
5318         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5319         global glyphname. Enables more than 64 glyphs in the OTF.
5321 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5323         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5324         braces.
5326         * lily/open-type-font.cc (design_size): Use 12 as default for
5327         design size.
5329         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5331         * mf/GNUmakefile: Generate aybabtu.
5333         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5335 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5337         * scm/lily-library.scm (char->unicode-index): Remove.
5339         * scm/output-gnome.scm (text): Bugfix for plain string input.
5340         Updates.
5342         * scm/output-svg.scm (svg-font): Add weight to font selection.
5344 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5346         * Documentation/topdocs/INSTALL.texi (Top): Point to
5347         buildscripts/out/clean-fonts instead of
5348         buildscripts/clean-fonts.sh. 
5350 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5352         * input/regression/figured-bass.ly: attempt to clarify text.
5354         * Documentation/user/notation.tely: add cindex for tag, attempt to
5355         add figured bass example.
5357         * Documentation/user/changing-defaults: basic editing.
5359 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5361         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
5363         * lily/open-type-font.cc (LY_DEFINE): new function
5364         ly:font-sub-fonts
5366         * lily/include/font-metric.hh (struct Font_metric): new method
5367         sub_fonts()
5369         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
5370         . with - in add.stem.
5371         
5372 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5374         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
5375         and fetaDynamic.
5377         * lily/rest.cc (glyph_name): Change - to . .
5379         * scm/output-gnome.scm (text): Hello world, again.
5381         * scm/output-svg.scm (named-glyph): New function.  Hello world!
5383         * lily/modified-font-metric.cc (index_to_charcode): New method.
5385         * lily/include/font-metric.hh (index_to_charcode): New function.
5387         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
5388         new function.
5389         (ly:font-glyph-to-index): Remove.
5391 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5393         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
5395         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
5397         * lily/open-type-font.cc (load_scheme_table): new function
5399         * lily/dots.cc (print): replace - 
5401         * lily/open-type-font.cc (attachment_point): new function.
5402         (load_table): read LILC table
5404         * buildscripts/gen-bigcheese-scripts.py (Module): new
5405         file. Generate FF scripts.
5407         * mf/feta-din10.mf: idem.
5409         * mf/feta-nummer10.mf: remove mf files.
5411         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
5413 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5415         * lily/lily-guile.cc: Use scm_from_locale_stringn.
5417         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
5418         compatibility.
5420 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5422         * lily/open-type-font.cc (get_indexed_char): scale metrics by
5423         design-size and units_per_EM.
5425         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
5427 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5429         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
5430         does not crash fontforge.
5432         * scm/lily-library.scm (char->unicode-index): Hack to map onto
5433         PUA.
5435 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5437         * scm/framework-ps.scm (ps-embed-cff): new function.
5439         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
5441 2004-12-12  Werner Lemberg  <wl@gnu.org>
5443         * mf/bigcheese.pe.in: Add PUA mapping.
5444         Don't create Type 42 but bare CFF font.
5446 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5448         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
5449         within canvas boundaries.
5451         * mf/merge.pe.in: Set font names, version, license GPL.
5453         * make/substitute.make: Add FONTFORGE.
5455         * config.make.in (FONTFORGE): Add.
5457         * configure.in (gui_b): Use PATH_PROG for fontforge.
5459 2004-12-11  Graham Percival  <gperlist@shaw.ca>
5461         * scm/define-markup-commands.scm: add baseline-skip to info
5462         about \column.
5464 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5466         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
5468         * scm/output-gnome.scm (named-glyph): Use it.
5470         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
5472         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
5473         (upper_string, lower_string, reverse_string): Remove.
5475         * configure.in (fontforge): Reinstate version check.
5477         * ly/engraver-init.ly: Fix clef glyph names.
5479         * lily/time-signature.cc (special_time_signature): Fix fraction
5480         glyph names.
5482 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5484         * mf/merge.pe: new file.
5486         * lily/freetype.cc: new file.
5488         * lily/include/open-type-font.hh (class Open_type_font): new file.
5490         * lily/include/freetype.hh: new file.
5492         * lily/open-type-font.cc: new file.
5494         * lily/all-font-metrics.cc (find_otf): new function.
5496 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5498         * lily/time-signature.cc (special_time_signature): Fix.
5500         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
5501         GTK2 before checking for pango.  Fixes -fgnome.
5503         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
5504         Scheme name.
5506         * scm/define-markup-commands.scm:
5507         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
5509         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
5511         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
5512         date versions.  Fixes configure.
5513         (STEPMAKE_CHECK_VERSION): Support optional actual program version
5514         argument.
5516 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5518         * buildscripts/mf-to-table.py (write_ps_encoding): write real
5519         names in .enc
5521         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
5523 2004-12-09  Graham Percival  <gperlist@shaw.ca>
5525         * Documentation/user/changing-defaults.itely: add info about
5526         make-dynamic-script
5528         * Documentation/user/notation.itely: add link in dynamics to
5529         section about make-dynamic-script.
5531 2004-12-09  Christian hitz  <chhitz@gmx.net>
5533         * lily/lily-guile.cc: change MACOS_X to __APPLE__
5535 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5537         * buildscripts/mf-to-table.py (parse_logfile): use . for
5538         concatting name and group.
5539         (parse_logfile): use M for Minus (negative.)
5541         * lily/include/type-swallow-translator.hh
5542         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
5544         * lily/*.cc: cosmetics around = sign.
5546         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
5547         lyric spacing on the penultimate column.
5549 2004-12-05  Christian Hitz  <chhitz@gmx.net>
5551         * configure.in:
5552         * lily/accidental-placement.cc:
5553         * lily/bar-line.cc:
5554         * lily/beam-concave.cc:
5555         * lily/beam-quanting.cc:
5556         * lily/beam.cc:
5557         * lily/bezier-bow.cc:
5558         * lily/bezier.cc:
5559         * lily/break-align-interface.cc:
5560         * lily/custos.cc:
5561         * lily/dimension-cache.cc:
5562         * lily/dot-column.cc:
5563         * lily/font-metric.cc:
5564         * lily/font-select.cc:
5565         * lily/gourlay-breaking.cc:
5566         * lily/grob-property.cc:
5567         * lily/grob.cc:
5568         * lily/lily-guile.cc:
5569         * lily/line-spanner.cc:
5570         * lily/lookup.cc:
5571         * lily/lyric-extender.cc:
5572         * lily/lyric-hyphen.cc:
5573         * lily/mensural-ligature.cc:
5574         * lily/midi-def.cc:
5575         * lily/misc.cc:
5576         * lily/note-collision.cc:
5577         * lily/note-column.cc:
5578         * lily/note-head.cc:
5579         * lily/paper-outputter.cc:
5580         * lily/percent-repeat-item.cc:
5581         * lily/rest-collision.cc:
5582         * lily/side-position-interface.cc:
5583         * lily/simple-spacer.cc:
5584         * lily/slur-configuration.cc:
5585         * lily/slur-scoring.cc:
5586         * lily/slur.cc:
5587         * lily/spaceable-grob.cc:
5588         * lily/spacing-spanner.cc:
5589         * lily/spanner.cc:
5590         * lily/staff-symbol-referencer.cc:
5591         * lily/stem.cc:
5592         * lily/stencil.cc:
5593         * lily/system-start-delimiter.cc:
5594         * lily/system.cc:
5595         * lily/text-item.cc:
5596         * lily/tie.cc:
5597         * lily/tuplet-bracket.cc:
5598         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
5599         <cmath> beacause isinf/isnan is undefined in <cmath>
5601 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5603         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
5605 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5607         * VERSION: release 2.5.3
5608         
5609 2004-11-29  Arno Waschk <arno@arnowaschk.de>
5611         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
5613 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5615         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
5617         * lily/note-head.cc (internal_print): always try the "s" head if
5618         u/d not found.
5620         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
5622 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5624         * mf/parmesan-heads.mf (overdone_heads): typos.
5626 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5628         * lily/parser.yy (markup): in markups, { .. } without command
5629         before are also flattened, ie \line must be explicitely used.
5631         * Documentation/user/changing-defaults.itely:
5632         * Documentation/user/notation.itely: 
5633         * input/wilhelmus.ly: 
5634         * input/regression/instrument-name-markup.ly: 
5635         * input/regression/markup-score.ly: 
5636         * input/regression/new-markup-scheme.ly: 
5637         * input/regression/new-markup-syntax.ly: 
5638         * input/test/coriolan-margin.ly: use \line in markups where
5639         appropriate
5640         
5641 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5643         * scm/new-markup.scm (map-markup-command-list): helper function
5644         used in parser.yy to map markup commands on a markup list.
5646         * lily/parser.yy: get rid off < > in markups by treating { } as
5647         real lists.
5649         * lily/lexer.ll: remove < > from markup lexer mode.
5651         * scripts/convert-ly.py (conv): add rule for converting 
5652         \markup < > to \markup { }
5654         * ly/titling-init.ly: 
5655         * input/test/coriolan-margin.ly: 
5656         * input/regression/new-markup-syntax.ly: 
5657         * input/regression/new-markup-scheme.ly: 
5658         * input/regression/multi-measure-rest-text.ly: 
5659         * input/regression/markup-stack.ly: 
5660         * input/regression/markup-score.ly: 
5661         * input/regression/instrument-name-markup.ly: 
5662         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
5663         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
5664         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
5665         * input/wilhelmus.ly: 
5666         * Documentation/user/notation.itely: 
5667         * Documentation/user/music-glossary.tely: 
5668         * Documentation/user/changing-defaults.itely: change < > to { } in
5669         markups
5671 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5673         * lily/accidental-placement.cc (position_accidentals): shortcut if
5674         no accidentals to place.
5676 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5678         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
5679         typo s/ly:dimension ?/ly:dimension?/
5681         * input/regression/lily-in-scheme.ly: 
5682         * input/regression/music-function.ly: 
5683         * ly/spanners-init.ly (assertBeamSlope): 
5684         * scm/music-functions.scm (def-grace-function): add the paper
5685         argument to music function definitions.
5687 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5689         * lily/moment.cc (LY_DEFINE):
5690         ly:moment-main-{denominator,numberator}, new function.
5692         * lily/score-engraver.cc (typeset_all): assign to column on basis
5693         of axis-group-parent-X setting.
5695         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
5696         add_element() on basis of axis-group-parent-Y setting.
5698         * lily/grob.cc: add axis-group-parent-{XY} properties.
5700         * input/regression/spacing-stick-out.ly: new file.
5702         * lily/simple-spacer.cc (add_columns): use binary search for
5703         setting column rods. Changes O(n^2) to O(n log(n)) for
5704         constructing spacing problem from columns.
5705         (add_columns): read allow-outside-line to make sure no texts stick
5706         out.
5707         (solve): Simple_spacer::is_active() only determines
5708         satisfies_constraints_ for non-ragged typesetting.
5710         * lily/simultaneous-music.cc (to_relative_octave): only set
5711         old_relative_used if return pitch actually changed.
5713         * scm/define-context-properties.scm
5714         (all-user-translation-properties): change to match implementation.
5716         * python/lilylib.py: Replace re.match by re.search and adds "-c
5717         showpage" to the gs command line (Johannes Schindelin)
5719         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
5720         before processing. Prevents crash when inf is in the extent.
5722         * scm/define-markup-commands.scm (note-by-number): add "s" to
5723         "noteheads-" glyphname.
5725         * lily/parser.yy (Generic_prefix_music): supply parser argument to
5726         music function as well.
5727         
5728 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5730         * VERSION: release 2.5.2
5732         * Documentation/user/changing-defaults.itely (Creating titles):
5733         add breakbefore variable.
5735         * lily/paper-book.cc (set_system_penalty): new function. Set
5736         penalty_ based on breakBefore setting
5738         * lily/context-specced-music-iterator.cc (construct_children):
5739         interpret special context id $uniqueContextId 
5741         * lily/context.cc (create_unique_context): new method. Move
5742         creation of unique (\new) contexts into interpreting phase. This
5743         makes
5745           foo= \new Staff ..
5746           << \foo \foo >>
5748         produce 2 staves.
5749         
5751         * scm/define-music-properties.scm (all-music-properties): add
5752         quoted-voice-direction
5754         * ly/music-functions-init.ly: killCues function.
5756         * scm/music-functions.scm (cue-substitute): move creation of voice
5757         contexts further to the back. 
5759 2004-11-25  Werner Lemberg  <wl@gnu.org>
5761         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
5762         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
5764 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
5766         * buildscripts/guile-gnome.sh: Fixed typo.
5768 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5770         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
5772         * scripts/abc2ly.py (dump_slyrics): add ord(). 
5774         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
5775         to regular engraver. 
5777 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5779         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
5781 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5783         * scm/define-markup-commands.scm (fill-line): Typo.
5785         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
5786         and newer.
5788 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
5790         * ly/dynamic-scripts-init.ly: Fixed typo.
5792 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5794         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
5795         note-head, to have different attachment points for up and down.
5797         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
5799         * mf/feta-generic.mf (else): remove solfa.
5801         * mf/feta-bolletjes.mf (tishape): remove unicode test.
5803         * scm/define-context-properties.scm
5804         (all-user-translation-properties): add shapeNoteStyles property.
5806         * lily/shape-note-heads-engraver.cc (process_music): new file.
5808         * lily/event.cc (transpose): call Event::transpose() for
5809         transposing the tonic.
5811 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5813         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
5814         Unicode/OpenType and AFM.
5816         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
5818 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5820         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
5822         * lily/context.cc (Context): unprotect key from ctor.
5824         * scm/stencil.scm (stack-lines): return empty-stencil if argument
5825         is '()
5826         (stack-stencils): idem.
5828         * Documentation/user/changing-defaults.itely (Creating titles):
5829         document new title layout options.
5831         * lily/parser.yy (lilypond_header_body): copy previous
5832         $globalheader if present.
5834         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
5835         ly:module-copy
5836         
5837         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
5839         * scm/titling.scm: remove old titling functions
5841         * lily/stencil.cc (translate): remove absolute dimension.
5843         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
5844         via markup.
5846         * scm/page-layout.scm (marked-up-headfoot): create header/footer
5847         field from user-supplied markup
5849         * scm/define-markup-commands.scm (on-the-fly): new markup
5850         command. Enter SCM markup procedure directly in Scheme.
5851         (fromproperty): new markup command. Read markup from props argument.
5853         * scm/titling.scm (marked-up-title): create title via
5854         user-specified markup. 
5856         * scm/define-markup-commands.scm (column): remove empty stencils
5857         from column.
5859         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
5860         not have side-effect of creating variable stub.
5862         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
5864 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5866         * scm/encoding.scm (coding-alist): 
5867         * scm/font.scm (add-ec-fonts):
5868         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
5869         Extended-TeX-Font-Encoding---Latin.
5871         * lily/side-position-interface.cc (general_side_position): Add
5872         actual offset to error message (avoid constant error messages).
5874         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
5875         block.
5877         * lily/font-select.cc (select_encoded_font)
5878         (get_font_by_mag_step, get_font_by_design_size): 
5879         * lily/modified-font-metric.cc (Modified_font_metric): 
5880         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
5882         * scm/encoding.scm (coding-alist): Add fetaDynamic.
5883         (read-encoding-file): Bugfix: do not require space after bracket.
5885         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
5886         these do not exist.
5888 2004-11-20  Graham Percival  <gperlist@shaw.ca>
5890         * Documentation/user/notation.itely: added info about typesetting
5891         boxed bar numbers.
5893 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5895         * flower/interval.cc (T_to_string): gcc4 fixes.
5897         * scm/define-markup-commands.scm (fill-line): use
5898         stack-stencils. This fixes problems with putting already centered
5899         stencils in a line.
5901         * VERSION: release 2.5.1
5903         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
5905 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5907         * input/example-[1-3].ly: simplify.
5909         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
5911         * scm/output-ps.scm (new-text): new function. Use glyphshow to
5912         show glyphs.
5914         * scm/encoding.scm (decode-byte-string): new function.
5916         * scripts/convert-ly.py (conv): add warning about
5917         set-global-staff-size.
5919         * Doxyfile: add. 
5921         * scripts/convert-ly.py (conv): add raggedlastbottom rule
5922         (conv): warn for TextSpanner split.
5923         (conv): warn for textheight.
5925 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5927         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
5928         building the documentation, info with images are installed.
5929         (final-install): Fix description.  Mention sourcing of login
5930         scripts (instead of running).
5932 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5934         * Debian lmodern support.  Note that LilyPond will issue warnings
5935         
5936             no such encoding: "FontSpecific"
5938           The font selection mechanism wants to get the encoding from the
5939           font itself, but the idea of lmodern is that it is usable with
5940           different encodings, ie, Lily should get the encoding from the
5941           font tree, rather than the font itself.  This would require some
5942           more work.
5943         
5944         * configure.in: Test for and accept lmodern if EC fonts not found.
5946         * scm/framework-tex.scm (font-load-command): TeX font name
5947         mangling for latin1 encoded cork-lm fonts.
5948         (convert-to-ps): Load lm.map if available.
5950         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
5951         available.
5953         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
5955         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
5956         available.
5958         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
5959         path for absolute file name, that is silly.
5961         * lily/score-engraver.cc (initialize): 
5963         * Documentation/user/GNUmakefile (local-install-info): Invoke
5964         install-info --remove first.
5966         * #include cleanup (Andreas Scherer).
5968 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
5970         * input/test/script-abbreviations.ly: fix typos.
5972 2004-11-17  Werner Lemberg  <wl@gnu.org>
5974         * python/lilylib.py (options_help_str): Support pretty-printing of
5975         newlines in fourth element of option description.
5977         * scripts/lilypond-book.py (option_definitions): Use new lilylib
5978         feature.
5979         Sort options.
5981         * Documentation/user/lilypond-book.itely: Finish update.
5983 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5985         * Documentation/user/macros.itexi: Add comment about \command.
5987         * Documentation/user/lilypond.tely:
5988         * Documentation/user/lilypond-book.itely: Fix names of lilypond
5989         and lilypond-book nodes, so that `info lilypond' visits the manual
5990         at top level, and `info lilypond-book' visits the lilypond-book
5991         section.
5993         * Documentation/user/GNUmakefile (local-install-info): Fix rules
5994         and packager messages.
5996         * lily/pangofc-afm-decoder.cc: Update test.
5998 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6000         * scm/lily-library.scm (char->unicode-index): New function.
6002         * scm/output-gnome.scm: 
6003         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6005         * Proper naming of file name throughout; s/filename/file[-_]name/.
6007         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6009         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6011 2004-11-16  Werner Lemberg  <wl@gnu.org>
6013         * scripts/lilypond-book.py: The Lord has commanded me to use only
6014         tabs for indentation.  Your humble servant obeys.
6016 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6018         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6019         including font, if LilyPond-feta font is only feta font in path.
6021         * scm/output-gnome.scm (text): Revert to file name of font if font
6022         has no name.  Fixes ec font selection.
6023         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6025         * scm/framework-svg.scm:
6026         * scm/output-svg.scm: New file.  TODO: figure out how to
6027         do character by index in font.
6029         * scm/output-sodipodi.scm: Remove.
6031         * scm/output-ps.scm (stem): Remove.
6033 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6035         * scm/output-gnome.scm (beam): New function.
6036         (slur): Round corners.
6037         (round-filled-box): Round corners.
6039 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6041         * scm/output-gnome.scm (beam): add function.
6042         (draw-line): new routine.
6043         (dashed-line): stub; call draw-line
6044         (polygon): new routine.
6046 2004-11-15  Werner Lemberg  <wl@gnu.org>
6048         * Documentation/user/lilypond-book.itely: Revise section on
6049         lilypond-book options.
6050         Other minor fixes.
6052         * scripts/lilypond-book.py: Change indentation to 4.
6053         Minor formatting.
6055 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6057         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6058         grobs that have tweaks specced.
6059         
6060 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6062         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6064 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6066         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6067         actual char #, not 0 based index.
6069         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6071         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6072         Warning: do make -C mf clean.
6074         * lily/context-property.cc: Compile fix.
6076         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6077         Grok ec-fonts, braces and dynamics.
6079         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6081 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6083         * lily/include/tweak-registration.hh: new file.
6085         * lily/tweak-registration.cc: new file.
6087         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6088         saving tweaks.
6090         * scm/output-gnome.scm (text): comment dribble.
6092 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6094         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6096         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6097         path-def before using.  Fixes muchtomany slurs in wrong places
6098         bug.
6100 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6102         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6104         * lily/include/object-key-undumper.hh (Module): new file.
6106         * lily/object-key-undumper.cc (Module): New file. Deserialize
6107         keys. SCM bindings
6109         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6110         Provide SCM bindings.
6112         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6113         new file. Serialize object keys.
6114         
6115         * lily/object-key.cc (dump): new function.
6116         (as_scheme): new virtual function
6117         (undump): new function
6118         (undumpers): new table.
6120         * lily/include/global-context.hh (Context): take \score key upon init.
6122         * lily/object-key-dumper.cc (serialize_key): new file.
6124         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6126         * lily/lily-lexer.cc: remove \quote.
6128         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6130         * lily/context.cc (Context): take key argument in ctor.
6131         (create_context): new function
6133         * lily/grob.cc (Grob): take key argument in ctor.  
6135         * lily/lilypond-key.cc (do_compare): new file.
6137         * lily/object-key.cc (Object_key): new file.
6139         * lily/include/object-key.hh (class Object_key): new file.
6141         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6143 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6145         * Documentation/user/lilypond-book.itely: add small warning about
6146         noindent default in lilypond-book.
6148         * Documentation/user/converters.itely: add examples for convert-ly.
6150         * Documentation/user/examples.itely: change version string in templates
6151         to 2.4.0.
6153 2004-11-12  Karl Hammar  <karl@aspodata.se>
6155         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6156         cmdline, use xargs instead (backportme)
6158 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6159         
6160         * Documentation/user/: Numerous fixes in the user manual.
6162 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6164         * lily/parser.yy (re_rhythmed_music): search music expression for
6165         context-id, surround by \new Voice if not found. Fixes:
6166         addlyrics-second-staff.ly
6168         * VERSION: 2.5.0 released.
6169         
6170 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6172         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6174         * Documentation/user/GNUmakefile: Separate rules for split and
6175         unsplit html documents.  Remove perl massaging.  (backportme)
6177 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6179         * Documentation/user/lilypond-book.itely: add short warning about
6180         \lilypond{} in LaTeX docs.
6182 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6184         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6185         found.  (backportme)
6187         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6188         version requirement.  (backportme)
6190         * configure.in: Be explicit about old versions of
6191         ec-fonts-mtraced.  (backportme)
6193         * lily/context-selector.cc (set_tweaks): New function.
6194         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6195         web with -DTWEAK.
6197         * Documentation/user/introduction.itely (Automated engraving):
6198         Remove fragment option.  Fixes web.
6200         * lily/context-property.cc (make_item_from_properties):
6201         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6202         #ifdef.
6204         * scm/define-context-properties.scm
6205         (all-internal-translation-properties): Add tweakRank and tweakCount.
6207         * lily/grob.cc: 
6208         * scm/define-grob-properties.scm (all-internal-grob-properties):
6209         Add tweak-rank and tweak-count.
6211 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6213         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6214         New function.
6215         (text): Use them.
6217         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6218         animated/opaque grob dragging tweaks.
6220         * buildscripts/guile-gnome.sh: Update.
6222 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6224         * scm/define-grobs.scm (all-grob-descriptions): Added
6225         line-interface to the LigatureBracket object.
6227 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6229         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6230         dragging tweaks.
6232         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6234         * lily/context-selector.cc (store_context): New function.
6236         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6237         (store_grob): New function.
6238         (identify_grob): Add Moment parameter.
6240         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6241         exists.
6243         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6245 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6247         * scm/framework-gnome.scm (item-event): Print grob id.
6248         (save-tweaks): New function.
6249         (tweak): New funtion.
6250         (item-event): Use it, bound to arrow keys.
6252         * lily/context-property.cc (make_item_from_properties): Register grob.
6253         * lily/context.cc (add_context): Register context.
6255         * lily/include/context-selector.hh:
6256         * lily/include/grob-selector.hh:
6257         * lily/context-selector.cc:
6258         * lily/grob-selector.cc: New file.
6260 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6262         * lily/slur.cc: add 'positions to interface
6264         * lily/main.cc: reinstate PS as standard output format. 
6266         * scm/framework-tex.scm (output-preview-framework): print systems
6267         up to first non title system.
6269         * lily/grace-engraver.cc (start_translation_timestep): split
6270         scm_cadddr
6271         
6272 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6274         * lily/quote-iterator.cc (Module): remove old quote-iterator
6276         * scm/define-music-types.scm (music-descriptions): move
6277         NewQuoteMusic over QuoteMusic
6279         * Documentation/user/notation.itely (Formatting cue notes): use
6280         \cueDuring.
6282         * lily/new-quote-iterator.cc (quote_ok): new function.
6284         * input/regression/quote-cue-during.ly: new file.
6286         * input/regression/quote-grace.ly: new file.
6288         * scm/define-context-properties.scm (Module): change definition of
6289         graceSettings
6291         * lily/context-property.cc (Module): rename from
6292         translator-property.cc
6294         * lily/context.cc (context_name_symbol): new function
6296         * lily/grace-engraver.cc: new file. Set properties for grobs based
6297         on the grace-ness of now_moment().
6299         * scm/music-functions.scm (add-grace-property): use list
6300         iso. vector for graceSettings
6301         remove set-{start,stop}-grace-properties. 
6303         * lily/new-quote-iterator.cc (construct_children): set
6304         quote_outlet_ if no quoted-context-{id,type} specified.
6306         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6308         * lily/parser.yy (command_element): remove \quote.
6310         * ly/music-functions-init.ly (location): add quoteDuring music
6311         function. 
6313         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6314         optional semicolon. (backportme)
6316 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6318         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6319         need to link to GUILE et al.
6321 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6323         * scm/define-music-properties.scm (all-music-properties): add
6324         quoted-context-type, quoted-context-id.
6326         * scm/lily.scm (type-check-list): new function.
6327         
6328         * scm/lily-library.scm: new file. Generic library routines.
6330         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6331         parser.
6333         * ly/music-functions-init.ly: add quoteDuring function.
6335         * lily/include/music-iterator.hh (class Music_iterator): rename
6336         set_translator -> set_context
6338         * lily/parser.yy (Generic_prefix_music_scm): add
6339         MUSIC_FUNCTION_SCM_SCM_MUSIC
6341         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6343         * scm/framework-tex.scm (header): sanitize TeX paper size.
6344         (backportme)
6346 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6348         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6350         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6352         * scm/framework-tex.scm (font-load-command): Use T1 if no
6353         font-encoding set.  (backportme)
6355         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6356         exists before converting.  (backportme)
6358         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6359         exists before converting.  (backportme)
6360         (convert-to-ps): Remove .ps file if it exists before
6361         converting.  (backportme)
6363         * lily/lexer.ll: Remove extra progress newline, use present tense.
6365         * scm/paper.scm (paper-alist): public.
6366         * scm/framework-tex.scm (convert-to-ps):
6367         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
6368         command line.
6370 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6372         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
6374         * lily/recording-group-engraver.cc (derived_mark): mark
6375         now_events_. (backportme)
6377 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6379         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
6381         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
6382         invoking latex. (backportme.)
6384         * lily/stem.cc (off_callback): center stems for all rest stems.
6386 2004-11-05  Werner Lemberg  <wl@gnu.org>
6388         * Documentation/user/lilypond.tely: Add more guidelines for writing
6389         lilypond texinfo documents.
6391 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
6393         * Documentation/index.html.in: remove <hr>.
6395         * THANKS: change 2.3 to 2.4.
6397 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
6399         * scm/output-gnome.scm: More fontconfig comment.
6401 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
6403         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
6404         <package> directory in $(builddir)/share according with
6405         PACKAGE_NAME defined in the VERSION file.
6407 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6409         * lily/beam.cc (rest_collision_callback): use local beam
6410         multiplicity.
6412         * input/regression/stem-stemlet.ly: new file.
6414         * lily/stem.cc (add_head): store rests as well.
6416         * scm/define-grob-properties.scm (all-user-grob-properties): add
6417         stemlet-length
6419         * lily/stem.cc: store rests as well.
6420         
6421         * input/regression/new-slur.ly: mention forcing.
6423 2004-11-04  Werner Lemberg  <wl@gnu.org>
6425         * Documentation/user/*: A new round of layout fixes and document
6426         structure cleanup.
6428 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
6430         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
6432 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6434         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
6436 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6438         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
6440         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
6442         * lily/main.cc (main): Invoke identify.
6444         * scm/lily.scm (postscript->pdf): Remove progress newline.
6445         Write progress to stderr.
6447         * lily/paper-book.cc (output): Remove progress newline.
6449         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
6450         gettext on user messages, and remove whitespace.
6452         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
6454         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
6455         argv[0] (Thomas Scharkowski).
6457         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
6458         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
6459         for ec-fonts-mtraced.
6461         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
6462         --srcdir build (Bertalan).
6464         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
6465         headers and library too (Laura Conrad).
6467         * Documentation/topdocs/INSTALL.texi (Top): Mention development
6468         package for guile too (Laura Conrad).
6470         * lily/main.cc (usage): Typo.
6472 2004-11-02  Werner Lemberg  <wl@gnu.org>
6474         * Documentation/user/notation.ly: More fixes to improve appearance.
6476         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
6477         better output for multicolumn tables.
6479 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6481         * lily/main.cc (dir_info): Fixed typo in the printouts.
6483 2004-11-01  Werner Lemberg  <wl@gnu.org>
6485         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
6486         of output.
6487         Set `per_line' to 2; replace hard-coded value with it.
6489         * Documentation/user/*: Many fixes to improve appearance of
6490         printed manual.
6492 2004-11-01  Werner Lemberg  <wl@gnu.org>
6494         * Documentation/user/changing-defaults.itely,
6495         Documentation/user/notation.ly,
6496         Documentation/user/programming-interface.itely: Use @/.
6497         Fix formatting of some lilypond snippets and tables.
6499         * scripts/lilypond-book.py (compose_ly): Provide useful default
6500         for LINEWIDTH in `override'.
6502 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6504         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
6506 2004-10-31  Werner Lemberg  <wl@gnu.org>
6508         Resetting @exampleindent to `5' gives ugly results with texinfo's
6509         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
6510         (if not quoting) to change @exampleindent only locally.
6512         * scripts/lilypond-book.py (NOQUOTE): New variable.
6513         (output) [LATEX]: Remove AFTER and BEFORE.
6514         [TEXINFO]: Remove AFTER and BEFORE.
6515         Fix QUOTE and VERBATIM pattern.
6516         Add NOQUOTE pattern.
6517         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
6518         and BEFORE.
6519         [output_texinfo]: Use NOQUOTE.
6521 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6523         * Documentation/user/changing-defaults.itely: clarify paper
6524         size commands with correct info.
6526         * Documentation/user/lilypond-book.itely: add more docs for
6527         filename extensions.
6529 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6531         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
6532         (PATCH_LEVEL): start 2.5.0.
6534 2004-10-30  Graham Percival  <gperlist@shaw.ca>
6536         * Documentation/user/notation.itely: add warning about bar numbers
6537         in multistaff music, add warning about quoting grace notes.
6539         * Documentation/user/changing-defaults.itely: clarify paper size commands,
6540         add missing subsubtitle entry to Creating titles.
6542         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
6544 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6546         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
6547         case.
6548         (conv): add dummy 2.4.0 conversion rule.
6550         * Documentation/user/lilypond.tely: add @finalout.
6552         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
6553         for attaching, fixes slur/stem left attachment of
6554         downslur/downstem.
6556         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
6557         quote problem if for last note of quoted sequence. 
6559         * input/regression/part-combine-text.ly (comm): add expect strings.
6561 2004-10-30  Werner Lemberg  <wl@gnu.org>
6563         * Documentation/user/examples.itely: Improved layout.
6565         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
6567         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
6569         * Documentation/notation.itely: Use `@/'.
6570         Other layout fixes.
6572 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6574         * lily/part-combine-iterator.cc (unisono): examine last_playing_
6575         (not state_), this fixes a2 printing after chord.
6577         * input/regression/no-staff.ly: fix octave, revise syntax.
6579         * input/regression/lyrics-bar.ly (texidoc): fixes.
6581         * input/regression/beam-dir-functions.ly (Module): remove from regtest
6583         * input/regression/accidentals.ly (Module): remove from regtest.
6585         * lily/parser.yy (Prefix_composite_music): 
6586         oops. Chords should be unrelativable, not bass figures untransposable.
6588         * VERSION: 2.3.26 released.
6589         
6590         * lily/completion-note-heads-engraver.cc (try_music): only return
6591         something when is_first_ is true. Fixes lyrics with completion_heads. 
6593         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
6595         * scm/lily.scm (ly:system): new function. Catches uninstalled
6596         ps2png.
6598 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6600         * Documentation/user/notation.itely: remove
6601         @hyphenatedinternalsref.
6603 2004-10-29  Werner Lemberg  <wl@gnu.org>
6605         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
6607         * scripts/lilypond-book.py (no_options): New dictionary.
6608         (simple_options): New list.
6609         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
6610         (compose_ly): Use `no_options' and `simple_options'.
6611         Fix logic of option handling.
6612         Handle `linewidth' option without parameter.
6614 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6616         * lily/lookup.cc (triangle): use (0, interval.length()) for X
6617         extent, since the stencil is translated later on.
6619         * lily/ledger-line-spanner.cc (print): swap linear_combination
6620         arguments, effectively shortens ledger line. 
6622         * Documentation/user/GNUmakefile
6623         ($(outdir)/lilypond/lilypond.html): use find to remove files.
6625         * lily/main.cc: --no-pages option.
6627 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
6629         * Documentation/user/notation.itely (Fret diagrams): add extra
6630         notes to example to avoid collisions between fret diagrams.
6632 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6634         * Documentation/user/notation.itely (Automatic note splitting):
6635         note about lyrics. 
6637         * Documentation/user/converters.itely (Invoking convert-ly): note
6638         about version numbers. 
6640         * scripts/abc2ly.py (dump_score): revise lyric dumping
6642         * scripts/mup2ly.py (pre_processor_commands): always open file.
6644         * scripts/etf2ly.py (Frame.calculate): always close \grace.
6645         (Etf_file.dump): add \version
6647         * VERSION: 2.3.25 released.
6649         * lily/scm-option.cc: add 'resolution to ly:get-option argument
6650         list.
6652 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6654         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
6656 2004-10-28  Werner Lemberg  <wl@gnu.org>
6658         * Documentation/user/music-glossary.tely: More fixes to improve
6659         appearance with DVI output.
6661         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
6662         EXAMPLEINDENT.  This is the maximum value for quotation environments
6663         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
6665 2004-10-27  Werner Lemberg  <wl@gnu.org>
6667         * Documentation/user/music-glossary.tely: Revised.
6669 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
6671         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
6672         improve fret diagram spacing in printed output.
6674         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
6675         from options for the example so fret-diagrams won't overlap
6676         one another.
6678 2004-10-26  Werner Lemberg  <wl@gnu.org>
6680         * scripts/lilypond-book.py: Some additional formatting for
6681         orthogonality.
6682         (ly_options) [*]: Format strings.
6683         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
6684         by `compose_ly'.
6685         (output) [LATEX][OUTPUT]: Format string and simplify.
6686         (PREAMBLE_LY, FRAGMENT_LY): Format string.
6687         (classic_lilypond_book_compatibility): Take key/value pair as
6688         parameter.
6689         Return key/value pair.
6690         (compose_ly): Rewritten, taking the snippet type as third parameter. 
6691         The default values are now set more sensible, and a `linewidth'
6692         option is no longer overwritten under some circumstances.
6694         * Documentation/user/music-glossary.tely: Replace all accented
6695         character macros with latin-1 codes.
6697 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6699         * lily/music-function.cc (ly_make_music_function): when an
6700         argument predicate is markup?, the signature keyword becomes
6701         "markup" iso "scm".
6703         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
6704         tokens, for functions which signatures contain "markup".
6706         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
6707         MUSIC_FUNCTION_*MARKUP* tokens.
6709 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6711         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
6712         Lyrics context.
6714 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6716         * python/lilylib.py (make_ps_images): return list of output files.
6718         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
6719         all springs tight, and still satisfy the constraints.
6721 2004-10-25  Werner Lemberg  <wl@gnu.org>
6723         * scripts/lilypond-book.py: s/option-sep/option_sep/.
6724         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
6725         (snippet_res): Fix regexps and make them ignore whitespace properly.
6726         (compose_ly): Use `re.split' instead of `string.split' to remove
6727         surrounding whitespace.
6728         Some formatting to get more consistency.
6730 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6732         * VERSION: 2.3.24
6733         
6734         * scm/define-context-properties.scm
6735         (all-user-translation-properties): add verticallySpacedContexts.
6737         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
6738         add interface
6740         * scm/define-grob-properties.scm (all-internal-grob-properties):
6741         add spaceable-staves
6743         * scm/define-grobs.scm (all-grob-descriptions): set
6744         vertically-spaceable-interface for VerticalAxisGroup and
6745         RemoveEmptyVerticalGroup
6747         * lily/system.cc (get_line): determine staff_refpoints_
6748         using spaceable-staves.
6750         * lily/score-engraver.cc (acknowledge_grob): ack
6751         vertically-spaceable-interface and verticallySpacedContexts to
6752         set spaceable-staves.
6754         * input/regression/new-slur.ly: add slur under 16th subbeam case.
6756         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
6758 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6760         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
6761         minimumVerticalExtent tweaks. 
6763         * mf/feta-schrift.mf: include size of thumb appendix in
6764         bbox. Fixes: c-thumb-notehead.ly  
6766         * THANKS: add Meisters to the Development team.
6768         * scm/framework-tex.scm (convert-to-dvi): redirect output to
6769         /dev/null for non-verbose.
6771         * Documentation/user/invoking.itely (Invoking lilypond): add note
6772         about resource usage.
6774         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
6776         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
6777         --enable-encoding
6779         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
6781         * Documentation/user/changing-defaults.itely (Text encoding):
6782         change to latin1.
6784         * Documentation/user/lilypond.tely: add language and encoding.
6786         * scm/define-grobs.scm (all-grob-descriptions): add
6787         line-interface.
6789         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
6791         * input/test/ossia.ly: font sizes for ossia.
6793         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
6794         -> \context Foo = "NOTENAME".
6796         * lily/main.cc (determine_output_options): fix ordering.
6798 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
6800         * THANKS: Added bughunters for 2.3.
6802 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6804         * Documentation/user/macros.itexi: use findex functions/internals
6805         objects.
6807         * scm/documentation-generate.scm (string-append): add syncodeindex
6809         * Documentation/user/tutorial.itely (A lead sheet): use \chords
6810         for tutoring chord names.
6812         * Documentation/user/lilypond.tely: remove @authors.
6814 2004-10-23  Werner Lemberg  <wl@gnu.org>
6816         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
6817         Remove first two parameters of \lybox.
6818         Don't emit \vbox around \lybox.
6819         (dump-line): Add width to \lybox call.
6820         Remove first two parameters of \lybox.
6822         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
6823         (\lyitem): Updated.
6824         (\lybox): Only take three parameters.
6825         Create box which has zero depth, only height.
6826         Center box vertically along the x-height of current font.
6828 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6830         * VERSION (PACKAGE_NAME): release 2.3.23
6832         * scm/framework-tex.scm (convert-to-ps): add -E if filename
6833         contains .preview.
6835 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6837         * lily/lyric-extender.cc (print): only run to right-bound if
6838         broken. This fixes input/regression/lyric-extender.ly
6840         * input/regression/beamed-chord.ly: removed.
6842         * Documentation/user/macros.itexi: add \global to definitions for
6843         feta macros.
6845         * po/fr.po: updated po file.
6847         * po/de.po: updated po file.
6849 2004-10-22  Werner Lemberg  <wl@gnu.org>
6851         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
6853 2004-10-21  Werner Lemberg  <wl@gnu.org>
6855         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
6856         (\lilypondexperimentalfeatures): Removed.
6858 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
6860         * Documentation/user/notation.itely: fixed 2 typos
6862 2004-10-20  Werner Lemberg  <wl@gnu.org>
6864         * scm/framework-tex.scm (header-end): Don't set \outputscale.
6865         (dump-line): Produce prettier output.
6867         * tex/lilyponddefs.tex: Comment all macros extensively.
6868         (\lilypondstart): Set \outputscale.
6869         Define \lilypondpagebreak and \lilypondnopagebreak here.
6870         Don't test for positive \lilypondpaperlinewidth -- this is always
6871         positive in the normal case (LilyPond produces bad output otherwise
6872         so we can safely ignore negative or zero values).
6873         (\lilypondend): Remove useless test for \lilypondbook.
6874         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
6875         don't input `feta20.tex'.
6877 2004-10-19  Graham Percival  <gperlist@shaw.ca>
6879         * Documentation/user/examples.itely: added texidoc lilypond-book
6880         template.
6882 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6884         * cygwin/lilypond.hint: Update.
6886 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
6888         * Documentation/user/notation.itely (Fret diagrams): Add documentation
6889         for fret diagram markups to user manual
6891         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
6892         documentation for fret-diagram-terse
6894         * Documentation/user/notation.itely: Added section on fret diagrams.
6896 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6898         * scripts/convert-ly.py (usage): Fix --help description.  Apply
6899         range also for --show-rules.
6901 2004-10-18  Werner Lemberg  <wl@gnu.org>
6903         * scripts/lilypond-book.py (Snippet, Include_snippet)
6904         [replacement_text]: Use group `match'.
6906 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6908         * Documentation/user/macros.itexi: Use @ref instead of @inforef
6909         for html.  Apparently, ``you should'' in texinfo documentation is
6910         merely a guideline that can safely be ignored.
6912         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
6913         auto-mode-alist.
6915         * input/test/engraver-example.ily: 
6916         * input/regression/allfontstyle.ily: Rename, update users.
6918 2004-10-16  Graham Percival  <gperlist@shaw.ca>
6920         * Documentation/user/lilypond-book.itely: add more details about
6921         building .lytex files.
6923         * Documentation/user/examples.itely: added piano-lyrics template
6925         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
6927         * input/GNUmakefile: remove "templates" from build subdirs.
6929         * input/template: removed.
6931 2004-10-16  Werner Lemberg  <wl@gnu.org>
6933         * scripts/lilypond-book.py (snippet_res): Define group `match'
6934         everywhere.
6935         Accept more spaces between commands and its arguments and options.
6936         Fix some regexps.
6937         (output): Remove some newlines in string values and suppress spaces
6938         in output.
6939         (output_texinfo): Output `output_print_filename' only if not empty.
6940         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
6942 2004-10-16  Werner Lemberg  <wl@gnu.org>
6944         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
6945         some TeX line ends with `%' to avoid additional horizontal space in
6946         output.
6948         * scripts/lilypond-book.py: Unexpand spaces to tabs.
6949         (snippet_res): Use `x' modifier to represent regular expressions
6950         in a friendlier way.
6951         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
6952         (find_toplevel_snippets): Don't use indices from match group 0,
6953         which is the whole pattern space, but group 1.
6955 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6957         * flower/include/direction.hh (enum Direction): add
6958         DIRECTION_LIMIT
6960 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6962         * po/fr.po: new po file.
6964 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6966         * Documentation/user/macros.itexi: Do not construct external
6967         references using @uref.  That results in broken links.
6969         * lily/slur.cc (outside_slur_callback): Use int in for loop;
6970         avoids g++-3.4.1 enum beature.
6972 2004-10-13  Graham Percival  <gperlist@shaw.ca>
6974         * Documentation/user/examples.itely: added lilypond-book template.
6976         * Documentation/user/lilypond-book.itely: added filename extension
6977         page.
6979 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6981         * debian/rules (binary-indep): Link images for info.
6983         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
6984         feature nicked from jEdit.
6986 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
6988         * Documentation/user/introduction.itely: Minor corrections.
6990         * Documentation/user/notation.itely: Minor corrections.
6992         * Documentation/user/tutorial.itely: Minor corrections.
6994 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6996         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
6998         * scm/*.scm:
6999         * ly/paper-defaults.ly: Use papersizename only.
7001 2004-10-11  Werner Lemberg  <wl@gnu.org>
7003         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7004         \raise work with positive values.
7006 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7008         * Documentation/user/notation.itely (Multi measure rests): Update
7009         the docs corresponding to the implementation change from 2004-10-08.
7011 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7013         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7015         * scm/part-combiner.scm (determine-split-list): reinstate
7016         playing+resting case. 
7018         * Documentation/user/invoking.itely (Reporting bugs): rename.
7020         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7022         * lily/parser.yy (Prefix_composite_music): change no-transposition
7023         for mode_changing_head to figures too.
7025         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7026         with normal slurs too.
7027         
7028         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7029         (get_base_attachments): move away attachment point for breaks
7030         similar to attachment points on slurs (staffline collision, and
7031         half a space of padding)
7033         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7034         force twice.
7036         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7037         mode, return #f.        
7039         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7040         for last page if raggedlast. 
7042         * lily/parser.yy (Prefix_composite_music): untransposable is for
7043         FiguredBass, not ChordNames
7045 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7047         * scm/framework-tex.scm: Merge fix.
7049 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7051         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7053 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7055         * Documentation/user/notation.itely: add raggedright to a whole
7056         bunch of places.
7058 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7060         * scm/paper.scm (set-paper-dimension-variables): new
7061         function. Define dimension-variables explicitly in \paper too.
7062         This allows overriding linewidth inside \score { \paper { } }
7063         blocks
7065         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7066         landscape.
7067         (header): add landscape and papersize options.
7069 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7071         * lily/*.cc: use robust_scm2moment() where appropriate.
7073         * lily/moment.cc (robust_scm2moment): new function.
7075         * scm/titling.scm (default-score-title): remove caps for piece.
7077         * VERSION: 2.3.21 released.
7078         
7079         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7081         * lily/include/slur-configuration.hh (class Slur_configuration):
7082         new file.
7084         * lily/slur-configuration.cc: new file. move scoring functions
7085         into Slur_configuration.
7087         * lily/slur-scoring.cc (Slur_score_state): change static functions
7088         to methods of Slur_score_state.
7090         * lily/bezier-bow.cc (Message): 
7092         * flower/include/interval-set.hh (Message): new file.
7094         * flower/interval-set.cc (Message): new file.
7096 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7098         * lily/multi-measure-rest-engraver.cc (process_music): always
7099         generate MultiMeasureRestNumbers.
7101         * SConstruct (txt_files): switch of make dist
7103         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7104         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7106         * lily/multi-measure-rest-engraver.cc (process_music): make
7107         MultiMeasureRestNumber too.
7109 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7111         * Documentation/user/notation.itely (Bar lines): Added a note that
7112         defaultBarType is to be changed in the Timing context.
7114 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7116         * lily/include/guile-compatibility.hh: add file.
7118         * scm/framework-tex.scm (convert-to-dvi): use max of current
7119         extra_mem_top and 1M.
7121         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7122         function.
7124 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7126         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7128 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7130         * lily/slur-scoring.cc (struct Slur_score_state): add
7131         has_same_beam_, edge_has_beams_, is_broken_ bools.
7132         (get_base_attachments): simpler Y attachment determination for
7133         broken slurs.
7135 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7137         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7138         bash without that is quite interesting.  Add xml and some omf
7139         keys.
7141 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7143         * Documentation/user/macros.itexi: Add xml macros.
7145         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7147         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7149 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7151         * lily/break-substitution.cc (substitute_mutable_property_alist):
7152         only put property back into value if != SCM_UNDEFINED
7154         * lily/lyric-extender.cc (print): don't take common refpoint of
7155         null object if right_text isn't there.
7157         * lily/slur-scoring.cc (struct Slur_score_state): new
7158         struct. Collect scoring function arguments.
7159         (struct Slur_score_state): add musical_dy_
7160         (get_extra_encompass_infos): new function. Split off state
7161         computations.
7163         * scm/part-combiner.scm (determine-split-list): remove playing1
7164         and playing2.
7166 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7168         * Documentation/index.html.in: remove link to templates.
7170         * Documentation/user/notation.itely: more small fixes.
7172 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7174         * lily/timing-engraver.cc (process_music): move setting
7175         measure-length. This fixes spacing-whole-rest.ly
7177         * VERSION (PACKAGE_NAME): release 2.3.20
7178         
7179         * input/regression/quote-transposition.ly: update example
7181         * scm/define-music-properties.scm (all-music-properties): change
7182         meaning of instrumentTransposition.  It is now the pitch played
7183         that sounds as middle C. This means that instrumentTransposition
7184         can be \transposed. 
7185         Fixes: transpose-quote.ly
7187         * lily/parser.yy (command_element): reverse setting of
7188         instrumentTransposition
7190         * lily/pitch.cc (pitch_interval): rename.
7192         * lily/recording-group-engraver.cc (stop_translation_timestep):
7193         remove macrameing of accumulator and set_car/cdr.
7194         Fixes: transposition-quote.ly
7196         * lily/music.cc (transpose): fold Event::transpose() in.
7198         * lily/event.cc: remove Transpose. 
7200         * lily/recording-group-engraver.cc: cleanup.
7202         * ly/music-functions-init.ly (displayMusic): add function.
7204         * make/lilypond.fedora.spec.in: rename file.
7206         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7207         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7209         * Documentation/user/changing-defaults.itely (Changing context
7210         properties on the fly): typo.
7212         * lily/slur.cc (outside_slur_callback): try three sample points
7213         for determining collisions. This fixes: slur-script.ly.
7215 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7217         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7219 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7221         * Documentation/user/notation.itely: more small fixes.
7223         * Documentation/user/examples.itely: make new sections.
7225         * input/test/bar-lines.ly: improve output, fix bug.
7227         * Documentation/user/changing-defaults.itely: small fixes.
7229 2004-10-01  Werner Lemberg  <wl@gnu.org>
7231         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7232         T1 encoding in texinfo mode.
7233         (\lilypondstart): Use it.
7234         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7236 2004-09-30  Werner Lemberg  <wl@gnu.org>
7238         * tex/lilyponddefs.tex (\lilypondstart): Define
7239         \lilypondfontencoding for both texinfo and latex mode.
7241         * scm/framework-tex.scm (font-load-command): Use
7242         \lilypondfontencoding.
7244 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7246         * scm/framework-tex.scm (dump-page): take with-extents?
7247         argument. If true, output Y extents. Used for lilypond-book
7248         documents.
7250         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7251         \bookpaper.
7253         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7254         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7256         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7257         page.
7259 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7261         * Documentation/user/notation.itely (Multi measure rests):
7262         Improved example.
7264 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7266         * lily/auto-beam-engraver.cc (test_moment): robustify.
7268 2004-09-28  Werner Lemberg  <wl@gnu.org>
7270         * scm/framework-tex.scm (font-load-command): Define proper font
7271         macro which sets font encoding if available.
7272         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7273         from the \bookpaper block.
7275         * tex/lilyponddefs.tex (\lilypondstart): Use
7276         \lilypondpaperinputencoding for global input encoding.
7278 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7280         * lily/score.cc (Score): oops. Copy error_found_ too.
7282 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7284         * stepmake/stepmake/texinfo-rules.make: 
7285         * Documentation/GNUmakefile: --srcdir build fixes.
7287         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7289         * Documentation/user/latex-lilypond-example.latex:
7290         * Documentation/user/latex-example.latex: Fix compile errors.
7291         Still buggy, need more love.
7293 2004-09-27  Werner Lemberg  <wl@gnu.org>
7295         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7297 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7299         * Documentation/user/examples.itely: removed \midi block to
7300         simplify the example
7302         * Documentation/user/notation.itely: Removed superfluous
7303         TextSpanner tweakings (is already done by engraver-init.ly).
7304         Documented bug: vertical alignment of articulations.
7306         * Documentation/user/notation.itely, ly/engraver-init.ly
7307         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7308         padding.
7310         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7311         docu about TextSpanner padding bug from manual to engraver.ly
7312         (since it's workarounded and hence not user-visible any more)
7314 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7316         * VERSION: release 2.3.19
7318 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7320         * ly/property-init.ly: fix bug in displaying ledger lines while
7321         \hideNotes is on.
7323         * Documentation/user/notation.itely: more editing.
7325         * Documentation/user/examples.itely: add piano-dynamics template.
7327         * input/template/piano-dynamics.ly: remove.
7329         * Documentation/user/sound-output.itexi: more editing
7331 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7333         * Documentation/user/notation.itely: more editing.
7335 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7337         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7338         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7340 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7342         * lily/hairpin.cc (print): check columns of bounds, not bounds
7343         themselves.
7344         (print): robustify bound-padding lookup.
7346         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7348         * scripts/lilypond-book.py (Compile_error.process_include): catch
7349         Compile_error exception, and remove output .texi.
7351         * scm/define-music-properties.scm (all-music-properties): add
7352         error-found
7354         * lily/parser.yy (Music_list): add error-found to music with errors.
7356         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7358         * lily/book.cc (process): ignore books with errors
7360         * lily/include/score.hh (class Score): add error_found_ member.
7362         * lily/drum-note-engraver.cc (try_music): idem.
7364         * lily/note-heads-engraver.cc: remove start-playing-event.
7366         * lily/part-combine-iterator.cc (Part_combine_iterator): use
7367         BusyPlayingEvent to determine which voice was active last.
7368         (unisono): use last active to where to get unisono information
7369         from. This fixes: partcombine-rest.ly (again).
7371         * scm/part-combiner.scm (determine-split-list): cleanups
7373 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7375         * input/regression/lyric-extender.ly: simplify.
7376         complexify.
7378         * lily/lyric-extender.cc (print): use it to determine size of
7379         extender. Remove Lyric_extender::is_visible().
7381         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
7382         next property.
7384         * lily/lyric-engraver.cc: remove get_current_rest().
7385         
7386 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7388         * input/regression/lyric-extender.ly: Fix and add test.
7390         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
7392 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7394         * lily/note-head.cc: remove Note_head::extent.
7396 2004-09-23  Graham Percival  <gperlist@shaw.ca>
7398         * Documentation/user/tutorial.itely: do manual style 2-space
7399         indents in examples
7401         * Documentation/user/notation.itely: more editing.
7403 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7405         * lily/lyric-engraver.cc (get_current_rest): New function.
7407         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
7408         stop at rest.
7410         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
7412         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
7414 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
7416         * Documentation/user/examples.itely (Small ensembles): added
7417         example for transcription of mensural music
7419         * Documentation/user/notation.itely (The Lyrics context): fixed broken
7420         link to SATB vocal score
7422         * Documentation/user/notation.itely (System start delimiters):
7423         fixed typo: GrandStaff->StaffGroup
7425         * Documentation/user/notation.itely (Ancient articulations):
7426         removed obsolete comment on \episem bug
7428 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7430         * scm/framework-tex.scm (output-preview-framework): Fix invocation
7431         of header.
7433 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7435         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
7436         start to note-column.
7438         * lily/hairpin.cc (print): check text-interface, to attach to
7439         dynamic texts.  
7441         * lily/include/text-item.hh (class Text_interface): rename
7442         Text_item -> Text_interface
7444         * lily/piano-pedal-bracket.cc (print): robustify.
7446 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
7448         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
7450         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
7451         true will print the page number in the first page.
7453         * Documentation/user/changing-defaults.itely: Document
7454         printfirstpagenumber.
7456 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7458         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
7459         objects.
7461         * lily/beam-concave.cc (calc_concaveness): take absolute value of
7462         dy for scaling. This fixes various downbeams.
7463         
7465         * lily/beam-quanting.cc (best_quant_score_idx): 
7467 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7469         * scm/framework-tex.scm (header-to-file): Fix.
7471 2004-09-22  Werner Lemberg  <wl@gnu.org>
7473         * lily/parser.yy <score_body>: Fix typo.
7475 2004-09-22  Graham Percival  <gperlist@shaw.ca>
7477         * Documentation/user/tutorial.itely: modified a "future planning"
7478         comment.
7480         * Documentation/user/notation.itely: more editing.
7482 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7484         * scm/define-markup-commands.scm (note-by-number): read font-size
7485         to determine stem length. Fixes: markup-note.ly
7487 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7489         * lily/slur.cc (outside_slur_callback): read #'padding for
7490         slur-padding. Fixes: slur-script.ly
7492         * lily/parser.yy (score_body): disallow \bookpaper in \score.
7494 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7496         * Documentation/user/notation.itely (ancient flags): documented
7497         flags-related known bugs
7499         * lily/include/ligature-engraver.hh: added comment about why and
7500         how of (non-)use of abstract virtual methods
7502         * ly/engraver-init.ly (VaticanaVoice,
7503         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
7504         unset dash-fraction property in order to get solid lines
7506         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
7508 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7510         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
7512 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7514         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
7515         in function.
7517         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
7518         openout_any=p.  Throughout: progress to stderr, translate user
7519         messages.
7521         * scm/output-gnome.scm: Fix font dir description.
7523 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7525         * input/test/mensural-ligatures.ly (voice): move linethickness
7526         settings to bookpaper.
7528         * lily/simple-spacer.cc (Module): use force to stretch to 
7529         line length as force measure for ragged spacing.
7530         
7531         * lily/lily-parser.cc (get_paper): don't set parent for \paper
7532         blocks in the parser. This eliminates ordering dependency for
7533         \bookpaper and \paper
7535         * ly/part-paper-init.ly: remove file.
7537         * lily/includable-lexer.cc (new_input): elucidate message.
7539         * VERSION: 2.3.18 released.
7540         
7541 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7543         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
7544         * input/mutopia/R.Schumann/romanze-op28-2.ly:
7545         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
7546         #'Slur.attachment setting.
7548         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
7549         friendlier for point and click.
7551 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7553         * ly/init.ly: reverse collected scores.
7555         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
7556         layout to determine force.
7557         
7558 2004-09-18  Werner Lemberg  <wl@gnu.org>
7560         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
7561         ties.
7563         * ly/declarations-init.ly (escapedBiggerSymbol,
7564         escapedSmallerSymbol): Fix typos.
7566         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
7568 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7570         * input/{input,regression}/*.ly: run convert-ly
7572         * VERSION: release 2.3.17
7574         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
7575         little wider for attachment calculation. This prevents stem and
7576         slur touching.
7578         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
7579         ) 
7581         * input/regression/tie.ly (texidoc): cleanup.
7583         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
7584         and ~
7586         * lily/slur-scoring.cc (score_extra_encompass): check if extra
7587         objects are on boundary column. 
7589         * lily/main.cc (parse_argv): process --tex too.
7591         * ly/music-functions-init.ly (keepWithTag): add music functions
7592         keepWithTag and removeWithTag.
7594         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
7596         * lily/accidental-engraver.cc (recent_enough): interpret laziness
7597         = #t. This fixes no-reset accidental-style.
7599         * input/regression/accidental-piano.ly (Module): new file.
7601         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
7603 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7605         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
7606         extra encompass.
7607         (score_extra_encompass): use Y coordinate of attachment if X
7608         attachment falls in extra encompass X extent.
7610         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
7611         GUILE_LOAD_PATH
7613 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7615         * scm/output-gnome.scm: Small fixes.
7617         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
7619 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
7621         * Documentation/user/notation.itely (Ancient flags): Removed
7622         documentation on adjust-if-on-staffline (this property was removed
7623         by Han-Wen).
7625         * Documentation/user/notation.itely (Ancient notation): Minor
7626         cleanups and fixes.  Renamed "Vaticana style contexts" ->
7627         "Gregorian Chant contexts".  Added section "Mensural contexts".
7628         Added section "Ancient articulations".
7630         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
7632 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7634         * buildscripts/guile-gnome.sh: Add missing bit.
7636 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7638         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
7640         * lily/slur-scoring.cc (get_y_attachment_range): set end point
7641         using base_attachment.
7643         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
7644         page header back.
7646         * scm/documentation-generate.scm (top-node): move version to top
7647         node.
7649         * lily/ledger-line-spanner.cc: add ledgered-interface, with
7650         property no-ledgers.
7652 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
7654         * Documentation/user/{changing-defaults,examples,invoking,
7655         tutorial}.itely: Expand 's to is.
7657         * Documentation/user/notation.itely: Capitalize only first letter.
7659         * Documentation/user/programming-interface.itely: Capitalize Scheme.
7661         * Documentation/user/lilypond-book.itely: use @refbugs.
7663         * THANKS: sort.
7665         * input/mutopia/F.Schubert/morgenlied.ly,
7666         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
7667         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
7668         name.
7670 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
7672         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
7673         lneomensural char entry; (ii) fixed mensural/neomensural naming
7674         clash typo; (iii) lneomensural char: fixed stem attachment point.
7675         WARNING: FONT CHANGED!
7677 2004-09-15  Graham Percival  <gperlist@shaw.ca>
7679         * Documentation/user/introduction.itely: update \stemBoth to
7680         \stemNeutral.
7682         * Documentation/user/notation.itely: more editing of the manual.
7684 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7686         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
7687         factor in edge attraction. This reflects that the left edge may
7688         have a larger gap for an ascending up-slur.
7689         (get_base_attachments): copy bound Y from right bound, if there is
7690         only one note-column after the line break.
7692 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7694         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
7696 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7698         * lily/phrasing-slur-engraver.cc (process_music): Create
7699         PhrasingSlur instead of Slur.
7701         * Documentation/user/changing-defaults.itely (Defining new
7702         contexts): Fixed misprinted context name.
7704 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7706         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
7708         * scripts/convert-ly.py (conv): change Both to Neutral in property
7709         settings.
7711         * ly/engraver-init.ly: increase extent of Staff. 
7713 2004-09-13  Graham Percival  <gperlist@shaw.ca>
7715         * scm/script.scm: change behaviour of slur and accent.
7717         * Documentation/user/music-glossary.tely: de-gender a few entires.
7719         * Documentation/user/introduction.itely: de-gender a few sentences.
7721 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7723         * input/regression/rehearsal-mark-number.ly: Reuse the existing
7724         formatting routine when adding boxed numbers. Makes it easier to
7725         extrapolate how to do for boxed letters.
7727 2004-09-12  Graham Percival  <gperlist@shaw.ca>
7729         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
7731         * Documentation/user/invoking.itexi: updated the "reporting bugs"
7732         section.
7734 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7736         * scm/define-grobs.scm (all-grob-descriptions): longer
7737         ideallengths for stems in higher order beams.
7739         * Documentation/user/changing-defaults.itely (Page layout):
7740         document them.
7742         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
7743         to get sane spaces for titles.
7745         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
7746         beforetitlespace, betweentitlespace.
7748         * input/regression/beam-quant-standard.ly (primeSixteenths): add
7749         16th notes.
7751         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
7752         small slope up to smallest quant. This prevents small slopes from
7753         getting rounded to zero.
7755         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
7756         are smaller than the smallest quant.
7758         * input/tutorial/brahms*.ly: remove.
7760         * input/*: update all .ly files.
7761          
7762         * ly/a4-init.ly (vsize): remove papersize init files.
7764         * scripts/convert-ly.py (conv): add conversion.
7766         * lily/parser.yy: change mode changing commands to XXXmode,
7767         eg. drummode.
7768         (mode_changing_head): group mode changes.
7769         (mode_changing_head_with_context): new commands: create context as
7770         well as change mode.
7772         * input/regression/system-overstrike.ly: new file.
7774         * scm/page-layout.scm (ly:optimal-page-breaks): add
7775         betweensystempadding also to fixed distance for the spring.
7777         * scm/define-grobs.scm (all-grob-descriptions): fix order of
7778         key-cancellation.
7780         * input/regression/beam-concave-damped.ly: new file.
7782         * lily/beam-concave.cc: new file, with new routines for concave
7783         decisions. There are now two types of concaveness: 1. a sharp
7784         logic decision forcing a beam horizontal, and 2. a number that
7785         measures how concave beams are that are not caught by 1.
7787         This fixes: morgenlied.ly and input/regression/beam-concave.ly
7788         
7789         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
7790         property: add-stem-support
7792 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7794         * lily/slur-scoring.cc (get_bound_info): only do
7795         broken trend at the end of the line.
7797         * VERSION (PACKAGE_NAME): release 2.3.16.
7799         * input/regression/phrasing-slur.ly (Module): remove (duplicate
7800         with phrasing-slur-slur-avoid.ly)
7802         * lily/slur-scoring.cc (struct Extra_collision_info): collect
7803         parameters for extra offset.
7804         (get_bezier): add slurs mid-points for curve determination
7805         (score_extra_encompass): add slur end points for scoring.
7807 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
7809         * scm/framework-ps.scm (reencode-font): Handling font scaling
7810         and reencoding differently to work around a bug in gs 8.30 and
7811         earlier.
7812         Update callers.
7814 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7816         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
7817         extent index of other system. Fixes slurs across line breaks.
7819         * lily/tuplet-engraver.cc (start_translation_timestep): use
7820         Tuplet_description::stop_ for determining when to stop producing
7821         tuplet brackets. This fixes: tuplet-overwrite.ly
7823         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
7824         errors with GUILE 1.7 CVS.
7826         * lily/translator.cc (derived_mark): new function.
7828         * lily/slur-scoring.cc (score_encompass): new penalty type:
7829         variance penalty demerits slurs where one head/stem is much
7830         closer to the slur than average.
7832         * lily/tuplet-bracket.cc (print): use robust_relative_extent
7833         iso. extent()
7834         (calc_position_and_height): use robust_relative_extent(). This
7835         fixes a couple of programming_errors
7837         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
7838         file.
7840         * lily/part-combine-iterator.cc (unisono): bugfix for the case
7841         that voice-2 plays solo, and voice-1 has an mmrest that starts
7842         earlier. In that case, we switch to voice-2, so we catch the
7843         mmrest of voice-2. This fixes: partcombine-rest.ly.
7845 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7847         * scm/define-grob-properties.scm (all-internal-grob-properties):
7848         add adjacent-hairpins property.
7850         * lily/hairpin.cc: lengthen hairpin if space is available.
7852         * input/regression/dynamics-hairpin-length.ly (Module): new file.
7854 2004-09-10  Graham Percival  <gperlist@shaw.ca>
7856         * Documentation/user/notation.itely: small fixes to docs.
7858 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7859         
7860         * VERSION (PACKAGE_NAME): release 2.3.15
7862         * make/lilypond.redhat.spec.in (Requires): bump requirement for
7863         ec-fonts-mftraced
7865         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
7866         the latest ec-fonts-mftraced package.
7868         * scm/define-context-properties.scm
7869         (all-internal-translation-properties): add property. Remove
7870         definition of quotes property.
7872         * Documentation/user/notation.itely (Quoting other voices):
7873         document it
7875         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
7876         property, to determine what events are processed in \quote.
7878 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
7880         * (many files): removed most occurrences of underscore ("_")
7881         from font characters; made font character naming more
7882         consistent
7884         * input/test/gregorian-scripts.ly: fixed another victim of grand
7885         replacement operations
7887         * lily/vaticana-ligature-engraver.cc: caught some more "_"
7888         inconsistencies
7890         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
7892 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7894         * Documentation/user/changing-defaults.itely (Paper size): doc
7895         landscape
7896         
7898         * scm/framework-ps.scm (eps-header): bugfixes. 
7900         * scm/titling.scm (default-score-title): remove opus from the
7901         \score title.
7903 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
7905         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
7907         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
7909         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
7911         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
7913         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
7915         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
7917         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
7919         * scripts/ps2png.py (program_name): changed to sys.argv[0]
7921 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7923         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
7924         character position.  Huh?
7926         * scm/output-gnome.scm (placebox): Shield affine-relative.
7928         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
7929         cater for system's pango 1.5.1.
7931         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
7933         * scm/slur.scm: Tweak.
7935 2004-09-08  Graham Percival  <gperlist@shaw.ca>
7937         * Documentation/user/{first couple of chapters}: more editing.
7939 2004-09-07  Graham Percival  <gperlist@shaw.ca>
7941         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
7942         and summary.
7944         * Documentation/user/{first couple of chapters}: the big "Graham's
7945         moved to a new city, his friends haven't arrived, and he has no
7946         internet access" patch.  Numerous editorial and stylistic changes
7947         to the manual.
7949 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7951         * scm/framework-ps.scm (output-framework): handle landscape settings.
7953         * ps/lilyponddefs.ps: cleanup.
7955 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7957         * scm/define-grobs.scm (all-grob-descriptions): unset
7958         threshold. This fixes morgenlied. 
7960         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
7961         rod calculation.
7963         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
7964         spanners into account for staff-extents.
7966         * lily/ottava-bracket.cc (print): take common refpoint of dots
7967         into account as well.
7969 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7971         * lily/lookup.cc (triangle): translate by interval.
7973         * VERSION (PACKAGE_NAME): release 2.3.14
7975         * Documentation/user/changing-defaults.itely (Page layout): add
7976         betweensystempadding
7978         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
7980         * input/regression/quote-cyclic.ly (Module): new file.
7982         * scm/lily.scm (print): add function.
7984         * scm/music-functions.scm (quote-substitute): new
7985         function. Substitute \quote when putting music into \score.
7987         * input/regression/key-signature-cancellation.ly (Module): new file.
7989         * lily/*.cc: more ly_scm2 -> scm_to converions.
7991         * lily/key-signature-interface.cc (print): take position
7992         difference into account when spacing naturals.
7994         * lily/key-engraver.cc (create_key): create KeyCancellation grob
7995         separately, so the cancellation can be put before the staff-bar
7997         * scm/define-grobs.scm (all-grob-descriptions): add a
7998         KeyCancellation grob.
8000         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8001         struct. Use to clean-up Tuplet_engraver
8003 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8005         * lily/*: ly_scm2int -> scm_to_int
8006         ly_scm2double -> scm_to_double
8008         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8010 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8012         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8013         0 springs
8015         * lily/system.cc (post_processing): 
8017         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8018         density for vertical spacing by means of force penalty.
8019         
8020         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8021         dimension-variables
8023         * Documentation/user/changing-defaults.itely (Page layout): add
8024         betweensystemspace variable.
8026         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8028         * scm/page-layout.scm (space-systems): new function. Use spring
8029         and rod approach for vertically spacing systems.
8031         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8033         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8034         vertical alignment.
8036         * lily/slur-engraver.cc (process_music): add warning for slur.
8038 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8040         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8042         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8043         export spacing routine to SCM.
8045         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8046         new class, separate Grobs from interface.
8048 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8050         * lily/include/lily-guile.hh: compatibility glue for 1.6
8052         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8054         * lily/lily-guile.cc: remove ly_scm2str0.
8056 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8058         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8059         external references.  Fixes HTML cross references with makeinfo 4.7.
8061 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8063         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8064         expand_only option.
8066 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8068         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8069         system-extents.ly.
8071         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8073         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8074         for MultiMeasureRestNumber
8076         * VERSION (PACKAGE_NAME): release 2.3.13
8078 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8080         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8081         takes two arguments.
8083 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8085         * input/regression/slur-stem-broken.ly: remove.
8087         * lily/slur.cc: add quant-score.
8089         * input/regression/slur-staccato.ly (texidoc): remove
8091         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8093 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8095         * lily/include/bezier-bow.hh: remove.
8097         * lily/slur-bezier-bow.cc (Module): remove.
8099         * lily/include/slur.hh (Module): remove.
8101         * lily/slur.cc: remove
8103         * input/test/slur-beautiful.ly (Module): remove
8105         * input/test/slur-attachment-override.ly (Module): remove
8107         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8108         when less than 4 control-points.
8110         * lily/key-signature-interface.cc: add style.
8112         * Documentation/user/notation.itely (Automatic staff changes):
8113         document new behavior.
8115         * input/regression/slur-extreme.ly: new file.
8117         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8118         bass. Obviates \clef bass in the bass staff, when using \autochange 
8120         * lily/auto-change-iterator.cc (construct_children): instantiate
8121         up/down Staff, create Voice on up staff initially. Obviates
8122         explicit instantiation of up/down contexts for \autochange. 
8124         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8125         slur depending on extents of note heads.
8126         
8127 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8129         * Documentation/user/tutorial.itely: minor editing.
8131         * Documentation/user/examples.itely: tiny editing.
8133 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8135         * lily/slur-quanting.cc (init_score_param): read scoring
8136         parameters from slur-details property
8138         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8139         Accidental
8141         * Documentation/user/advanced.itely: removed.
8143         * Documentation/user/programming-interface.itely (How markups work
8144         internally): new subsection.
8146         * Documentation/user/converters.itely (Invoking abc2ly): remove
8147         musedata2ly.
8149 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8151         * Documentation/user/point-and-click.texi (Point and click): new file.
8152         put point & click in appendix.
8153         
8154         * Documentation/user/changing-defaults.itely (Vertical spacing):
8155         corrections
8157 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8159         * Documentation/user/introduction.itely: add note about the
8160         "example templates" section of the manual, and remove link to
8161         input/template/
8163 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8165         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8166         -> La@TeX
8168         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8169         missing lneo_mensural head; editorial cleanups
8171         * lily/mensural-ligature.cc: added more comments
8173 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8175         * Documentation/user/examples.itely: second, third, fourth, and fifth
8176         sections added.
8178         * input/template/{various}: removed files included in examples.itely.
8180 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8182         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8183         Stem::stem_end_position instead of broken
8184         Staff_symbol_referencer::get_position
8186 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8188         * debian/changelog: debian patch by Anthony Fok.
8190         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8192         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8193         get spurious messages with skipTypesetting on.
8195 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8197         * Documentation/user/lilypond-book.itely: slight clean-up.
8199         * Documentation/user/examples.itely: began section.
8201 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8203         * lily/script-interface.cc: add slur property.
8205         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8206         too.
8208         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8210         * lily/ottava-bracket.cc (print): always start from right edge of
8211         a broken bound. This fixes ottava-clef.ps 
8213 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8215         * input/regression/slur-script-inside.ly: new file.
8217         * lily/new-slur.cc (outside_slur_callback): new function, to make
8218         scripts avoid slurs 
8220         * lily/slur-engraver.cc (finalize): 
8222         * lily/script-interface.cc: add inside-slur property.
8224         * lily/slur-engraver.cc (finalize): read inside-slur property.
8226         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8227         message.
8229         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8230         level. Fixes: hideNotes-accidental.ly
8232 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8234         * scm/page-layout.scm (plain-header): fix bug that print page
8235         number in the first page if firstpagenumber was different than 1.
8237 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8239         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8240         fonts. Fixes triangle markup for chords.
8242         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8243         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8245         * flower/include/interval.hh (T>): add distance() function
8247         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8248         octaviation-dot.ly 
8250         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8252         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8254         * lily/new-slur.cc (add_column): remove set_interface()
8256 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8258         * input/regression/slur-double.ly: new file. 
8260         * lily/slur-engraver.cc: add doubleSlurs property
8262         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8263         symbols.
8265         * Documentation/user/notation.itely (Easy Notation note heads):
8266         revise notation Chapter.
8268         * ly/music-functions-init.ly (makecluster): add makeClusters music
8269         function.
8271         * lily/part-combine-engraver.cc: rename soloADue ->
8272         printPartCombineTexts
8274         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8276         * lily/horizontal-bracket.cc (print): use
8277         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8278         edge-eight and shorten-pair.
8280 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8282         * Documentation/user/changing-defaults.itely (Page layout):
8283         description of firstpagenumber. Moved @refbugs about rightmargin
8284         to the end of the section (it was looking like the documentation
8285         after the refbugs was part of the bug comment).
8287         * scm/framework-ps.scm (output-framework): set the first
8288         postscript page number to firstpagenumber
8290         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8291         page number according to firstpagenumber
8293         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8294         parameter
8296 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8298         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8299         nested slurs. 
8301         * scripts/convert-ly.py (lilypond_version_re_str): handle
8302         \version "bar" % "foo"
8304         * lily/completion-note-heads-engraver.cc (process_music): set
8305         duration-log before announcing object.
8306         
8307         * lily/staff-symbol.cc (print): subtract thickness from staff line
8308         length
8310         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8311         
8312 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8314         * scm/stencil.scm: remove fontify-text and fontify-text-white
8316 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8318         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8320         * Documentation/user/sound-output.texi (Sound): new file. Move all
8321         MIDI related information.
8323 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8325         * lily/script-engraver.cc (acknowledge_grob): only take into
8326         account note heads with a music cause. Fixes ambitus-accent.ly
8328         * scm/define-markup-commands.scm (finger): set encoding to
8329         fetaNumber.
8331 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8333         * scripts/convert-ly.py: typo
8335 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8337         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8338         font calls for diagrams based on paper and props
8340 2004-08-19  Graham Percival <gperlist@shaw.ca>
8342         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8344 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8346         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8347         added setHairpinDecresc/Dim
8349 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8351         * lily/include/lily-guile.hh: Cosmetics.
8353 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8355         * input/regression/fermata-rest-position.ly: new file
8357         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8359         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8361 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8363         * scm/framework-tex.scm (output-preview-framework) 
8364         (output-classic-framework): 
8365         * scm/framework-ps.scm (output-preview-framework):
8366         s/ly:paper-book-lines/ly:paper-book-systems/g
8368         * scm/fret-diagrams.scm (ss-font-encoding):
8369         s/my-font-encoding/ss-font-encoding
8371 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8373         * scm/music-functions.scm (direction-polyphonic-grobs): Set
8374         direction also on fingerings.
8376         * lily/clef-engraver.cc: Add forceClef to list of read properties.
8378 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8380         * po/nl.po: Some updates.
8382         * scm/lily.scm (_): New function.
8383         (postscript->pdf, postscript->png, lilypond-main)
8384         (postscript->pdf): Use it.  Write messages to stderr.
8386         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
8388         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
8389         xgettext does not recognise scheme yet.  Patch submitted.
8391         * lily/scm-option.cc (LY_DEFINE):
8392         * lily/main.cc: The program is now called lilypond (WAS:
8393         lilypond-bin).
8395         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
8396         messages.
8398         * lily/include/paper-book.hh
8399         * lily/include/paper-system.hh: Finish renaming of paper-line to
8400         system.  Fix users.
8402 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8404         * scm/documentation-generate.scm (string-append): add version.
8406         * scm/define-markup-commands.scm (box): add box-padding and
8407         thickness props for the box command.
8409         * Documentation/user/changing-defaults.itely (Text encoding):
8410         elucidate use of \encoding for \header strings.
8412         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
8414         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
8415         staff-change.ly
8417         * lily/output-def.cc (assign_context_def): use set_variable().
8419         * lily/text-item.cc (interpret_string): accept string input
8420         encoding too.
8422         * scm/encoding.scm (read-encoding-file): print warning when file
8423         can't be found.
8425         * tex/latin1.enc: remove.
8427         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
8429         * lily/rod.cc (columnize): robustness fix. Don't crash for
8430         nil span points. Fixes: appoggiatura-segfault.ly
8431         (add_to_cols): extra robustness fix.
8433 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8435         * lily/text-item.cc (interpret_string): use lookup_variable() to
8436         fidn inputencoding. Now, \paper inherits inputencoding from
8437         \bookpaper.
8439         * lily/script-engraver.cc (stop_translation_timestep): remove slur
8440         collision kludge.
8442         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
8443         kludge.
8445 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8447         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
8449 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8451         * lily/spanner.cc (spanned_rank_iv): Bugfix.
8453         * lily.scm: Mark un-internationlised user messages (with FIXME).
8455         * lily/include/modified-font-metric.hh (struct
8456         Modified_font_metric): New file.  (WAS: incorrectly named
8457         scaled-font-metric.hh ?)
8459         * lily/include/scaled-font-metric.hh: Remove.
8461         * lily/text-item.cc (interpret_string): Identify and document
8462         input-encoding problem.
8464         * lily/paper-book.cc (pages): Do not use `paper' as variable name
8465         for a Bookpaper.
8467         * tex/latin1.enc: Replace /minus with /hyphen.
8469         * scm/encoding.scm: For latin1 (input-)encoding, use
8470         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
8472         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
8473         inputencoding.
8475 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8477         * Documentation/topdocs/INSTALL.html: fixes.
8479 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
8481         * buildscripts/builder.py: Fix for scons CVS.
8483 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
8485         * Documentation/user/notation.itely,
8486         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
8487         input/test/ambitus-mixed.ly: fix plurals:
8488         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
8490 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8492         * lily/dynamic-engraver.cc (typeset_all):
8493         * lily/script-engraver.cc (stop_translation_timestep): Handle
8494         collisions with new-slur.
8496 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8498         * scm/define-grobs.scm (all-grob-descriptions): Add
8499         new-slur-interface.
8501 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8503         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
8504         produces .PS
8506 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
8508         * scm/define-grob-properties.scm (all-user-grob-properties): fix
8509         definition of number-type
8511 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
8513         * scm/fret-diagrams.scm : change sans-serif font encoding from 
8514         TeX-text to ec (uses ecss fonts instead of cmss fonts)
8516         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
8517         number-type and label-dir
8519         * scm/define-grob-properties.scm: add number-type and label-dir
8521         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
8522         left or right.  Allow choice of upper-case roman, lower-case roman, or
8523         arabic numerals in fret label
8525 2004-08-04  Werner Lemberg  <wl@gnu.org>
8527         * lily/slur-quanting.cc: Include libc-extension.hh.
8528         s/round/my_round/.
8529         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
8530         s/autobeaming/autoBeaming/.
8532 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8534         * VERSION: 2.3.11 released.
8536         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
8537         renameinput.
8539 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8541         * lily/lookup.cc (round_filled_box): remove warnings about blot
8542         diameter.
8544         * scm/paper.scm (paper-set-staff-size): make linethickness more
8545         easily tunable.
8547         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
8548         \newlyrics -> \addlyrics
8550         * lily/text-spanner.cc (print): use it.
8552         * lily/dynamic-text-spanner.cc (print): use it.
8554         * lily/grob.cc (robust_relative_extent): new function.
8556         * scripts/lilypond-book.py (main): add -f tex as default process.
8558         * lily/text-spanner.cc (print): only take linear_combination of
8559         nonempty interval.
8560         
8562 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
8564         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
8565         isn't specified by the user in \bookpaper center the music in the
8566         page.
8568 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8570         * Fix some problems after the renaming of my-lily -> lily
8572 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8574         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
8576         * lily/slur-quanting.cc (enumerate_attachments): apply center on
8577         stem-X in more cases. 
8579         * lily/stem.cc (dim_callback): solve todo.
8581 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8583         * input/test/README: new file.
8585         * lily/lily-parser.cc: rename my-lily* files.
8587         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
8588         parser.
8590         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
8592         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
8594         * make/mutopia-targets.make (local-WWW): don't make ps.gz
8595         examples. They take a huge amount of space.
8597         * Documentation/user/GNUmakefile: fix symlinks.
8599         * VERSION: 2.3.10 released.
8600         
8601         * input/test/lyrics-skip-notes.ly: remove
8603         * input/test/stem-cross-staff.ly (noFlag): fold into manual
8605         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
8606         remove.
8608 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
8610         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
8611         fixes.
8613 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8615         * input/regression/beam-dir-functions.ly: move from test/
8617         * Documentation/user/notation.itely (Feathered beams): new node.
8619         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8620         new node
8622         * input/regression/lyric-hyphen-retain.ly: move to regression.
8624         * input/regression/harmonic.ly: fold into manual
8625         
8626         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
8627         stem-length,chord-names-no-inversions}.ly: remove
8628         
8629         * input/test/tie-cross-voice.ly: move to regression.
8631         * Documentation/user/notation.itely (Running trills): new node.
8633         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
8635         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
8637         * lily/trill-spanner-engraver.cc: new file.
8639         * input/regression/trill-spanner.ly: new file.
8641         * input/test/timing.ly: fold into manual.
8643         * input/test/time.ly: remove
8645         * input/test/trill.ly: remove
8646         
8647         * input/test/time-signature-double.ly: fold into manual
8649         * input/test/separate-staccato.ly: remove
8651         * input/test/spanner-after-break-tweak.ly: fold into manual.
8653         * input/test/script-priority.ly: fold into manual.
8655         * input/test/scheme-interactions.ly: remove.
8656         
8657         * input/test/unfold-all-repeats.ly (mel),
8658         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
8659         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
8660         fold into manual.
8662         * input/regression/no-staff.ly: move from input/test/
8664         * input/regression/markup-score.ly: move from input/test/
8666         * input/test/lyrics-melisma-faster.ly: fold into manual
8667         
8668         * input/test/lyrics-melisma-variants.ly: fold into manual
8670         * Documentation/user/notation.itely (Popular music): new node. 
8672         * input/test/gourlay.ly: remove
8673         
8674         * input/test/improv.ly: fold into manual.
8676         * input/test/figured-bass-alternate.ly (fl): remove
8678         * lily/dynamic-text-spanner.cc (print): new file.
8680         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
8682         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
8683         keep recursing into children in case a parent context inserts a
8684         grob into a child context.
8686         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
8687         
8688 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8690         * scm/define-markup-commands.scm (postscript): new markup command
8691         \postscript
8693         * Documentation/user/notation.itely (Formatting cue notes): new
8694         section.
8696         * input/test/clef-end-of-line.ly: fold into manual.
8698         * input/test/scales-greek.ly: remove.
8700         * input/test/chords-without-melody.ly: fold into manual.
8702         * input/test/cadenza-skip.ly: remove.
8704         * input/test/clef-8-syntax.ly: remove.
8706         * input/test/clef-manual-control.ly: move into manual.
8708         * Documentation/user/notation.itely (Aligning to cadenzas): fold
8709         in cadenza-skip.ly
8711         * mf/parmesan*.mf: change neo_mensural to neomensural.
8713         * input/test/trills.ly: remove.
8715         * input/test/transposition.ly: remove.
8717         * input/test/to-xml.ly: move to no-notation.
8719         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
8721         * lily/ledger-line-spanner.cc (print): use staff variable, not
8722         me. Fixes ledger lines on differently sized staves.
8724         * input/test/rhythm-excercise.ly: remove file.
8726         * lily/stem.cc (dim_callback): only do something if visible. Fixes
8727         spurious flag not found warning for 128th rest.
8729         * input/regression/rest-dot-position.ly: new file.
8730         
8731         * input/test/rest-dot-positions.ly: remove
8733         * lily/staff-symbol-referencer.cc (get_position): emergency
8734         fallback: use coordinate * 2.
8736         * input/no-notation/midi-scales.ly: move from test/
8738         * scm/define-markup-commands.scm (score): remove debugging code.
8740         * input/test/incipit.ly (violin): remove. 
8742         * lily/system-start-delimiter.cc (print): only draw system
8743         delimiter to staves that reach up to left bound of the delimiter.
8745         * input/no-notation/embedded-scm.ly: move from test/
8747         * input/test/follow-voice.ly: remove
8749         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
8751         * input/test/drarn*: remove
8752         
8753         * input/test/count-systems.ly: remove.
8755         * lily/bar-line.cc (compound_barline): fix : for staff without
8756         lines.
8758         * lily/accidental.cc (print): use music_font_alist_chain(). This
8759         fixes smaller cautionaries.
8761         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
8762         encoding for accidental.
8764         * Documentation/user/notation.itely (Educational use): new section
8766         * input/test/*.ly: clean up directory: move examples into manual
8767         or regtest.
8768         
8770         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
8771         mode as well. This fixes resolution errors.
8773 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8775         * scm/lily.scm (postscript->png): show commands for --verbose.
8777         * flower/include/getopt-long.hh: opps. short option should be
8778         char, not int.
8780         * Documentation/user/GNUmakefile: use symlinks to save space.
8782         * VERSION: 2.3.9 released.
8784         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
8786         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
8787         manual.
8789         * Documentation/user/tutorial.itely (Integrating text and music):
8790         remove \score and \notes from manual.
8792         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
8793         mode in the beginning.
8795 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8797         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8798         Correct the documentation of the spacing parameters. 
8800         * Documentation/user/tutorial.itely (Integrating text and music), 
8801         Documentation/user/lilypond-book.itely (Integrating LaTeX and
8802         music): Document that you need to add the map file ec-mftrace.map
8803         in the dvips command.   
8805 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8807         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
8808         found.
8810         * lily/text-item.cc (interpret_string): insert encoding setting
8811         here
8813         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
8814         encoding kludge.
8816         * Documentation/user/changing-defaults.itely (Text encoding): node
8817         on encoding.
8819         * lily/lyric-engraver.cc (try_music): remove superfluous check.
8821         * lily/book-paper-def.cc (find_scaled_font): remove default
8822         encoding, because it messes up font loading for feta and
8823         parmesan. Encoding should only be specified for running texts.
8825         * lily/modified-font-metric.cc (text_dimension): support coding
8826         scheme ""
8827         
8828 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8830         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
8831         definition, so \override works as expected.
8833         * lily/measure-grouping-engraver.cc: clarify
8835 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8837         * lily/parser.yy (context_def_mod): remove \consistsend
8839         * lily/context-def.cc (instantiate): use Translator::must_be_last
8840         to determine engraver order.
8842         * lily/translator.cc (must_be_last): new function
8844         * scripts/convert-ly.py (conv): rule.
8846         * lily/bar-line.cc (print): return '() for height == 0.0 too.
8848 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
8850         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
8852 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8854         * lily/include/lily-guile.hh (scm_is_int): compat glue.
8856 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8858         * input/regression/page-layout.ly: new file.
8860         * scm/paper.scm (set-paper-dimensions): Preliminary support for
8861         left and right margins.
8863         * Documentation/user/changing-defaults.itely (Page layout):
8864         Explain the leftmargin option.
8866 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8868         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
8870         * input/test/lyrics-melisma-faster.ly: new file.
8872         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
8873         change of melody by setting associatedVoice.
8875         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
8877         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
8878         file contents, rather \include them, so default linewidth is set.
8879         (ly_options): make BOOKPAPER set of options. Move linewidth
8880         settings there.
8882         * Documentation/user/examples.itely: new file. Templates are to be
8883         moved here.
8885         * Documentation/user/programming-interface.itely: move chapter.
8887         * scm/document-markup.scm (doc-markup-function): add @code
8889         * stepmake/stepmake/texinfo-rules.make: remove chmod.
8891 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8893         * scm/page-layout.scm (plain-header): add printpagenumber boolean
8894         to bookpaper.
8896         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
8897         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
8899         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
8901         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
8903         * scripts/lilypond-latex.py: move from lilypond.py
8905         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
8906         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
8908         * scm/lily.scm (postscript->png): new function
8909         (postscript->pdf): new function
8911         * lily/paper-book.cc (post_processing): call
8912         convert-to-{dvi,ps,png,pdf}
8914         * scripts/ps2png.py (option_definitions): new file.
8916         * lily/paper-book.cc (output): call output-preview-framework
8917         (post_processing): new function. Do PDF/PNG conversion.
8919         * lily/paper-outputter.cc (close): new function.
8921         * scm/framework-ps.scm (convert-to-pdf): new function. Call
8922         ps2pdf.
8923         (output-preview-framework): new function. Generate a preview .ps
8924         
8926 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8928         * VERSION: release 2.3.8
8929         
8930         * lily/note-head.cc: remove ledger line handling.
8932         * lily/ambitus.cc (print): strip away accidental / note head code,
8933         and associated properties.
8935         * lily/ambitus-engraver.cc (create_ambitus): change name to
8936         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
8937         other ambitus parts.
8938         (create_ambitus): group grobs in Ambitus grouping object. 
8940         * lily/include/pitch-interval.hh (Pitch>): new file.
8942         * lily/pitch-interval.cc (add_point): new file.
8944         * lily/ledger-line-engraver.cc: new file.
8946         * lily/ledger-line-spanner.cc (print): new file. Set limits to
8947         ledger line length to avoid clashes.
8949 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8951         * Documentation/user/invoking.itexi (Invoking lilypond): remove
8952         deprecated options
8954 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8956         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
8957         to command line option: fast=1 (default on).
8959         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
8960         This brings SCons run-time on up-to-date tree down from 48s with
8961         only checksums, to 34s without 2day checksums, to 14s (make needs
8962         4 seconds).
8963         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
8964         necessary.
8966 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8968         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
8969         (score_extra_encompass): process scripts at edges too, by checking
8970         control points directly. 
8972 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8974         * po/nl.po: Update.
8976         * lily/main.cc: Fix ly:option-usage help.
8978         * input/regression/slur-script.ly: More collision tests.
8980         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
8982 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8984         * VERSION: release 2.3.7
8986         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
8987         files.
8989         * Documentation/user/notation.itely (Slurs): document ^ and _ for
8990         slurs.
8992         * input/regression/slur-script.ly: new file.
8994         * lily/accidental-engraver.cc (process_acknowledged_grobs):
8995         make accidental appear to come from note head engraver.
8997         * lily/slur-quanting.cc: new file.
8998         (score_extra_encompass): new function. Avoid scripts and
8999         accidentals
9001 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9003         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9004         This greatly reduces the number of files that get recompiled
9005         after touching config.hh.
9007         * config.hh.in: Remove GUILE_*_VERSION.
9009         * lily/new-slur.cc: Resolve conflicts.
9011         * lily/stem-engraver.cc (make_stem): New method.
9013         * lily/include/script-interface.hh:
9014         * lily/script-interface.cc: New file.
9016         * lily/include/script.hh:
9017         * lily/script.cc: Remove.
9019         * lily/music.cc (duration_log): New method.
9021         * lily/script.cc (struct Skript): Remove.
9023         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9024         Lots of coding cleanups (Stom).
9026 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9028         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9029         collisions with staff lines.
9031         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9032         global_path
9034         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9035         .25. This flattens short slurs.
9037         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9038         points for tilted slurs.
9040         * input/regression/slur-tilt.ly: new file.
9042         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9043         stems of 16th graces too.
9045         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9046         quant penalty dependent on how much the line is in the gap.
9048         * input/regression/grace-stem-length.ly: new file.
9050         * lily/beam-quanting.cc (score_forbidden_quants): remove
9051         interquant check. The penalty of 1000 is much too harsh, and the
9052         inter case should be caught by check-staff-line-in-gap check.
9054         * lily/scm-option.cc: move debug-beam to \paper.
9056         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9057         .txt files to appease makeinfo.
9059         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9060         remove texttagline.
9061         
9062         * lily/new-slur.cc: cleanup, split in functions.
9064         * lily/parser.yy (chord_body_element): allow octave-check = inside
9065         chord body. 
9067         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9069         * lily/stem.cc (height): call Beam::after_line_breaking().
9071         * lily/rest-collision.cc (force_shift_callback): only call shift
9072         for columns containing rests.
9074         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9076         * input/regression/font-postscript.ly: invoke afm2tfm. 
9078 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9080         * mf/SConscript: Build map files.
9082         * SConstruct: Rename $out to out-www in web.
9084 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9086         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9088 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9090         * Documentation/user/music-glossary.tely (Top): add fragment to
9091         pertinent @lilypond entries.
9093         * scm/define-grobs.scm: switch on new-slur by default.
9095         * lily/scm-option.cc: symbol != string.
9097         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9098         really work yet.
9099         (set_end_points): make X coord of attachment dependent on  Y.
9100         (score_encompass): add edges too.
9102 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9104         * lily/stem.cc (get_beaming): new function.
9106         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9107         for fragment snippets. This fixes inclusion of toplevel-music
9108         examples (such as new-slur.ly)
9110 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9112         * scripts/lilypond-book.py: Remove second import of stat.
9114         * More SCons cleanups.
9116         * Documentation/bibliography/computer-notation.bib (note): Remove
9117         extraneous closing brace.
9119 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9121         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9122         stat calls.
9124         * Documentation/bibliography/SConscript (bibs): failed try to get
9125         bib2html find html-long.bst.
9127         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9129         * make/stepmake.make: use usescons for using scons. 
9131 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9133         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9134         for lilypondend.  Import stat (huh?).
9136 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9138         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9139         bypass dvi. 
9141         * input/regression/font-postscript.ly: new file. 
9143         * scm/framework-ps.scm (load-fonts): load pfb files too.
9145         * lily/pfb.cc (pfb2pfa): new file.
9147 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9149         * scripts/lilypond-book.py (PREAMBLE_LY): set
9150         toplevel-music-handler too.
9152 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9154         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9155         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9157         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9159         * python/SConscript:
9160         * python/vim:
9161         * input/mutopia/*SConscript: New file.
9163         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9165         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9166         fixes web build.
9168         * make/stepmake.make (scons): re-route to SCONS if user has been
9169         running scons in this tree.
9171         * SConstruct (config_vars): Add CPPDEFINES.
9172         (env): Set checksums type to "content".
9173         (save_config_cache): Do not exit after configuring when using
9174         checksums (the default) instead of timestamps.
9176 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9178         * SConstruct: Further development.
9180         * input/test/SConscript: 
9181         * input/template/SConscript: 
9182         * input/regression/SConscript: 
9183         * Documentation/bibliography/SConscript:
9184         * Documentation/bibliography/index.html.in: New file.
9186         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9187         generation.
9189         * buildscripts/builder.py: Add new builders.
9191         * make/stepmake.make: 
9192         * stepmake/stepmake/*.make: 
9193         * configure.in:
9194         * lily/*:
9195         * flower*: Use config.hh (Was config.h).
9197         * scm/encoding.scm (get-coding): Print friendly error message when
9198         no encoding is found, rather than crashing.
9200 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9202         * lily/new-slur.cc (score_slopes): strong sloping score only when
9203         stems point in same dir. 
9205 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9207         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9208         for beam start.
9210         * lily/parser.yy (context_prop_spec): check grob name for
9211         alphanumericness..
9213         * lily/lyric-engraver.cc: creates LyricText objects
9215 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9217         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9219 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9221         * SConstruct: Configure only pristine build tree or on user
9222         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9223         Use checksums instead of timestamps.
9224         (CheckYYCurrentBuffer): Return result.
9226         * Documentation/topdocs/SConscript: New file.
9228 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9230         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9232         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9233         scm_from_int instead.
9235 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9237         * SConstruct: Updates.  Add targets: tar, dist, release.
9239 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9241         * input/mutopia-header.ly: Generate output.
9243         * SConstruct:
9244         * buildscripts/builder.py:
9245         * Documentation/user/SConscript: SCons fixes.
9247 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9249         * lily/new-slur.cc (class New_slur): new file. Score based slur
9250         computations.
9252 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9254         * mf/SConscript: Remove Builders.
9256         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9258         * input/SConscript: 
9259         * Documentation/user/SConscript: New file.
9261 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9263         * Documentation/topdocs/NEWS.texi (Top): add note about new
9264         emacs electric-|
9266         * scm/*.scm: adapt ly:warn calls.
9268         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9270         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9271         main timing, not grace timing. Fixes volta-repeat-grace.
9273         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9274         remove ly:kpathsea-gulp-file.
9276         * scm/translation-functions.scm (format-metronome-markup): make
9277         note smaller, align to bottom.
9279         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9281         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9282         metronome to musical column. Don't ack time sigs or bar lines.
9284 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9286         * THANKS: sort, add David. Kristof contributed code, he is a
9287         contributor.
9289 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9291         * elisp/lilypond-mode.el,
9292         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9293         count beats between last measure stop | and point in emacs.
9294         
9295 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9297         * tex/GNUmakefile (TEX_FILES): don't dist
9298         music-drawing-routines.ps, latin1.enc 
9300         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9301         --no-pdf, --pdftex
9302         (copyright): add --latex option
9303         (ic_p.make_include_option): use direct PS as default.
9305         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9307         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9308         Ross
9310         * scm/script.scm (default-script-alist): marcato should follow
9311         into staff
9312         
9313 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9315         * buildscripts/builder.py:
9316         
9317         * Documentation/SConscript (outdir): New file.  Add *list.ly
9318         dependencies.  Fixes PDF doc build.
9320 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9322         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9323         run from build-dir.
9325         * ly/SConscript:
9326         * scm/SConscript: New file.
9328         * lily/main.cc (dir_info): Print variables in sh format.
9330         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9332         * mf/SConscript: Update multiple target rules.
9334         * SConstruct (assert_version): Add.
9336 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9338         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9340 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9342         * buildscripts/mf-to-table.py: Do not try to open ''.
9344         * mf/SConscript: New file.
9346 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9348         * scm/fret-diagrams.scm : Convert many properties to constants,
9349         reducing the pollution of the property namespace.
9351         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9352         unnecessary properties for fret-diagram
9354         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9355         for interface
9357 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9359         * SConstruct: Update.
9361 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9363         * input/regression/beam-quant-standard.ly (seconds): print desired
9364         quants when failing.
9366 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9368         * SConstruct:
9369         * flower/SConscript:
9370         * lily/SConscript: New file.
9372 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
9374         * scm/define-grob-properties.scm (all-user-grob-properties): Add
9375         descriptions for all fret-diagram properties.
9377         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
9378         fret-diagram interface code
9380 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9382         * ly/book-paper-defaults.ly: set default encoding to ec.
9384         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
9385         installed.
9387         * tex/latin1.enc: new file, from a2ps. 
9389 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
9391         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
9392         add a faint, green border line.
9394         * Documentation/index.html.in: drop <table>, add a faint border line.
9396 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9398         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
9400         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
9402 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
9404         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
9406         * scm/output-tex.scm (white-text): Add scale parameter to allow font
9407         scaling
9409         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
9410         properly scale white text
9412         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
9413         position for numbered dots so dot will touch fret.
9414         (various routines): move to font-metric interface, rather than
9415         name, size interface.  Clean up comments.
9417         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
9418         size and offset to better center white text.
9420 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9422         * ChangeLog: Remove pre-2.1 changes.
9424         * Documentation/misc/ChangeLog-2.1: New file.
9426         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
9427         from ChangeLog.
9429 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9431         * input/test/chords-below-volta-bracket.ly,
9432         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
9434 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9436         * VERSION: release 2.3.6
9438         * input/regression/beam-quant-standard.ly: new file: test standard
9439         beam quants.
9441         * scm/beam.scm (check-quant-callbacks): new function
9442         (check-beam-quant): new function: check whether current beam
9443         quants match argument.
9445         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
9446         forbidden quant for sitting (upstem)/hanging (downstem) on outer
9447         staffline line.
9449 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9451         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
9452         functions.
9454         * lily/note-collision.cc (do_shifts): align colliding notes to
9455         their leftmost note.
9457         * input/regression/collision-alignment.ly: new file.
9459         * ly/init.ly: don't print gc stats.
9461         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
9462         extra newline
9464         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
9465         for dimensions. This fixes ottava-remove-empty-staff.ly
9467         * input/regression/lyrics-tenor-clef.ly: new file.
9469         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
9470         cyclic parents when two axis-group-engravers are
9471         present. Fixes: crash-axis-group-engraver.ly. 
9472         
9473         * input/test/volta-chord-names.ly: new file.
9475         * scm/define-context-properties.scm
9476         (all-user-translation-properties): change voltaOnThisStaff
9477         definition. 
9479         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
9480         if necessary.
9482         * lily/volta-bracket.cc (print): handle volta brackets without
9483         bars. 
9485 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9487         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
9488         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
9490 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9492         * scm/output-gnome.scm: updated instructions for running gnome
9493         backend
9495 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
9497         * scm/fret-diagrams.scm (draw-dots): default values for dot size
9498         and dot-position now depend on finger-code value; in-dot makes
9499         dots larger and centered.
9500         (draw-barre): added straight-barre indicator option
9501         (draw-dots): made fontify-text-white work.
9503         * music-drawing-routines.ps: added /draw_white_text
9505         * scm/output-tex.scm:  added white-text
9507         * scm/output-ps.scm:  added white-text
9509         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
9510         list of stencil expressions
9512         * scm/stencil.scm: Added fontify-text-white
9514 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
9516         * input/regression/+.ly: use @unnumbered section.
9518 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9520         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
9521         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
9523 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9525         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
9527 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9529         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9530         was causing an error. (was not actually commited in 2004-06-20)
9532         * input/regression/lily-in-scheme.ly (withPaddingC): does not
9533         breaks anymore
9535 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9537         * VERSION: 2.3.5 released.
9538         
9539         * lily/my-lily-parser.cc (parse_string): switch module too.
9541 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9543         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
9544         ec-fonts-mftraced to running requirements.
9546 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9548         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
9549         assignments don't reach the original file.
9551         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
9552         exists
9554 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9556         * scm/output-gnome.scm: 
9557         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
9559         * debian/: Apply Debian patch (Anthony Fok).
9561 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
9563         * Documentation/user/music-glossary.tely: fix titling; @top is already
9564         an @unnumbered @chapter.
9566 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9568         * debian/GNUmakefile (EXTRA_DIST_FILES):
9569         (CONF_FILES): update file list.
9571         * lily/stencil.cc (interpret_stencil_expression): bugfix.
9573 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9575         * debian/: Remove cruft (requested Anthony Fok.)
9577         * buildscripts/guile-gnome.sh: Build without gcc libtool version
9578         juggling.
9580         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
9581         Add popup menu with grob properties.
9583         * lily/grob-scheme.cc (ly:grob-properties):
9584         (ly:grob-basic-properties): New function.
9586         * lily/stencil.cc (interpret_stencil_expression): Comment-out
9587         "no-origin" call.  Fixes -fps output.
9589         * scm/output-ps.scm (no-origin): Add dummy implementation.
9591         * scm/output-gnome.scm (define-origin): Remove
9592         (grob-cause): Add.
9594         * scm/output-ps.scm (scm):
9595         * scm/output-tex.scm (scm): Remove define-origin from exports list.
9596         (define-origin): Remove.
9598         * scm/output-gnome.scm (define-origin): 
9600         * scm/lily.scm (ly:all-output-backend-commands): Remove
9601         define-origin.  Add grob-cause.
9603 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
9605         * buildscripts/lilypond-words.py: add ly/portugues.ly.
9607 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
9609         * Documentation/user/GNUmakefile:
9610         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
9611         --include-css=.../texinfo.css; command includes css into the html.
9613         * Documentation/texinfo.css: add file.
9614         define <hr> as black and thin.
9616 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9618         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
9619         stencil expression. Junk define-origin.
9621         * lily/my-lily-parser.cc (parse_string): init parser variable when
9622         lexer_ is set, ie. in parse_string and parse_file.
9624         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
9625         ly:score-bookify.
9627         * scm/lily.scm (collect-scores-for-book): new function.
9629         * ly/init.ly: print collected scores/musics.
9631         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
9632         scope, not in lily module.
9634         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
9636         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
9637         encapsulate gtk/pango tests.
9639         * po/tr.po: Turkish translation.
9641 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9643         * input/regression/lily-in-scheme.ly: regression test for #{
9644         ... #} syntax
9646         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9647         was causing an error.
9649         * Documentation/user/programming-interface.itely (Using LilyPond
9650         syntax inside Scheme): documentation for #{ ... #} syntax.
9652 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
9654         * Documentation/index.html.in: use black thin <hr>.
9656         * buildscripts/mutopia-index.py: use thin black <hr>.
9658 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9660         * scm/fret-diagrams.scm: Use UNIX style line endings.
9661         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
9662         typo.  Fixes compile.
9664         * scm/output-ps.scm (white-dot): Remove second incarnation.
9666         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
9668 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9670         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
9671         single file error.
9673         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
9675 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
9677         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
9678         remove size as argument to fret-diagram interface;
9679         improved white-circle dots for fret;
9680         improved top-fret thick line/
9682         * scm/output-ps.scm: added white-dot function
9684         * scm/output-tex.scm: added white-dot function
9686         * tex/music-drawing-routines.ps: added draw_white_dot function
9688         * ps/music-drawing-routines.ps: added draw_white_dot function
9690         * input/test/fret-diagram.ly: examples to show multiple
9691         functions and multiple interfaces
9693 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9695         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
9696         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
9698         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
9699         conflict.  Have I told you lately how much I love autotools?
9701 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9703         * lily/lily-guile.cc: 
9704         * lily/pangofc-afm-decoder.cc:
9705         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
9706         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
9708         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
9709         developers.
9711         * lily/paper-outputter.cc (file): New method.
9712         (dump_string): Use it.
9714         * scm/output-gnome.scm: Update with pango CVS info, lilylib
9715         musing.
9717         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
9718         of them has a comma :-).
9720         * scm/framework-gnome.scm: Add pango decoders.
9722         * lily/include/pangofc-afm-decoder.hh: 
9723         * lily/pangofc-afm-decoder.cc: New file.
9725         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
9727         * configure.in: Check for pango.
9729         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
9730         autoconf).
9731         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
9733         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
9735 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9737         * Documentation/user/tutorial.itely (Integrating text and music):
9738         fix grammar & punctuation.
9740 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9742         * lily/: Stray janitorial cleanups.
9744         * scm/lily.scm (ly:all-stencil-expressions):
9745         * scm/lily.scm (ly:all-output-backend-commands): New function.
9747         * scm/safe-lily.scm (safe-objects): Add them.
9749         * scm/framework-gnome.scm (<gnome-outputter>): New class.
9751         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
9753 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9755         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
9757 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9759         * scm/page-layout.scm (default-page-make-stencil): add
9760         raggedbottom, raggedlastbottom.
9762         * Documentation/user/changing-defaults.itely (Page layout): add doc.
9764         * scm/framework-tex.scm (define-fonts): fix export of
9765         papersize.
9767         * lily/paper-book.cc (classic_output): strip suffixes from
9768         framework functions.
9770         * lily/tuplet-bracket.cc (before_line_breaking): do not return
9771         SCM_UNDEFINED to Scheme.
9773 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9775         * lily/book.cc: remove Book::to_stencil().
9776         (process): whoops. Score::book_rendering returns vector, not list.
9778         * scripts/convert-ly.py (conv): remove \notes.
9779         apply to input examples.
9781         * lily/paper-outputter.cc (output_stencil): don't use
9782         smobify_self() but self_scm()
9784         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
9785         from smobify_self().
9787         * lily/paper-book.cc (output): load framework module
9788         scm_c_resolve_module().
9790         * python/lilylib.py (exit): exit with argument i.
9792 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9794         * scm/framework-gnome.scm (output-framework-gnome): Try loading
9795         gnome modules from non-toplevel.
9797         * lily/ly-module.cc (ly:import-module): Export to ly:.
9799         * lily/paper-score.cc (process): Do not show progress newline.
9801         * lily/paper-book.cc (output, classic_output): Show progess
9802         newline after score.
9804 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
9806         * buildscripts/lilypond-words.py: add ly/vlaams.ly
9808 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9810         * lily/score.cc (ly:run-translator): Do not crash on empty music
9811         list.
9813         * lily/book.cc (process): Do not render score when systems is empty.
9815         * input/simple-song.ly: Down one octave.
9817         * scm/output-gnome.scm: Remove script again; re-add modules fix
9818         (CVS conflict resolve?)
9820         * lily/stencil.cc (ly:interpret-stencil): Was:
9821         interpret_stencil_expression.
9823 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9825         * buildscripts/guile-gnome.sh: New file.
9827         * scm/output-gnome.scm: White background, better window size, sane
9828         canvas size.  Cleanups.
9830 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9832         * VERSION: release 2.3.4
9834         * Documentation/user/invoking.itexi (Invoking the lilypond
9835         binary): document --safe.
9837         * scm/output-gnome.scm: set PATH in script.
9839         * scm/page-layout.scm (default-page-make-stencil): don't stretch
9840         if there is too few systems on a page.
9842         * lily/parser.yy (relative_music): start at middle C without pitch
9843         argument.
9845         * Documentation/user/changing-defaults.itely (Page layout): new node.
9846         (Paper size): rename node
9847         (Page breaking): new node.
9848         (Titling): move from invoking.
9849         (File structure): new node.
9851         * lily/parser.yy (score_body): allow \header and music anywhere in
9852         \score body.
9854 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9856         * scm/lily.scm (ly:load): Remove page-breaking.scm.
9858 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9860         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
9862         * lily/include/paper-line.hh: rename to Paper_system.
9864         * lily/include/paper-book.hh: doc class.
9866         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
9868         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
9869         (plain-header): add instrument-name.
9870         (default-page-make-stencil): bugfixes.
9872         * lily/parser.yy (book_body): allow \header anywhere in \book{}
9874         * lily/paper-book.cc: remove copyright & tagline. Remove
9875         interactions with Page
9877         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
9878         here, 
9879         (default-page-make-stencil): new function
9880         (default-page-music-height): new function
9881         (page-headfoot): new function
9882         (ly:optimal-page-breaks): generate stencils directly from here
9884         * scm/titling.scm: new file, group titling functions
9886 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9888         * scm/output-gnome.scm: Handle multiple pages.
9890         * scm/framework-gnome.scm: Do not load output-gnome.
9891         (framework-gnome): Invoke output-gnome::header and
9892         output-gnome::end-output as faked stencils.  Fixes experimental
9893         gnome output.
9895 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9897         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
9898         octavation compatibility fixes. Backportme. 
9900         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
9901         pages.
9902         (ly:optimal-page-breaks): combine-penalties: no shortcut for
9903         negative. Now we handle negative penalties (ie. \pageBreak)
9904         correctly.
9906         * lily/system.cc (get_line): extract page-penalty from the left
9907         bound.
9909         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
9911 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9913         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
9915 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9917         * scm/output-gnome.scm: Update script.  Move development to
9918         lilypond_2_3_2 branch for now.
9920 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9922         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
9923         negative penalties.
9924         cleanups.
9926         * Documentation/user/changing-defaults.itely (Creating contexts):
9927         index entries
9929         * scm/page-breaking.scm (ly:optimal-page-breaks): new
9930         file. Rewrite function. 
9932         * lily/paper-book.cc (pages): new interface: page-breaking returns
9933         list of line-list.
9935         * lily/page.cc (Page): take lines argument.
9937         * scm/document-translation.scm (all-engravers-doc): link to user man
9939         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
9940         iso. score.
9942         * Documentation/user/notation.itely (Relative octaves): typo.
9944         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
9946 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9948         * scm/output-gnome.scm: Update build script.
9950 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9952         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
9953         gnome backend.
9955         * scm/framework-gnome.scm: New file.
9957         * scm/lily.scm: Use it.
9959         * lily/paper-outputter.cc: Janitorial cleanups.
9960         (ly:outputter-dump-string): Remove unreachable statement.
9962         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
9963         (ice-9): Bugfix: Add srfi-1.
9965         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
9967 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9969         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
9970         in do_quit()
9972 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9974         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
9976 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9978         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9979         override of Beam::position-callbacks. Why would grace beams not be
9980         quantized? Fixes: weird-stem-size-grace. 
9982         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
9983         warning only once. Backportme.
9985         * lily/accidental-engraver.cc (number_accidentals_from_sig):
9986         bugfix, 2nd try. Backportme.
9988         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
9990 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9992         * Documentation/user/notation.itely (Instrument transpositions):
9993         Correct the name of the instrumentTransposition property.
9995 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9997         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
9999 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10001         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10002         and postLilyPondExample are called when defined.
10004 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10006         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10007         This fixes setting notenames with `\include "nederlands.ly" '
10009         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10010         new function.
10012 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10014         * scm/page-layout.scm: don't do piece, it should be in score-title
10015         only.
10017         * lily/lexer.ll: lex \score separately.
10019         * lily/paper-book.cc: junk stencil2line.
10021         * lily/paper-line.cc (Paper_line): construct from Stencil
10022         directly. No futzing with the dimensions.
10024         * lily/include/paper-line.hh (class Paper_line): 
10026         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10027         takes arbitrary number of arguments.
10029         * input/test/markup-score.ly (tuning): simplify example. 
10031 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10033         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10035         * scm/define-markup-commands.scm (score): define score-markup
10037         * lily/parser.yy (markup): use score-markup.
10039         * lily/score.cc: add ly:score? 
10041 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10043         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10044         fret-parse-string so it prepares for calls to fret-diagram-verbose
10045         Changed display constants to props so they are available for
10046         \override.
10048 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10050         * VERSION: release 2.3.3
10052         * stepmake/stepmake/generic-vars.make: unset LANG.
10054         * input/regression/tuplet-nest.ly: bugfix.
10056         * lily/tie-performer.cc (stop_translation_timestep): reset
10057         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10059         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10060         clear repeat_ directly after setting stem_tremolo_. Fixes:
10061         tremolo-repeat.ly
10063         * input/regression/span-bar-break.ly: new file.
10065         * scm/define-grobs.scm (all-grob-descriptions): remove
10066         break-visibility from SpanBar. Fixes: piano-repeat.ly
10068 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10070         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10072         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10073         files for generating pngs. (failed experiment)
10075         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10076         file with PFA fonts included.
10078         * lily/score.cc (default_rendering): put header in too.
10080         * lily/paper-line.cc (LY_DEFINE): change function to
10081         ly:paper-line-extent
10083         * scm/page-layout.scm (default-book-title): only add lines for
10084         non-nil fields.
10085         (default-score-title): idem.
10087         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10089         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10091         * lily/include/paper-book.hh (class Paper_book): remove height_
10092         member.
10094         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10096         * lily/ly-module.cc (LY_DEFINE): bugfix.
10098         * lily/paper-book.cc (book_title): separate function for the book
10099         title.
10101         * scm/page-layout.scm (default-book-title): only account for
10102         markup fields.
10104         * scm/framework-ps.scm: new file. Move high level interface from
10105         output-ps.scm
10107         * scm/music-functions.scm (def-grace-function): move macros from
10108         ly/music-functions-init.ly
10110         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10111         framework-tex.scm
10113         * scm/framework-tex.scm (dump-line): new file. High level
10114         interface for output (pages, systems, header). 
10116         * lily/include/page.hh (class Page): add is_last_ field.
10118         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10120         * lily/paper-book.cc (split_string): new function
10121         (output): output multiple formats, i.e. --format=ps,tex
10123         * scm/output-ps.scm (output-scopes): dump variables directly.
10124         (define-fonts): rewrite for new interface
10126         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10128         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10130         * lily/main.cc (parse_argv): don't set extension for output.
10132         * lily/clef-engraver.cc (create_clef): remove
10133         Staff_symbol_referencer::set_position() call. 
10135 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10137         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10138         with the location argument in music function definitions.
10140 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10142         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10143         staffsymbol dependency.
10145         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10146         cleanups.
10148         * lily/book.cc (process): return Paper_book
10149         (to_stencil): use Book::process().
10151         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10152         header_ field. Store in $globalheader
10154         * lily/parser.yy (book_body): book header is initted to
10155         $globalheader.
10158 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10160         * input/test/fill-a4.ly: removed.
10162         * lily/parser.yy (output_def): push scope of parent_ Output_def
10163         too.
10165 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10167         * scm/output-gnome.scm: Update info.
10169 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10171         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10173         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10174         than 1 module.
10176         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10177         ly_c_module_p.
10179         * scm/page-layout.scm (default-book-title): move Scheme titling
10180         functions to here.
10182         * lily/parser.yy (book_paper_block): remove scope too.
10184         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10186         * lily/rest.cc: add direction to rest properties.
10188         * lily/include/output-def.hh: new file, move from
10189         music-output-def.hh
10191 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10193         * scm/output-gnome.scm: Describe feta-cork hack.
10195 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10197         * lily/include/book-paper-def.hh: derive from Output_def 
10199         * lily/include/paper-def.hh: move all functionality out of class.
10200         Junk header.
10202         * lily/include/music-output-def.hh: rename Music_output_def to
10203         Output_def.
10205         * input/wilhelmus.ly: only set space for Paper formatting. 
10207         * lily/include/midi-def.hh: remove file, remove class.
10208         Move functions to Music-output-def.
10210         * lily/music-output-def.cc (Music_output_def): remove separate
10211         translator table. Lookup translators in scope directly. This
10212         obviates Context suffix for context identifiers, i.e.
10214         \context {
10215           \Staff
10216           .. 
10217           }
10220         will work.
10223         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10225         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10226         document spacing override hack.
10228 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10230         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10231         installation info.  Support point-and-click.  Add +/- zoom
10232         keybindings.
10234 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10236         * VERSION: 2.3.2 released
10238         * lily/parser.yy (book_body): set default bookpaper.
10240         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10242         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10244 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10246         * lily/score.cc (default_rendering): scale outputdef before
10247         starting.
10249 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10251         * scm/fret-diagrams.scm: Add header.
10253         * scm/output-gnome.scm: Hello world :-)
10255 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10257         * scripts/lilypond.py (run_dvips): only add papersize if present.
10259         * lily/accidental-engraver.cc (update_local_key_signature): new
10260         function, fold code from initialize() and process_music().
10261         (update_local_key_signature): use deep copy. This fixes one
10262         problem from custom-key-signatures.ly.
10263         (number_accidentals_from_sig): tighter check for
10264         accidental-too-old.
10266         * ly/engraver-init.ly: remove localKeySignature
10267         definition from ChoirStaff, StaffGroup, Score.
10269         * lily/percent-repeat-engraver.cc (try_music): add moments for
10270         barlines too. Fixes: skipbars-percent-repeat.ly.
10272 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10274         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10275         skipping last pair. Fixes: crash-bar-number.
10277         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10278         D. Sorensen)
10280         * input/test/fret-diagram.ly: new file.
10282         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10283         (scale-paper): divide by scale.
10285 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10287         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10288         case.
10290 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10292         * scm/stencil.scm (fontify-text): reinstate function
10294         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10296         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10298         * lily/parser.yy (book_paper_head): \bookpaper {} 
10300         * python/midi.c: remove config.h
10302 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10304         * scm/output-gnome.scm: Update.
10306 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10308         * scm/output-gnome.scm: New file.
10310         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10312 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10314         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10315         (find_scaled_font): move from Paper_def
10317 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10319         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10320         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10322         * po/fr.po: update po.
10324         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10326         * lily/book-paper-def.cc (print_smob): new file.
10328 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10330         * buildscripts/lilypond-words.py: search words also from
10331         music-functions-init.ly.
10333 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10335         * ly/music-functions-init.ly (def-music-function): new helper
10336         macro for defining music functions. \addlyrics \appoggiatura
10337         \acciaccatura \grace \partcombine \autochange \applycontext
10338         \applyoutput and \breathe are now defined here thanks to it.
10340         * lily/parser.yy: 
10341         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10342         \grace \partcombine \autochange \applycontext \applyoutput and
10343         \breathe keywords removed from the parser.
10345         * lily/parser.yy: 
10346         * lily/music-function.cc (ly_make_music_function): 
10347         * lily/lexer.ll (music_function_type): added a case for 0-arg
10348         music functions.
10350 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10352         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10353         refering to a music expression can be used in lily-inside-scheme:
10354         #{ $music #}
10356         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10357         and ly:parser-define, and change ly:parser-parse-string in order
10358         to make #{ $music #} work.
10360         * scm/new-markup.scm (compile-markup-expression): when an argument
10361         is a string, use `make-simple-markup'.
10363 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10365         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
10367 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10369         * scripts/convert-ly.py (FatalConversionError.func): handle + in
10370         font-size. (backportme)
10372 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10374         * lily/paper-outputter.cc (output_stencil): dump font definitions
10375         before each stencil.
10377         * lily/include/paper-book.hh (struct Score_lines): new
10378         struct. Collect info per Paper-score.
10380         * lily/include/page.hh (class Page): to_stencil() returns Stencil
10381         everywhere.
10383         * lily/stencil.cc (find_expression_fonts): new function
10385         * lily/paper-outputter.cc (output_stencil): use
10386         interpret_stencil_expr
10388         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
10389         (interpret_stencil_expr): new function. Generic stencil
10390         interpretation.
10392         * lily/paper-def.cc (find_scaled_font): divide lookup
10393         magnification by outpuscale for non-virtual fontmetrics. This
10394         fixes ludicrously long font definitions for text
10395         fonts. (backportme)
10397         * lily/score-engraver.cc: remove
10398         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
10400 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10402         * input/test/markup-score.ly: Remove \notes.
10404         * lily/parser.yy (book_body): Grok Composite_music and \header.
10405         (markup): Push NOTES mode before score_block.
10407         * VERSION: release 2.3.1
10409         * mf/feta-klef.mf: 
10410         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
10412         * Documentation/user/programming-interface.itely: Use @emph (was:
10413         @em).
10415         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
10417 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10419         * scm/output-tex.scm (output-tex-string): tighten safe security.
10421         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
10423         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
10424         allowed ly functions.
10426         * lily/ly-module.cc (ly_module_define): only define variable if
10427         bound.
10428         (ly_make_anonymous_module): take safe option.
10430 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10432         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
10434 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10436         * input/regression/newaddlyrics.ly: Fix.
10438         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
10439         \score \notes.
10441 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
10443         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
10445 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10447         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
10449         * lily/paper-line.cc (Paper_line): don't store list of stencils,
10450         but convert to single Stencil immediately.
10452         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
10454 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10456         * scm/output-sodipodi.scm: Resurrect sodipodi output.
10458 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10460         * elisp/lilypond-mode.el: Changed the way defaults are created for
10461         LilyPond-command-master.  LilyPond-mode will now check the
10462         timestamps of the files to see which command has to run next.
10464 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10466         * scm/bass-figure.scm (format-bass-figure): don't set
10467         number-markup for strings. This fixes string in bass
10468         figure. (backportme)
10470         * lily/parser.yy (bass_number): insert number-markup into figure
10471         definition.
10473         * scm/define-music-properties.scm (all-music-properties): make
10474         'figure a markup.
10476         * scripts/convert-ly.py (conv): \apply -> \applymusic
10478 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10480         * elisp/lilypond-mode.el: changed the order of some commands
10481         ("Midi" after "2Midi"), use the user-defined
10482         LilyPond-command-default as default instead of "LilyPond"
10484         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
10485         to set the master file for the next command.
10487         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
10488         with font-lock-reference-face.
10490 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
10492         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
10494         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
10496 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10498         * ly/music-functions-init.ly (TODO): new file.
10500         * lily/parser.yy (Generic_prefix_music_scm): add more
10501         music_function symbols.
10502         (Prefix_composite_music): change \apply to music-function   
10504         * lily/include/music-function.hh: rename to music-function
10506 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10508         * lily/music-head.cc (LY_DEFINE): change order of args.
10510         * input/regression/music-head.ly (texidoc): new file.
10512         * lily/parser.yy (Generic_prefix_music): allow generic
10513         music-transformation functions. 
10515         * lily/include/music-head.hh (is_music_head): new file.
10517         * lily/music-head.cc (get_music_head_transform): new file.
10519 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10521         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
10522         empty extent. This fixes ottava brackets on rests. (backportme)
10524         * make/lilypond.redhat.spec.in (Group): ln png files for info.
10526         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
10528         * cygwin/lily-wins.py: update for the lily-wins.py script.
10530 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10532         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
10533         code. This will obviate typeset_grob () in the future.  The effect
10534         of this is that improperly written spanner handling will result in
10535         invalid spanner bounds.
10536         (announce_grob): add to elems_ from here
10537         (typeset_grob): comment out.  
10539         * lily/include/engraver.hh (make_spanner): new calling interface
10540         for make_{item,spanner}. This obviates most calls to
10541         announce_grob().
10543         * scm/music-functions.scm (set-accidental-style): use GrandStaff
10544         iso. PianoStaff for piano styles.
10546 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
10548         * Documentation/user/music-glossary.tely: add segno after d.s.
10550 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10552         * lily/include/audio-column.hh: remove unused variables.
10553         (patch by Michael Welsh Duggan)
10555         * flower/include/axes.hh (other_axis): inline Axes function
10556         (thanks to David Brandon).
10558 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10560         * cygwin/mknetrel: Install image links (backportme).
10562         * Documentation/user/GNUmakefile (local-install-info): Activate
10563         actual installing of image links (backportme).
10565 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10567         * Documentation/user/notation.itely (Measure repeats): Removed
10568         unnecessary (and confusing) \context Voice{.
10570 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10572         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
10574         * lily/page.cc (Page): Do not use ly_scheme_function for
10575         volatile/configurable variables (FIXME: better name).
10577         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
10578         get_scmvar).
10580 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10582         * scripts/convert-ly.py (FatalConversionError.subst): use
10583         \transposition.
10585 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10587         * lily/include/page.hh (class Page): Declare left_margin ().
10589         * lily/page.cc: Remove paper var caching.
10591 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10593         * Documentation/user/music-glossary.tely: Add name to @top node.
10594         Remove comment from @table definitions (workaround for makinfo
10595         bug).
10597         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
10598         ly:stencil-get-expr).  Update callers.
10599         (ly:stencil-align-to!):  Return stencil too.
10601         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
10602         stencil.  Remove looped line-based page output.
10603         (output_line): Use line stencil.  Remove looped stencil-based line
10604         output.
10606         * lily/page.cc (ly:page-paper-lines): New function.
10608         * input/test/markup-score.ly: New file.
10610         * scm/define-markup-commands.scm (stencil): New markup.
10612         * lily/book.cc (to_stencil): New method.
10614         * lily/parser.yy (markup): Use it to grok \score.
10616 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10618         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
10620         * lily/paper-book.cc (pages): Change signature.  Update callers.
10622         * lily/include/page.hh:
10623         * lily/page.cc: New file.
10625         * lily/paper-line.cc (to_stencil): New method.
10627         * lily/paper-outputter.cc (output_stencil): New method.
10629         * lily/paper-outputter.cc (output_line): Use them.
10631         * lily/warn.cc: Remove.
10633         * lily/my-lily-parser.cc (distill_inname): Remove.
10635         * flower/include/file-name.hh: 
10636         * flower/file-name.cc: New file.  Update users.
10638         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
10639         (find): New method of same name.
10641         * lily/my-lily-parser.cc (ly:parse-file): Use it.
10643         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
10644         constant error message.
10646 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
10648         * input/test/{blank-notes.ly,staff-container.ly}: typos.
10650 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10652         * Documentation/user/music-glossary.tely: @table @strong' replaced
10653         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
10654         (backportme).
10656 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10658         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
10660         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
10661         #{ lily music expression #} that returns an equivalent scheme
10662         music expression by parsing the string.
10664 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10666         * lily/my-lily-parser.cc:
10667         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
10668         SCM string (foo.ly/toto.scm support).
10670 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10672         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
10674 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10676         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
10678         * scripts/lilypond-book.py: LY code that includes \header is
10679         not assumed to be a fragment.
10681 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10683         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
10684         tremolo beams up.
10686         * lily/stem.cc (chord_start_y): Return 0 if no heads.
10687         (get_default_stem_end_position): No tremolo head juggling if no
10688         heads.  Fixes tremolo crash on rests (backportme).
10690         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
10692 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10694         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
10695         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
10697         * lily/lexer.ll: Allow \encoding in NOTES mode.
10699         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
10700         for lyrics, not for commands.
10702         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
10703         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
10705         * input/regression/newaddlyrics.ly: New file.
10707         * Documentation/topdocs/NEWS.texi: Update.
10709         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
10710         (Music_list): Allow embedded scm.
10712         * lily/score.cc (ly:score-bookify): New function.
10714         * lily/music.cc (ly:music-scorify): Idem.
10716         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
10717         (ly:parser-print-score): Idem.
10719         * scm/lily.scm (default-toplevel-book-handler): Idem.
10720         (default-toplevel-music-handler): Idem.
10721         (default-toplevel-score-handler): Idem.
10723         * ly/declarations-init.ly: Set default toplevel handlers.
10725         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
10727         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
10728         printer for score at toplevel.
10730 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10732         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
10733         Fix for simple case: input/simple-song.ly, more complex stuff
10734         does not work yet.
10736 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10738         * lily/parser.yy (Prefix_composite_music): split Composite_music
10739         in Prefix_composite_music and Grouped_music_list.
10740         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
10742 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10744         * scm/lily.scm (toplevel-expression): New define.
10746         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
10748         * lily/parser.yy (toplevel_expression): Use it.
10750         * lily/include/my-lily-parser.hh: Smobbify.
10752         * lily/my-lily-parser.cc (parse_string): New method.
10754         * lily/my-lily-parser.cc (ly:parse-string): New function.
10756         * Documentation/user/lilypond.tely: Add comment and workaround for
10757         gs-8.01 crash.  Fixes make web.
10759         Simplification of toplevel music.
10761         * lily/lexer.ll, lily/parser.yy:
10763         * In LYRICS mode, return LYRICS_STRING.  This fixes one
10764         shift/reduce problem.
10766         * Use NOTES mode at start of maininput.
10768         * Grok toplevel composite music expression, put in score and book.
10770         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
10772         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
10774         * input/simple.ly: New file.
10776         * input/simple-song.ly: Idem.
10778 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10780         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
10781         Sandberg.
10783 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10785         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
10787 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
10789         * input/regression/accidental-octave.ly: doc automatic showing
10790         of note names.
10792 2004-04-16  Heikki Junes <janneke@gnu.org>
10794         * po/fi.po: do "make po && make -C po po-update" at top-level,
10795         then "cp po/out/fi.po po/fi.po" and update fields.
10797         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
10799 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10801         * Documentation/user/introduction.itely (About this manual): Fix
10802         templates and regression urls (backportme).
10804 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10806         * ly/engraver-init.ly (Score:graceSettings): Increase
10807         beamed-lengths, especially for 32nd notes.
10809         * Documentation/user/notation.itely (Grace notes): Correct the
10810         syntax for add-grace-property example.
10812 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10814         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
10815         `Generated' tag.
10817         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
10818         Severely broken (the Debian package, at least).
10820 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10822         * lily/context.cc (find_create_context): assign to lvalue.
10824 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10826         * lily/include/translator.hh (class Translator): rename
10827         get_parent_context() to context () to avoid confusion.
10829         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
10831         * lily/lexer.ll: change is_string -> ly_c_string_p 
10833         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
10835         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
10837 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10839         * VERSION: release 2.3.0
10841         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
10843         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
10844         if nonempty.
10846         * lily/include/context.hh (class Context): make members protected.
10847         (children_contexts): new accessor function.
10849         * lily/include/translator.hh (class Translator): make
10850         daddy_context_ protected.
10851         (class Translator): clean up. 
10853         * lily/include/context.hh (class Context): make daddy_context_
10854         private.
10856         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
10857         higher for finding Voice. (backportme)  
10859         * lily/include/context.hh (class Context): remove
10860         find_context_below() as a method.
10862         * Documentation/user/notation.itely (The Lyrics context): add note
10863         about manual durations
10865         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
10866         encoding.
10868         * scm/output-tex.scm (text): dump \inputencoding{} for text.
10870 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10872         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
10873         \usepackage{inputenc}
10875         * lily/paper-book.cc (classic_output): don't advance Offset for
10876         TeX output.
10878         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
10879         ec-sauter.map in rules
10881         * mf/ecb.mf (font_identifier): new file, based on ecbx
10883         * mf/ecb10.mf (gensize): new file.
10885         * Documentation/topdocs/NEWS.texi (Top): document some more new
10886         features.
10888         * ly/declarations-init.ly: run convert-ly
10890         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
10891         from input-file-results. Remove input-file-results.* 
10893 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10895         * scm/output-ps.scm (font-command): Fix, again.
10897         * input/test/title-markup.ly: Add \noPagebreak test.
10899         * lily/score-engraver.cc (try_music): Bugfix.
10901 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10903         * lily/main.cc (main_with_guile): excise dependency options -M and
10904         --dep-prefix
10906         * lily/input-file-results.cc: excise Makefile dependency code
10908         * Documentation/user/invoking.itexi (Invoking the lilypond
10909         binary): remove dep doco
10911         * lily/main.cc (main_with_guile): call lilypond-main
10913         * scm/lily.scm (lilypond-main): new function: handle multiple files.
10915         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
10916         exception.
10918         * lily/my-lily-parser.cc: remove paper_description function
10920         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
10921         new function.
10923         * lily/main.cc: remove global_score_count.
10925         * lily/book.cc (process): don't take header from global_input_file.
10927         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
10929         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
10931         * lily/music-output-def.cc (LY_DEFINE): new function
10932         ly_output_description. This function does the bulk for  setting,
10933         parsing and breaking down of an input file.
10935         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
10936         anonymous modules globally. Let's hope they get GCd
10938         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
10940 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10942         * scm/output-ps.scm (header): Papersize from paper.
10944         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
10945         for classic output.
10947         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
10948         lilypondclassic is defined.
10949         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
10951         * input/regression/between-systems.ly: Remove.
10953         * python/lilylib.py (get_bbox): Fix regular expression
10954         for bounding box.
10956         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
10958         * scm/output-tex.scm (stop-page): Use it.
10960         * scm/output-ps.scm (define-fonts): Bugfix.
10962         * lily/grob.cc: Add penalty to interface.
10964         * lily/include/paper-line.hh (class Paper_line): New member
10965         var penalty_.
10967         * lily/system.cc (get_line): Initialise Paper_line with
10968         page-penalty's from original grobs.
10970         * scm/define-music-properties.scm (all-music-properties): Add
10971         page-penalty.
10973         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
10975         * lily/score-engraver.cc (try_music): Handle page-penalty.
10977         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
10979 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10981         * ly/declarations-init.ly (melismaEnd): typo
10983         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
10985         * scm/output-ps.scm (text): split string into spaces, use moveto
10986         for setting space. 
10988 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10990         * po/nl.po: Update.
10992         * scm/font.scm (add-cmr-fonts): Typo.
10994 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10996         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
10997         font-encoding.
10999         * scm/define-grobs.scm (all-grob-descriptions): idem.
11001         * lily/time-signature.cc (numbered_time_signature): idem.
11003         * scm/font.scm (add-cmr-fonts): use real encoding names for
11004         font-encoding.
11006 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11008         * lily/paper-book.cc (classic_output): 
11009         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11010         Fixes classic output.
11011         (lilypondstart):
11012         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11013         kludge.
11015         * scripts/old-lilypond-book.py: Remove.
11017         Page layout for SCOREs enclosed in a BOOK:
11019         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11020         layout tweaking.
11022         * input/les-nereides.ly (theScore): Add \book.
11024         * input/test/title-markup.ly: Add \book.
11026         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11027         only if 'verbose.
11029         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11031         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11033         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11034         * scm/output-tex.scm (start-system): Update for page layout by
11035         LilyPond.
11037         * scm/output-ps.scm (start-system): Previously (new-start-system).
11039         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11040         passed to define-fonts.
11042         * lily/paper-column.cc: 
11043         * lily/system.cc (get_line):
11044         * ly/property-init.ly (newpage): 
11045         * scm/define-grob-properties.scm:
11046         * scm/output-ps.scm: 
11047         * scm/output-tex.scm: Remove between-system-string kludge.
11049         * scm/output-ps.scm (define-fonts, font-command,
11050         font-load-encoding): Handle ENCODING = #f.
11052         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11054         * scm/define-markup-commands.scm (fill-line): Use
11055         make-simple-markup (WAS: unexisting make-word-markup).
11057         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11058         ENCODING, MARKUP parameters for interpret_string.
11060         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11062         * lily/score.cc (book_rendering): New method.
11063         (default_rendering): Create Paper_book helper locally, dump
11064         output.
11066         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11068         * lily/parser.yy: Handle \book.
11070         * lily/include/book.hh: 
11071         * lily/book.cc: New file.
11073 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11075         * lily/text-item.cc (interpret_string): new file, select font with
11076         encoding.
11078         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11080         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11082         * lily/parser.yy (markup): take encoding from lexer.
11084 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11086         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11088         * scm/output-ps.scm: Remove some cruft.
11090 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11092         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11094         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11096 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11098         * scm/font.scm (add-century-schoolbook-fonts):
11099         (make-century-schoolbook-tree): New function.
11101         * input/test/title-markup.ly: Use Century Schoolbook font.
11103 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11105         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11106         to Erik Sandberg) 
11108         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11110         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11112         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11114         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11116 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11118         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11119         solo-state (at end of solo), we can set the solo status
11120         too. (backportme.)
11122         * input/regression/part-combine-solo-end.ly: new file.
11124 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11126         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11127         flavour abc files.  Really ignore unknown keys (backportme).
11129 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11131         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11132         magnification_ when looking up in orig_.
11134         * scm/output-tex.scm (text): switch off char-mapping.
11136         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11137         because AFM's encoding field cannot have spaces.
11139 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11141         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11143 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11145         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11147         * mf/cmr.enc: new file, without hi-bit ascii info. 
11149         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11150         width. This removes the 'hook' at the end of a long slur.
11152         * buildscripts/mf-to-table.py (parse_logfile): don't append
11153         encoding to fontname.
11155 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11157         * scm/output-ps.scm (define-fonts): Load .enc only once.
11159         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11160         too.
11162 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11164         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11165         encoding field.
11167         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11169         * ly/portuges.ly (pitchnames): new file.
11171         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11172         Michael Welsh Duggan
11174         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11176         * ly/nederlands.ly: add comment about digits.
11178         * lily/scaled-font-metric.cc (derived_mark): idem.
11180         * scm/encoding.scm (make-encoding-mapping): change permutation to
11181         mapping.
11183         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11184         (Modified_font_metric): make alist for coding_description_
11185         (LY_DEFINE): remove coding-name.
11187         * scm/output-tex.scm (text): remove debugging code.
11189         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11191         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11192         from infile.
11194         * mf/feta-generic.mf: move fet_beginfont into generic code.
11195         use fetaMusic (without space) as encoding
11197         * mf/feta-autometric.mf: take encoding argument
11199         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11201         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11202         use.
11204         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11205         name.
11207 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11209         * input/test/title-markup.ly: Set inputencoding.
11211         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11213         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11215         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11216         function.
11217         (coding-alist): Also hold filename, command.
11218         (read-encoding-file): Return symbols.
11220 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11222         * scm/output-tex.scm: remove fontify; text and char take a font
11223         argument.
11225         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11227         * lily/scaled-font-metric.cc (text_dimension): init
11228         coding_{permutation,table}_ too 
11229         (LY_DEFINE): ly:font-encoding, new function return
11231         * lily/paper-def.cc (find_scaled_font): take input coding from
11232         inputcoding paper var.
11234         * lily/performance.cc (output): remap modulo 16.
11236         * lily/text-item.cc (interpret_markup): whoops, variable
11237         shadowing fixed.
11239 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11241         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11242         symbols, not symbols to strings.
11244         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11245         symbols, not symbols to strings.
11247 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11249         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11250         (ly:kpathsea-gulp-file): New function.
11252         * scm/encoding.scm (read-encoding-file): Use it.
11254 2004-04-06  Werner Lemberg  <wl@gnu.org>
11256         * scm/encoding.scm (coding-alist): Fix typo.
11258 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11260         * lily/scaled-font-metric.cc (text_dimension): move function from
11261         Font_metric
11262         (make_scaled_font_metric): init coding_scheme_ to TeX
11263         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11265         * lily/include/scaled-font-metric.hh (struct
11266         Modified_font_metric): rename from Scaled_font_metric
11268         * scm/encoding.scm (read-encoding-file): split up large function,
11269         leave caching to (delay)
11271         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11273 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11275         * lily/my-lily-lexer.cc (set_encoding): New method.
11277         * lily/lexer.ll: Grok \encoding.
11279         * lily/font-metric.cc (get_encoded_index): New function.
11281         * lily/include/font-metric.hh (coding_scheme): New method.
11283         * scm/encoding.scm: New file.
11285         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11287 2004-04-05  Werner Lemberg  <wl@gnu.org>
11289         * Documentation/user/tutorial.itely: Revised (finished).
11291         * Documentation/user/macros.itexi (@separate): Removed.
11293 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11295         * scm/output-ps.scm (define-fonts): fix scaling.
11297         * lily/scaled-font-metric.cc (design_size): add function.
11299         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11300         partial cut&paste of ly:font-magnification.
11302 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11304         * scm/output-ps.scm (define-fonts):
11305         (fontify): Update.
11307 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11309         * po/fr.po: update. (backportme).
11311         * po/nl.po: update. (backportme). 
11313         * mf/feta-beugel.mf: document why design size is not fixed.
11315         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11317 2004-04-04  Werner Lemberg  <wl@gnu.org>
11319         * Documentation/user/tutorial.itely: Revised (continued).
11321 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11323         * po/nl.po: Update (backportme).
11325 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11327         * po/de.po: update. (backportme).
11329         * scm/output-tex.scm (font-command): use ly: functions to
11330         construct name.
11331         (define-fonts): don't use alist, just dump \font definitions.
11332         (font-load-command): calculate proper scaling by taking
11333         outputscale from paper argument.
11335         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11336         expression.
11338         * lily/paper-outputter.cc (output_header): pass paper arg to
11339         define-fonts
11341         * lily/paper-def.cc (font_descriptions): dump list of
11342         Scaled_font_metrics
11343         (find_scaled_font): take Font_metric argument, store
11344         Scaled_font_metrics in hash-table containing (size ->
11345         Scaled_font_metrics) alist.
11346         (get_dimension): rename from get_realvar
11348         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11349         ly:font-magnification, ly:font-name: new functions
11351 2004-04-03  Werner Lemberg  <wl@gnu.org>
11353         * Documentation/user/dedication.itely,
11354         Documentation/user/preface.itely,
11355         Documentation/user/introduction.itely,
11356         Documentation/user/tutorial.itely: Revised.
11357         Removing leading spaces which distorts output if info files are read
11358         with stand-alone info.
11359         Removing superfluous inter-word spaces which also distorts output
11360         for stand-alone info.
11361         Using ` and ' instead of `` and '' everywhere to improve
11362         legilibility with stand-alone info
11363         Using @samp for single-letter input items and data which contains
11364         spaces, @code for other things.
11366         * lily/grob-interface.cc: Adding copyright.
11367         (check_interfaces_for_property): Improve format of warning message.
11369 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11371         * lily/include/font-metric.hh (struct Font_metric): add
11372         design_size () method.
11374         * buildscripts/mf-to-table.py (base): add DesignSize comment.
11376         * lily/afm.cc (read_afm_file): read design size.
11378         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
11380         * scm/music-functions.scm (unfold-repeats): handle dots too.
11382 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11384         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
11385         (backportme)
11387 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11389         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
11390         lyric indent.  Revert melismaBusyProperties using \unset.
11392 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11394         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
11396         * lily/parser.yy (command_element): allow redefinition of |
11397         meaning.
11399         * lily/break-align-engraver.cc (acknowledge_grob): construct
11400         LeftEdge where the first cause for alignment is coming from.
11401         This makes \override Staff.LeftEdge work as expected.
11403         * lily/slur-performer.cc (Slur_performer): add inits
11405         * lily/beam-performer.cc (Beam_performer): add inits
11407 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11409         * VERSION (PACKAGE_NAME): release 2.2.0
11411 #Local variables:
11412 #coding: utf-8
11413 #End: