]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
18 years agoThis commit was manufactured by cvs2svn to create tag 'lilypond_2_5_32'. release/2.5.32
janneke [Wed, 22 Jun 2005 15:11:58 +0000 (15:11 +0000)]
This commit was manufactured by cvs2svn to create tag 'lilypond_2_5_32'.

18 years agorelease commit
hanwen [Wed, 22 Jun 2005 15:11:57 +0000 (15:11 +0000)]
release commit

18 years ago* lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
hanwen [Wed, 22 Jun 2005 15:06:05 +0000 (15:06 +0000)]
* lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
variable in lily module

* scm/framework-ps.scm (output-classic-framework): error message
regarding the classic framework.

18 years ago* Documentation/user/henle-flat-gray.png (Module): new file.
hanwen [Wed, 22 Jun 2005 13:59:57 +0000 (13:59 +0000)]
* Documentation/user/henle-flat-gray.png (Module): new file.

* Documentation/user/baer-flat-gray.png (Module): new file.

18 years ago* scm/output-lib.scm (fret-number-tablature-format): vcenter and
hanwen [Tue, 21 Jun 2005 23:58:19 +0000 (23:58 +0000)]
* scm/output-lib.scm (fret-number-tablature-format): vcenter and
whiteout for markups.

* buildscripts/substitute-encoding.py (note_glyph): include _ in
regex too. This fixes change clef appearance in PDF.

18 years ago* lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
hanwen [Tue, 21 Jun 2005 23:25:40 +0000 (23:25 +0000)]
* lily/GNUmakefile (MODULE_INCLUDES): remove ttftool

* GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.

* lily/ttf.cc (print_header): new file. Convert to type42, using
FreeType to parse the TTF.

18 years ago* configure.in (reloc_b): remove TTFTOOL_ENDIAN
hanwen [Tue, 21 Jun 2005 23:19:28 +0000 (23:19 +0000)]
* configure.in (reloc_b): remove TTFTOOL_ENDIAN

* config.make.in (WINDRES): remove TTFTOOL_ENDIAN.

18 years ago(MODULE_INCLUDES): remove ttftool
hanwen [Tue, 21 Jun 2005 23:18:25 +0000 (23:18 +0000)]
(MODULE_INCLUDES): remove ttftool

18 years ago* GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
hanwen [Tue, 21 Jun 2005 23:17:38 +0000 (23:17 +0000)]
* GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.

* ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
and post table may differ. Pass around post_nglyphs as well.

18 years ago* GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
hanwen [Tue, 21 Jun 2005 23:16:34 +0000 (23:16 +0000)]
* GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.

* lily/ttf.cc (print_header): new file. Convert to type42, using
FreeType to parse the TTF.

18 years ago*** empty log message ***
hanwen [Tue, 21 Jun 2005 23:12:51 +0000 (23:12 +0000)]
*** empty log message ***

18 years ago(readPostTable): ugh. Kludge: nglyphs in maxp
hanwen [Tue, 21 Jun 2005 22:05:51 +0000 (22:05 +0000)]
(readPostTable): ugh. Kludge: nglyphs in maxp
and post table may differ. Pass around post_nglyphs as well.

18 years ago*** empty log message ***
hanwen [Tue, 21 Jun 2005 21:43:36 +0000 (21:43 +0000)]
*** empty log message ***

18 years agoVery minor update on feta font usage.
gpercival [Mon, 20 Jun 2005 13:24:22 +0000 (13:24 +0000)]
Very minor update on feta font usage.

18 years ago* scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
hanwen [Sun, 19 Jun 2005 14:52:33 +0000 (14:52 +0000)]
* scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
page switch.

* make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
anti-alias-factor for lilypond-book runs.

* scm/ps-to-png.scm (scale-down-image): new function.
(my-system): new function.
(make-ps-images): blow up GS resolution by anti-alias-factor,
scale down image by anti-alias-factor.  This improves appearance
of
(make-ps-images): remove showpage. Fixes spurious empty png at end.

* scm/lily.scm (lambda): default resolution 116 (8 pixels per
space).

18 years ago(write-preamble): downcase filename before
hanwen [Sun, 19 Jun 2005 13:50:24 +0000 (13:50 +0000)]
(write-preamble): downcase filename before
string-matching. Should fix .TTF files (as opposed to ttf files)

18 years ago(lambda): default resolution 116 (8 pixels per
hanwen [Sun, 19 Jun 2005 11:21:07 +0000 (11:21 +0000)]
(lambda): default resolution 116 (8 pixels per
space).

18 years ago* scm/lily.scm (lambda): default resolution 101.178 (7 pixels per
hanwen [Sun, 19 Jun 2005 00:47:17 +0000 (00:47 +0000)]
* scm/lily.scm (lambda): default resolution 101.178 (7 pixels per
space).

* Documentation/user/tutorial.itely (Running LilyPond for the
first time): separate subsections for windows, macos and unix.

18 years ago* Documentation/user/tutorial.itely (Running LilyPond for the
hanwen [Sat, 18 Jun 2005 23:45:11 +0000 (23:45 +0000)]
* Documentation/user/tutorial.itely (Running LilyPond for the
first time): separate subsections for windows, macos and unix.

* Documentation/user/invoking.itely (Updating files with
convert-ly): add MacOS X note.

18 years ago(file): open file in binary mode. This
hanwen [Fri, 17 Jun 2005 23:39:16 +0000 (23:39 +0000)]
(file): open file in binary mode. This
fixes OTF embedding on windows.

18 years ago(write-preamble): remove debugging output.
hanwen [Fri, 17 Jun 2005 13:02:55 +0000 (13:02 +0000)]
(write-preamble): remove debugging output.

18 years ago* mf/aybabtu.pe.in (i): don't generate aybabtu.cff
hanwen [Fri, 17 Jun 2005 12:41:13 +0000 (12:41 +0000)]
* mf/aybabtu.pe.in (i): don't generate aybabtu.cff

* mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
outdir.
(install-fc-cache): insatll font cache in installation directories.

18 years ago($(outdir)/fonts.cache-1): create font cache for
hanwen [Fri, 17 Jun 2005 12:34:07 +0000 (12:34 +0000)]
($(outdir)/fonts.cache-1): create font cache for
outdir.
(install-fc-cache): insatll font cache in installation directories.

18 years ago(editor-command-template-alist): Use char iso
janneke [Fri, 17 Jun 2005 08:14:00 +0000 (08:14 +0000)]
(editor-command-template-alist): Use char iso
column, except for Emacs.
(get-editor-command): Substitute char too (Bert).

18 years ago(make-ps-images): Use ~S instead of single
janneke [Thu, 16 Jun 2005 19:11:55 +0000 (19:11 +0000)]
(make-ps-images): Use ~S instead of single
quoted ~s.  This should fix PNG output on Windows; single quotes
are regular characters on Windows.

18 years ago*** empty log message ***
janneke [Thu, 16 Jun 2005 12:21:17 +0000 (12:21 +0000)]
*** empty log message ***

18 years agoNew doc section on fixing overlapping notation.
gpercival [Thu, 16 Jun 2005 12:02:41 +0000 (12:02 +0000)]
New doc section on fixing overlapping notation.

18 years ago Corrected typo by Jan
matsb [Thu, 16 Jun 2005 11:54:02 +0000 (11:54 +0000)]
  Corrected typo by Jan

18 years ago*** empty log message ***
hanwen [Thu, 16 Jun 2005 11:49:38 +0000 (11:49 +0000)]
*** empty log message ***

18 years ago(Paper size): \paper is in
hanwen [Thu, 16 Jun 2005 11:44:15 +0000 (11:44 +0000)]
(Paper size): \paper is in
\score, not \book.

18 years ago*** empty log message ***
hanwen [Thu, 16 Jun 2005 11:13:55 +0000 (11:13 +0000)]
*** empty log message ***

18 years ago* make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir...
hanwen [Thu, 16 Jun 2005 11:13:02 +0000 (11:13 +0000)]
* make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps):

* ly/engraver-init.ly: make Staff default child of ChoirStaff.

18 years ago* ChangeLog: Recode utf-8.
janneke [Thu, 16 Jun 2005 06:43:20 +0000 (06:43 +0000)]
* ChangeLog: Recode utf-8.

* python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
datadir with .py modules.

18 years ago* Documentation/user/basic-notation.itely (Ties): add tieDashed.
hjunes [Wed, 15 Jun 2005 11:39:42 +0000 (11:39 +0000)]
* Documentation/user/basic-notation.itely (Ties): add tieDashed.

18 years ago* scm/framework-ps.scm (write-preamble): remove status check.
hanwen [Wed, 15 Jun 2005 10:35:56 +0000 (10:35 +0000)]
* scm/framework-ps.scm (write-preamble): remove status check.

* scm/framework-ps.scm (write-preamble): use ly:system.
(write-preamble): verbosity.

18 years ago(Updating files with
hanwen [Wed, 15 Jun 2005 00:53:33 +0000 (00:53 +0000)]
(Updating files with
convert-ly): remove -o option.

18 years ago(write-preamble): use ly:system.
hanwen [Wed, 15 Jun 2005 00:43:19 +0000 (00:43 +0000)]
(write-preamble): use ly:system.
(write-preamble): verbosity.

18 years ago* scm/framework-ps.scm (write-preamble): use ly:system.
hanwen [Wed, 15 Jun 2005 00:39:48 +0000 (00:39 +0000)]
* scm/framework-ps.scm (write-preamble): use ly:system.
(write-preamble): verbosity.

* scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.

18 years ago* scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
hanwen [Tue, 14 Jun 2005 23:01:53 +0000 (23:01 +0000)]
* scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.

* python/convertrules.py: new file. Store conversion rules
separately.

18 years ago(postprocess-output): remove debugging gobs.
hanwen [Tue, 14 Jun 2005 19:51:15 +0000 (19:51 +0000)]
(postprocess-output): remove debugging gobs.

18 years ago * Documentation/topdocs/NEWS.tely (Top): Corrected name of
matsb [Tue, 14 Jun 2005 15:27:51 +0000 (15:27 +0000)]
* Documentation/topdocs/NEWS.tely (Top): Corrected name of
\musicDisplay

18 years ago * Documentation/user/instrument-notation.itely (More stanzas): Add
matsb [Tue, 14 Jun 2005 15:15:59 +0000 (15:15 +0000)]
* Documentation/user/instrument-notation.itely (More stanzas): Add
reference to StanzaNumber.

18 years agoseparate section website translators.
hanwen [Tue, 14 Jun 2005 11:20:32 +0000 (11:20 +0000)]
separate section website translators.

18 years agoAdded color names.
gpercival [Tue, 14 Jun 2005 05:44:20 +0000 (05:44 +0000)]
Added color names.

18 years agoAdded color names.
gpercival [Tue, 14 Jun 2005 03:52:00 +0000 (03:52 +0000)]
Added color names.

18 years agoCompile fix.
gpercival [Tue, 14 Jun 2005 03:39:17 +0000 (03:39 +0000)]
Compile fix.

18 years agoUpdated docs for vim-mode.
gpercival [Tue, 14 Jun 2005 03:16:53 +0000 (03:16 +0000)]
Updated docs for vim-mode.

18 years ago* lily/program-option.cc (LY_DEFINE): new function ly_add_option.
hanwen [Tue, 14 Jun 2005 00:44:14 +0000 (00:44 +0000)]
* lily/program-option.cc (LY_DEFINE): new function ly_add_option.

* scm/lily.scm (lambda): initialize program options from here.

18 years ago*** empty log message ***
hanwen [Tue, 14 Jun 2005 00:22:03 +0000 (00:22 +0000)]
*** empty log message ***

18 years ago* lily/main.cc (parse_argv): only set output format to pdf if no
hanwen [Tue, 14 Jun 2005 00:19:37 +0000 (00:19 +0000)]
* lily/main.cc (parse_argv): only set output format to pdf if no
other format specified.

* scm/backend-library.scm (postprocess-output): process
'delete-intermediate-files after running convert-to-*. This fixes
PNG generation when 'delete-intermediate-files is set.

18 years ago(list_item): thinko. Fixes png
hanwen [Mon, 13 Jun 2005 13:13:46 +0000 (13:13 +0000)]
(list_item): thinko. Fixes png
links on website.

18 years agoTypos.
gpercival [Mon, 13 Jun 2005 10:06:37 +0000 (10:06 +0000)]
Typos.

18 years ago*** empty log message ***
hanwen [Sun, 12 Jun 2005 18:44:29 +0000 (18:44 +0000)]
*** empty log message ***

18 years ago* elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
hanwen [Sun, 12 Jun 2005 18:42:49 +0000 (18:42 +0000)]
* elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
(LilyPond-command-alist): use -f ps (thanks to Pal Benko)

* input/sakura-sakura.ly: add \midi.

* buildscripts/mutopia-index.py (find): use /usr/bin/find
iso. python find.

* ttftool/test.c (main): cosmetics.

* ttftool/util.c (surely_lseek): use stdio FILE's for I/O

* ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
create a ttf2ps binary.

* scm/backend-library.scm (postscript->png): set rename-page-1 to
true.

18 years ago* ttftool/util.c (surely_lseek): use stdio FILE's for I/O
hanwen [Sun, 12 Jun 2005 16:33:21 +0000 (16:33 +0000)]
* ttftool/util.c (surely_lseek): use stdio FILE's for I/O

* ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
create a ttf2ps binary.

18 years ago* scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
hanwen [Sun, 12 Jun 2005 14:11:19 +0000 (14:11 +0000)]
* scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.

* scm/backend-library.scm (postscript->png): set rename-page-1 to
true.

18 years agoAdd warning about font warnings in dvips.
gpercival [Sun, 12 Jun 2005 06:46:23 +0000 (06:46 +0000)]
Add warning about font warnings in dvips.

18 years ago* THANKS: typo
hanwen [Sat, 11 Jun 2005 13:49:35 +0000 (13:49 +0000)]
* THANKS: typo

* GNUmakefile.in: remove links for .map, .enc
don't fail if out/ doesn't exist yet.

18 years ago* mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
hanwen [Sat, 11 Jun 2005 13:40:52 +0000 (13:40 +0000)]
* mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.

* GNUmakefile.in: remove links for .map, .enc
don't fail if out/ doesn't exist yet.

18 years agoremove links for .map, .enc
hanwen [Sat, 11 Jun 2005 13:25:40 +0000 (13:25 +0000)]
remove links for .map, .enc
don't fail if out/ doesn't exist yet.

18 years ago(surely_read): return nbytes
hanwen [Fri, 10 Jun 2005 20:09:01 +0000 (20:09 +0000)]
(surely_read): return nbytes

18 years ago(txt2html): add utf-8 marker.
hanwen [Fri, 10 Jun 2005 14:15:31 +0000 (14:15 +0000)]
(txt2html): add utf-8 marker.

18 years ago(precision_string): >? fix.
hanwen [Fri, 10 Jun 2005 13:08:01 +0000 (13:08 +0000)]
(precision_string): >? fix.

18 years ago(make-ps-images): search-gs for multipage too.
hanwen [Fri, 10 Jun 2005 12:59:05 +0000 (12:59 +0000)]
(make-ps-images): search-gs for multipage too.
(make-ps-images): add verbose -q too.

18 years ago(make-ps-images): search-gs for multipage too.
hanwen [Fri, 10 Jun 2005 12:52:02 +0000 (12:52 +0000)]
(make-ps-images): search-gs for multipage too.

18 years ago*** empty log message ***
hanwen [Fri, 10 Jun 2005 12:03:58 +0000 (12:03 +0000)]
*** empty log message ***

18 years ago* lily/default-actions.cc (Module): new file. default
hanwen [Fri, 10 Jun 2005 10:58:50 +0000 (10:58 +0000)]
* lily/default-actions.cc (Module): new file. default
{book,score}-print functions.

* scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
pass results via parseStringResult, lookup via ly:parser-lookup.

* lily/lily-parser.cc (Lily_parser): only clone lexer in
constructors.
(parse_file): encapsulate do_yyparse() in scm_set_current_module()
(parse_string): idem.

* ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.

18 years ago(main_with_guile): copy be_verbose_global into
hanwen [Fri, 10 Jun 2005 09:30:43 +0000 (09:30 +0000)]
(main_with_guile): copy be_verbose_global into
ly_set_option()

18 years ago(main_with_guile): copy be_verbose_global into
hanwen [Fri, 10 Jun 2005 09:29:03 +0000 (09:29 +0000)]
(main_with_guile): copy be_verbose_global into
ly_set_option()

18 years ago* scm/backend-library.scm (postscript->pdf):
janneke [Fri, 10 Jun 2005 08:19:19 +0000 (08:19 +0000)]
* scm/backend-library.scm (postscript->pdf):
* scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
verbose mode.  Search for several names of gs executable.

18 years ago*** empty log message ***
hanwen [Fri, 10 Jun 2005 00:58:00 +0000 (00:58 +0000)]
*** empty log message ***

18 years ago(ly_make_anonymous_module): call make-module
hanwen [Fri, 10 Jun 2005 00:36:22 +0000 (00:36 +0000)]
(ly_make_anonymous_module): call make-module
directly. This fixes a massive memory leak, provided you use CVS
GUILE.

18 years agoAdded \tieDashed
erik [Thu, 9 Jun 2005 23:07:02 +0000 (23:07 +0000)]
Added \tieDashed

18 years ago* lily/program-option.cc: add debug-gc option.
hanwen [Thu, 9 Jun 2005 18:28:59 +0000 (18:28 +0000)]
* lily/program-option.cc: add debug-gc option.

* lily/program-option.cc: rename from scm-option.cc

18 years ago*** empty log message ***
hanwen [Thu, 9 Jun 2005 18:26:01 +0000 (18:26 +0000)]
*** empty log message ***

18 years ago* lily/include/lily-guile-macros.hh: don't protect exported module
hanwen [Thu, 9 Jun 2005 18:05:31 +0000 (18:05 +0000)]
* lily/include/lily-guile-macros.hh: don't protect exported module
objects.

* lily/include/lily-parser.hh (class Lily_parser): remove beam_check().

18 years ago* scm/backend-library.scm (postscript->pdf): use
hanwen [Thu, 9 Jun 2005 17:16:46 +0000 (17:16 +0000)]
* scm/backend-library.scm (postscript->pdf): use
delete-intermediate-files iso. running-from-gui?

* ttftool/util.c (surely_read): robustness. Allow read() to return
less bytes than requested, as per posix standards.

* lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
program option.

* lily/program-option.cc: rename from scm-option.cc

18 years ago* lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
hanwen [Thu, 9 Jun 2005 16:45:47 +0000 (16:45 +0000)]
* lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
program option.

* ttftool/include/ttftool.h ("C"): rename verbosity to
ttf_verbosity. Add to public interface.

* lily/program-option.cc: rename from scm-option.cc

18 years ago(unfold-repeats): remove debugging display.
hanwen [Thu, 9 Jun 2005 15:44:49 +0000 (15:44 +0000)]
(unfold-repeats): remove debugging display.

18 years ago* lily/program-option.cc: rename from scm-option.cc
hanwen [Thu, 9 Jun 2005 14:09:33 +0000 (14:09 +0000)]
* lily/program-option.cc: rename from scm-option.cc

* lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
(get_help_string): Print pretty help string.

* scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
to snippet preamble.

* lily/scm-option.cc: remove command-line-settings option. Fold
all command-line options plus default settings in a generic
interface.

* flower/getopt-long.cc (table_string): indent 2nd lines of help
texts too.

18 years agoBugfix: only append DIRSEP if BASE_
janneke [Thu, 9 Jun 2005 11:52:07 +0000 (11:52 +0000)]
Bugfix: only append DIRSEP if BASE_
or EXT_ components non-empty.

18 years ago(surely_lseek): more verbosity.
hanwen [Thu, 9 Jun 2005 10:45:18 +0000 (10:45 +0000)]
(surely_lseek): more verbosity.

18 years ago* lily/include/lily-proto.hh: add Context_def. This fixes FC4
hanwen [Thu, 9 Jun 2005 10:26:19 +0000 (10:26 +0000)]
* lily/include/lily-proto.hh: add Context_def. This fixes FC4
compile.

* lily/parser.yy (Repeated_music): remove >?

18 years ago* scm/framework-ps.scm (write-preamble): Support for -d
hanwen [Thu, 9 Jun 2005 10:14:31 +0000 (10:14 +0000)]
* scm/framework-ps.scm (write-preamble): Support for -d
gs-font-load=1: read fonts via ghostscript.

* scm/backend-library.scm (postscript->pdf): Support for
-dgs-font-load=1

18 years agoAdded \layout docs.
gpercival [Thu, 9 Jun 2005 08:07:40 +0000 (08:07 +0000)]
Added \layout docs.

18 years agoadd unistd.h
hanwen [Wed, 8 Jun 2005 22:44:24 +0000 (22:44 +0000)]
add unistd.h

18 years ago*** empty log message ***
janneke [Wed, 8 Jun 2005 13:45:29 +0000 (13:45 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
hanwen [Wed, 8 Jun 2005 13:27:24 +0000 (13:27 +0000)]
*** empty log message ***

18 years ago* scm/editor.scm: add char argument.
hanwen [Wed, 8 Jun 2005 13:10:21 +0000 (13:10 +0000)]
* scm/editor.scm: add char argument.

* scripts/lilypond-invoke-editor.scm (dissect-uri): add char.

18 years ago* ttftool/util.c (syserror): use errno for better error reporting.
hanwen [Wed, 8 Jun 2005 13:07:11 +0000 (13:07 +0000)]
* ttftool/util.c (syserror): use errno for better error reporting.

* lily/source-file.cc (get_counts): new function. Calc column,
line and char count in one go.

* lily/binary-source-file.cc (quote_input): rename to quote_input

* lily/input.cc (set): new function.

18 years ago(prepend_env_path): Bugfix: Check directory
janneke [Wed, 8 Jun 2005 12:31:23 +0000 (12:31 +0000)]
(prepend_env_path): Bugfix: Check directory
existence before appending original path.

18 years ago(readNamingTable): verbosity for "bad TTF
hanwen [Wed, 8 Jun 2005 11:26:12 +0000 (11:26 +0000)]
(readNamingTable): verbosity for "bad TTF
file" massage.

18 years agoTrivial edit that I forgot to upload last time.
gpercival [Wed, 8 Jun 2005 02:36:21 +0000 (02:36 +0000)]
Trivial edit that I forgot to upload last time.

18 years ago(TEXINPUTS): set TEXINPUTS so our
hanwen [Tue, 7 Jun 2005 22:50:49 +0000 (22:50 +0000)]
(TEXINPUTS): set TEXINPUTS so our
texinfo.tex is always used.

18 years ago* flower/include/axis.hh: rename from axes.hh
hanwen [Tue, 7 Jun 2005 15:13:06 +0000 (15:13 +0000)]
* flower/include/axis.hh: rename from axes.hh

* lily/include/text-interface.hh (Module): rename from text-item.hh

* scm/framework-ps.scm (font-file-as-ps-string): new function.
(handle-macfont): new function. Call fondu for Native mac fonts.

18 years agorelease commit
hanwen [Tue, 7 Jun 2005 14:38:08 +0000 (14:38 +0000)]
release commit

18 years ago* ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
hanwen [Tue, 7 Jun 2005 13:34:02 +0000 (13:34 +0000)]
* ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.

* scm/framework-ps.scm (font-file-as-ps-string): new function.
(handle-macfont): new function. Call fondu for Native mac fonts.

18 years ago(fill-line): handle text-widths =
hanwen [Tue, 7 Jun 2005 11:29:30 +0000 (11:29 +0000)]
(fill-line): handle text-widths =
'() case.

18 years ago*** empty log message ***
hanwen [Tue, 7 Jun 2005 10:39:58 +0000 (10:39 +0000)]
*** empty log message ***

18 years ago(make-ps-images): Bugfix: `Pages: 1\n' is not
janneke [Tue, 7 Jun 2005 07:45:32 +0000 (07:45 +0000)]
(make-ps-images): Bugfix: `Pages: 1\n' is not
multi-page.  Fix .eps regular expression.