diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-12 18:44:29 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-12 18:44:29 +0000 |
commit | 19e4ebf1ae69963f01a01401a876459ab67adeef (patch) | |
tree | 4f9dd59a02e8424015561fa27a7b16c8d2e9e98b /elisp | |
parent | a31494f4d9f00a32c87ddd5b50ad3265dc29732b (diff) |
*** empty log message ***
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/lilypond-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index 39d15a3861..b7184d7d3c 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -425,7 +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 "-f ps %s") "%s" "%p" "ViewPS")) + ("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")) |