diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-12 18:42:49 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-12 18:42:49 +0000 |
commit | a31494f4d9f00a32c87ddd5b50ad3265dc29732b (patch) | |
tree | 0c542463cd77f5539564540fea6ef4fb6b4a2d49 /elisp | |
parent | 93b85ebaf9047a55505cc7b2c302dce42cc49d59 (diff) |
* 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.
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/lilypond-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index 9330df71a5..39d15a3861 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -425,8 +425,7 @@ in LilyPond-include-path." ("LilyPond" . (,(concat LilyPond-lilypond-command " %s") "%s" "%l" "View")) ("TeX" . ("tex '\\nonstopmode\\input %t'" "%t" "%d" "ViewDVI")) ("2Dvi" . (,(concat LilyPond-lilypond-command " -b tex %s") "%s" "%d" "LaTeX")) - ("2PS" . (,(concat LilyPond-lilypond-command "-b ps %s") "%s" "%p" "ViewPS")) - ("2Midi" . (,(concat LilyPond-lilypond-command " -m %s") "%s" "%m" "Midi")) + ("2PS" . (,(concat LilyPond-lilypond-command "-f ps %s") "%s" "%p" "ViewPS")) ("2Gnome" . (,(concat LilyPond-lilypond-command " -b gnome %s"))) ("Book" . ("lilypond-book %x" "%x" "%l" "LaTeX")) |