lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lilypond-ftplugin.vim


From: Martin Tarenskeen
Subject: lilypond-ftplugin.vim
Date: Mon, 30 Dec 2013 22:59:27 +0100 (CET)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]