lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3767 in lilypond: Change vim plugin from <f6> view


From: lilypond
Subject: [Lilypond-auto] Issue 3767 in lilypond: Change vim plugin from <f6> view .ps to .pdf
Date: Wed, 01 Jan 2014 14:53:04 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3767 by address@hidden: Change vim plugin from <f6> view .ps to .pdf
http://code.google.com/p/lilypond/issues/detail?id=3767

On 30/12/13 21:59, Martin Tarenskeen wrote:

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 pdf with ghostview
map <buffer> <F6> :!gv --watch "%<.pdf" &<Return>


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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