lilypond-devel
[Top][All Lists]
Advanced

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

Re: add editor support to lilypond-invoke-editor


From: Masamichi Hosoda
Subject: Re: add editor support to lilypond-invoke-editor
Date: Fri, 08 Jul 2016 23:59:54 +0900 (JST)

> could you point me to the right direction for adding support for the atom
> text editor to the lilypond-invoke-editor script?
> 
> The syntax of the command to invoke is simply 'atom file:line:column', e.g.
> atom text.ly:42:7
> 
> This should be a very small addition to a single script (I'd assume), but
> I'm somewhat intimidated by the entry barrier for contributing
> http://lilypond.org/doc/v2.19/Documentation/contributor/

How about the follwing commands?

$ export LYEDITOR="atom %(file)s:%(line)s:%(column)s"
$ lilypond-invoke-editor textedit://path/to/test.ly:1:1:1



reply via email to

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