? out Index: lilypond-mode.el =================================================================== RCS file: /cvsroot/lilypond/lilypond/elisp/lilypond-mode.el,v retrieving revision 1.16 diff -u -r1.16 lilypond-mode.el --- lilypond-mode.el 19 Apr 2005 17:18:10 -0000 1.16 +++ lilypond-mode.el 11 Jun 2005 20:26:03 -0000 @@ -425,7 +425,7 @@ ("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")) + ("2PS" . (,(concat LilyPond-lilypond-command " -f ps %s") "%s" "%p" "ViewPS")) ("2Midi" . (,(concat LilyPond-lilypond-command " -m %s") "%s" "%m" "Midi")) ("2Gnome" . (,(concat LilyPond-lilypond-command " -b gnome %s")))