Hi,

in lilypond-2.18.0/vim/lilypond-ftplugin.vim
I see:

" <F6>  view ps with ghostview
map <buffer> <F6> :!gv --watch "%<.ps" &<Return>

This will not work, and hasn't for some time, because Lilypond's default output is pdf these days and the ps file is only temporary.

So now it should be:

" <F6>  view ps with ghostview
map <buffer> <F6> :!gv --watch "%<.pdf" &<Return>

--

MT
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to