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 21:02:26 +0000

On 7/15/2017 2:38 AM, Urs Liska wrote:
> Can
> it be that
> a)
> you now have*both*  oll-core and oll-core-master directories withing C:\oll

Yes, that is how I had it. The zip folder from Github produced 
oll-core-master, and I wasn't aware it needed renaming to just oll-core.

> and b)
> olltest.ly has the line
> \include "oll-core-master/package.ily" in it?
>
> because:
>
>>      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
> This indicates that the file C:/oll/oll-core-master/package.ily has
> successfully been found - but we don't want that at all.
>
> So if my assessment is correct you should fix the include in olltest.ly
> and rerun.
>
> Thanks for taking the time narrowing this issue down.
>
> Urs
Rename and cleanup done; now everything from Gituhub is in 
C:\oll\oll-core\ and I'm compiling this code...

    % File is at C:\Users\karlin\Music\LilyPond\olltest\olltest.ly
    \version "2.19.62"
    \include "oll-core/package.ily"
    \relative c'' {c4 d e f}

...and it looks like this:

    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/package.ily:57:2: error: GUILE signaled an error for
    the express
    ion 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-eg2Ldd'...
    Converting to `olltest.pdf'...
    Deleting `./tmp-lilypond-eg2Ldd'...
    fatal error: failed files: "olltest.ly"

I still get a good PDF file from that. But if instead I do... lilypond 
-V -I C:\oll\ olltest.ly ...I get the attached log file, and no PDF.
--
Karlin High
Missouri, USA

Attachment: debuglog.txt
Description: debuglog.txt


reply via email to

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