bug-lilypond
[Top][All Lists]
Advanced

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

Re: Command line lilypond with -o


From: Kevin Brown
Subject: Re: Command line lilypond with -o
Date: Thu, 16 Nov 2006 04:43:20 -0800

Sorry for not specifying version information.

I'm executing these from the /Applications/LilyPond.app directory so it's obvious what's going on.

Dualito:/Applications/LilyPond.app kevin$ ./Contents/Resources/bin/ lilypond -v
GNU LilyPond 2.10.0
This program is free software.  It is covered by the GNU General Public
License and you are welcome to change it and/or distribute copies of it
under certain conditions.  Invoke as `lilypond --warranty' for more
information.


Copyright (c) 1996--2006 by
  Han-Wen Nienhuys <address@hidden>
  Jan Nieuwenhuizen <address@hidden>
  and others.
Dualito:/Applications/LilyPond.app kevin$ ls
Contents
Dualito:/Applications/LilyPond.app kevin$ ./Contents/Resources/bin/ lilypond -o /tmp/freedom /tmp/freedom
GNU LilyPond 2.10.0
Processing `/tmp/freedom.ly'
Parsing...
Interpreting music...
warning: type check for `stencil' failed; value `ly:key-signature- interface::print' must be of type `unknown'
[2]
Preprocessing graphical objects...
Layout output to `/tmp/freedom.ps'...
Converting to `freedom.pdf'...
Dualito:/Applications/LilyPond.app kevin$ ls
Contents        freedom.pdf
Dualito:/Applications/LilyPond.app kevin$ ls /tmp/freedom.*
/tmp/freedom.ly /tmp/freedom.ps

So the post script file gets output to /tmp, but the pdf file ends up in the working directory.

In case you hadn't guessed yet:
Dualito:/Applications/LilyPond.app kevin$ uname -a
Darwin Dualito.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386

That's OS X 10.4.8 on Intel.

Anyway, currently in my app I just have it executing an mv on the final pdf that pops out so it's not really much of an issue for me, but this shouldn't be that hard of a bug to fix, and I figure you'd rather have lilypond improve than not. I am a developer and would be happy to help here if there's something I can do. :-)





reply via email to

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