lilypond-user
[Top][All Lists]
Advanced

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

Re: openLilyLib on Windows 10


From: Karlin High
Subject: Re: openLilyLib on Windows 10
Date: Sat, 15 Jul 2017 02:03:56 +0000

On 7/14/2017 7:02 PM, Urs Liska wrote:
> There's one thing missing in your set-up, and it is more or less by 
> accident that you got over the first step.
> You should place your test file anywhere else because in your set-up 
> LilyPond found oll-core/package.ily only because you accidentally 
> placed it at the correct relative position.

No accident, that was on purpose. I figured it would need "includes," 
and was too lazy to figure out exactly where and how, so having the same 
relative file path seemed most likely to work.

>
> The other (crucial) thing is that you have to add C:\oll to LilyPond's 
> include path, which from the command line you'd do with the command 
> line option -I "C:\oll".
>
> Urs

Okay, I'll try again. I moved the olltest.ly file to 
C:\Users\karlin\Music\LilyPond\olltest and re-ran the experiment from 
the command line, instead of using right-click, generate PDF.

    C:\Users\karlin\Music\LilyPond\olltest>lilypond -I C:\oll\ olltest.ly
    GNU LilyPond 2.19.62
    Processing `olltest.ly'
    Parsing...
    <string>:1:10: error: cannot find file: `oll-core/internal/os-path.ily'
    (search path: `C:/Program Files
    (x86)/LilyPond/usr/share/lilypond/current/fonts/
    svg/;C:/Program Files
    (x86)/LilyPond/usr/share/lilypond/current/fonts/type1/;C:/
    Program Files
    (x86)/LilyPond/usr/share/lilypond/current/fonts/otf/;C:/Program Fi
    les (x86)/LilyPond/usr/share/lilypond/current/scm;C:/Program Files
    (x86)/LilyPon
    d/usr/share/lilypond/current/ps;C:/Program Files
    (x86)/LilyPond/usr/share/lilypo
    nd/current/ly;C:\oll\;')
    \include
              "oll-core/internal/os-path.ily"
    C:/oll/oll-core-master/package.ily:57:2: error: GUILE signaled an
    error for the
    expression beginning here
    #
      (if (not (defined? 'openlilylib-root))
    Unbound variable: this-parent
    Interpreting music...
    Preprocessing graphical objects...
    Finding the ideal number of pages...
    Fitting music on 1 page...
    Drawing systems...
    Layout output to `./tmp-lilypond-z9xd5r'...
    Converting to `olltest.pdf'...
    Deleting `./tmp-lilypond-z9xd5r'...
    fatal error: failed files: "olltest.ly"

And re-trying after making a copy of C:\oll\oll-core-master\ as 
C:\oll\oll-core\ had this result:

    C:\Users\karlin\Music\LilyPond\olltest>lilypond -I C:\oll\ olltest.ly
    GNU LilyPond 2.19.62
    Processing `olltest.ly'
    Parsing...
    C:/oll/oll-core-master/package.ily:57:2: error: GUILE signaled an
    error for the
    expression beginning here
    #
      (if (not (defined? 'openlilylib-root))
    Value out of range 0 to 4294967295: -1
    Interpreting music...
    Preprocessing graphical objects...
    Finding the ideal number of pages...
    Fitting music on 1 page...
    Drawing systems...
    Layout output to `./tmp-lilypond-9QlQpb'...
    Converting to `olltest.pdf'...
    Deleting `./tmp-lilypond-9QlQpb'...
    fatal error: failed files: "olltest.ly"

Would a -V debug log be helpful?
--
Karlin High
Missouri, USA

reply via email to

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