bug-lilypond
[Top][All Lists]
Advanced

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

Re: foreign languages and caching bugs?


From: Jukka Akkanen
Subject: Re: foreign languages and caching bugs?
Date: Thu, 3 Nov 2005 20:45:14 -0500

On Nov 3, 2005, at 2:07 PM, Markian Hlynka wrote:

So, I've tried it out, but I've got a few issues. Specifically, updating the pdf doesn't seem to work correctly. When I typeset a file, the change does not show up in the pdf if it was already displayed. It seems that I have to close the file, and re-open the pdf manually. Is this a known issue? Could it be because I'm using non-latin text?

My system is Mac OS X 10.4.2, lillypond 2.6.4-1, and I'm using Preview to view the pdf (do I have a choice?)

You can use File > Revert in Preview to make it read and display the updated file, which feels a bit less annoying than closing and re- opening.

In case someone is interested and has time to work on a solution, Preview is not scriptable but it can be controlled through GUI scripting when checkbox "Enable access for assistive devices" is selected in the Universal Access control panel. For example:

tell application "Preview" to activate
tell application "System Events"
    tell application process "Preview"
        tell menu bar 1
            click menu item "Revert" of menu "File"
        end tell
    end tell
end tell

-Jukka




reply via email to

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