Quoting Federico Bruni (brunol...@gmx.com):
> 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: pgpsfvbAzCHGm.pgp
Description: PGP signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to