AW: add editor support to lilypond-invoke-editor

2016-07-08 Thread Aljoscha Meyer
Looks like I misunderstood what the script does, I thought it would check the EDITOR environment variable and then run the appropriate, editor-specific command. But this behaviour actually makes more sense. And yes, it worked. Thanks a lot! Von: Masamich

Fix the warning message for OTC fonts (issue 300650043 by truer...@gmail.com)

2016-07-08 Thread lemzwerg
LGTM https://codereview.appspot.com/300650043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Fun with upgrades - not

2016-07-08 Thread Werner LEMBERG
>> Maybe a time stamp issue, making `configure.ac' newer than >> `configure'? > > Repositories don't contain generated files in general. Ah, I misunderstood. I thought that the issue is compilation from a tarball, sorry. Werner ___ lilypond-deve

Re: Fun with upgrades - not

2016-07-08 Thread David Kastrup
Werner LEMBERG writes: phil@ubuntu12:~/lilypond-git$ sh autogen.sh --noconfigure processing . Running autoconf ... autogen.sh: 17: autogen.sh: autoconf: not found >>> >>> Hm. Sounds like autoconf is not installed; it's not listed >>> explicitly in the build dependencies in the

Re: add editor support to lilypond-invoke-editor

2016-07-08 Thread Masamichi Hosoda
> 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 assu

Re: Fun with upgrades - not

2016-07-08 Thread Werner LEMBERG
>>> phil@ubuntu12:~/lilypond-git$ sh autogen.sh --noconfigure >>> processing . >>> Running autoconf ... >>> autogen.sh: 17: autogen.sh: autoconf: not found >> >> Hm. Sounds like autoconf is not installed; it's not listed >> explicitly in the build dependencies in the Debian package either, >> so t

Re: Doc: specify which \header blocks generate PDF metadata (issue 300620043 by fedel...@gmail.com)

2016-07-08 Thread fedelogy
https://codereview.appspot.com/300620043/diff/1/Documentation/notation/input.itely File Documentation/notation/input.itely (right): https://codereview.appspot.com/300620043/diff/1/Documentation/notation/input.itely#newcode1211 Documentation/notation/input.itely:1211: output file, only @code{@bs{

Re: Fun with upgrades - not

2016-07-08 Thread Alexander Kobel
On 2016-07-08 14:31, David Kastrup wrote: Alexander Kobel writes: phil@ubuntu12:~/lilypond-git$ file /usr/local/bin/fontforge /usr/local/bin/fontforge: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=1c01d759ac10c3

Re: Fun with upgrades - not

2016-07-08 Thread David Kastrup
Alexander Kobel writes: > On 2016-07-08 14:14, David Kastrup wrote: > >> autoconf is not normally a requirement when building from a tarball >> which usually contains the autoconf-generated files. autoconf is only >> needed for building directly from a repository checkout. I don't think >> that

Re: Fun with upgrades - not

2016-07-08 Thread David Kastrup
Alexander Kobel writes: >> phil@ubuntu12:~/lilypond-git$ file /usr/local/bin/fontforge >> /usr/local/bin/fontforge: ELF 64-bit LSB executable, x86-64, version 1 >> (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, >> BuildID[sha1]=1c01d759ac10c3f83d000f8e3d36cbea63f909e5, not s

Re: Fun with upgrades - not

2016-07-08 Thread Alexander Kobel
On 2016-07-08 14:14, David Kastrup wrote: Alexander Kobel writes: On 2016-07-08 13:44, Phil Holmes wrote: [...] Last week I decided to bite the bullet and upgrade from Ubuntu 10.04 to a more recent version. [...] sudo apt-get build-dep lilypond Did this, thanks, and now have the followi

Re: Fun with upgrades - not

2016-07-08 Thread Alexander Kobel
On 2016-07-08 14:11, Phil Holmes wrote: Problem 2: running configure: ERROR: Please install required programs: /usr/local/bin/fontforge >= 20110222 (installed: ) See INSTALL.txt for more information on how to build LilyPond phil@ubuntu12:~/lilypond-git/build$ fontforge --version bash: /usr/loca

Re: Fun with upgrades - not

2016-07-08 Thread David Kastrup
"Phil Holmes" writes: >>> phil@ubuntu12:~/lilypond-git/build$ fontforge --version >>> bash: /usr/local/bin/fontforge: cannot execute binary file: Exec >>> format error >> >> What does >> >>file /usr/local/bin/fontforge >> >> state? This sounds like you are trying to run a 64bit executable on

Re: Fun with upgrades - not

2016-07-08 Thread David Kastrup
Alexander Kobel writes: > On 2016-07-08 13:44, Phil Holmes wrote: >>> [...] Last week I decided to bite the bullet and upgrade from Ubuntu 10.04 to a more recent version. [...] >>> sudo apt-get build-dep lilypond >> >> Did this, thanks, and now have the following problems. > > Hi Phil,

Re: Fun with upgrades - not

2016-07-08 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Friday, July 08, 2016 12:50 PM Subject: Re: Fun with upgrades - not "Phil Holmes" writes: sudo apt-get build-dep lilypond Did this, thanks, and now have the following problems. Problem 1: phil@ubuntu12:~

Re: Fun with upgrades - not

2016-07-08 Thread Alexander Kobel
On 2016-07-08 13:44, Phil Holmes wrote: [...] Last week I decided to bite the bullet and upgrade from Ubuntu 10.04 to a more recent version. [...] sudo apt-get build-dep lilypond Did this, thanks, and now have the following problems. Hi Phil, I'm trying to give pointers without having acc

Re: Fun with upgrades - not

2016-07-08 Thread Federico Bruni
Il giorno ven 8 lug 2016 alle 13:44, Phil Holmes ha scritto: sudo apt-get build-dep lilypond Did this, thanks, and now have the following problems. Problem 1: phil@ubuntu12:~/lilypond-git$ sh autogen.sh --noconfigure processing . Running autoconf ... autogen.sh: 17: autogen.sh: autoconf: not

Re: Fun with upgrades - not

2016-07-08 Thread David Kastrup
"Phil Holmes" writes: >> sudo apt-get build-dep lilypond > > Did this, thanks, and now have the following problems. > > Problem 1: > > phil@ubuntu12:~/lilypond-git$ sh autogen.sh --noconfigure > processing . > Running autoconf ... > autogen.sh: 17: autogen.sh: autoconf: not found > > Problem 2: r

Re: Doc: specify which \header blocks generate PDF metadata (issue 300620043 by fedel...@gmail.com)

2016-07-08 Thread dak
https://codereview.appspot.com/300620043/diff/1/Documentation/notation/input.itely File Documentation/notation/input.itely (right): https://codereview.appspot.com/300620043/diff/1/Documentation/notation/input.itely#newcode1211 Documentation/notation/input.itely:1211: output file, only @code{@bs{

Re: Fun with upgrades - not

2016-07-08 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Tuesday, June 28, 2016 5:34 PM Subject: Re: Fun with upgrades - not Phil Holmes writes: Last week I decided to bite the bullet and upgrade from Ubuntu 10.04 to a more recent version. I downloaded an upgrade t

Doc: specify which \header blocks generate PDF metadata (issue 300620043 by fedel...@gmail.com)

2016-07-08 Thread fedelogy
Reviewers: , Description: Doc: specify which \header blocks generate PDF metadata Issue 4921 Please review this at https://codereview.appspot.com/300620043/ Affected files (+8, -3 lines): M Documentation/notation/input.itely Index: Documentation/notation/input.itely diff --git a/Documentat

additional entry in lilypond.org/productions.html?

2016-07-08 Thread Marc Hohl
Hi list, I have written some musicals for children and adolescents in the past and have two more musicals in the pipeline, to be released at the end of 2016. The sheets are done with LilyPond and LaTeX and available for free, but the musicals are only available in German language. You can