lilypond-user
[Top][All Lists]
Advanced

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

Re: evince and textedit


From: Susan Dittmar
Subject: Re: evince and textedit
Date: Tue, 26 Jan 2010 17:39:01 +0100
User-agent: Mutt/1.5.9i

Quoting Federico Bruni (address@hidden):
> frescobaldi --smart --line %l --column %c
> but it launches Frescobaldi with an empty file.
> 
> If I use this line instead:
> frescobaldi ${LINENUM}:${STARTPOS} ${FILENAME}
> 
> it launches Frescobaldi, opens the right file (but it does not point
> to a specific note (just the beginning of the file)
> plus a strange second file which can't be read and looks empty.
> 
> If I try this, Frescobaldi opens and crashes:
> frescobaldi --smart --line %l --column %c +${LINENUM}:${STARTPOS}
> ${FILENAME}

Just a shot in the dark, as I don't use those programs: try

frescobaldi --smart --line %l --column %c ${FILENAME}

or

frescobaldi --smart --line ${LINENUM} --column ${STARTPOS} ${FILENAME}

Perhaps that helps,

        Susan

Attachment: pgpjQ8mVzH6k2.pgp
Description: PGP signature


reply via email to

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