X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=elisp%2Flilypond-mode.el;h=1c272c171c22a7aa6528615e115d448f5d04f407;hb=27d4215e2a299cbbfc1b4c7eaf4e08034d3c87d4;hp=d30f6c725f8b21b50019ae47f62690e6ed5e5423;hpb=f2033c771697b314e2cb112681dfc7a23992b7b3;p=lilypond.git diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index d30f6c725f..1c272c171c 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -411,11 +411,11 @@ in LilyPond-include-path." ;; Should expand this to include possible keyboard shortcuts which ;; could then be mapped to define-key and menu. `( - ("LilyPond" . ("lilypond-bin %s" "%s" "%l" "LaTeX")) + ("LilyPond" . ("lilypond %s" "%s" "%l" "ViewPS")) ("TeX" . ("tex '\\nonstopmode\\input %t'" "%t" "%d" "View")) - ("2Dvi" . ("lilypond %s" "%s" "%d" "View")) - ("2PS" . ("lilypond -P %s" "%s" "%p" "ViewPS")) + ("2Dvi" . ("lilypond -f tex %s" "%s" "%d" "LaTeX")) + ("2PS" . ("lilypond -f ps %s" "%s" "%p" "ViewPS")) ("2Midi" . ("lilypond -m %s" "%s" "%m" "Midi")) ("Book" . ("lilypond-book %x" "%x" "%l" "LaTeX"))