lilypond-user
[Top][All Lists]
Advanced

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

Re: include header conflicts


From: MING TSANG
Subject: Re: include header conflicts
Date: Mon, 26 Nov 2012 17:51:21 -0800 (PST)

Hi, Tim & Eluze:

Thank you for making me double check the lily code below.  "the directory where the "jesus-love-me-this-i-know.ly" is in the search path.  See error log. This runs on window 7 with frescobaldi.

\version "2.16.0"
#(ly:score-music #{ \score { \include "jesus-love-me-this-i-know.ly" } #})

Starting lilypond-windows.exe 2.16.1 [Untitled]...
Processing `c:/users/tsang/appdata/local/temp/frescobaldi-ckghbk/tmpjyanhk/document.ly'
Parsing...
C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/ly/english.ly:23:0: error: syntax error, unexpected SCM_FUNCTION
\language "english"
c:/users/tsang/appdata/local/temp/frescobaldi-ckghbk/tmpjyanhk/document.ly:2:0: error: error in #{ ... #}
#(ly:score-music #{ \score { \include "jesus-love-me-this-i-know.ly" } #})
c:/users/tsang/appdata/local/temp/frescobaldi-ckghbk/tmpjyanhk/document.ly:2:1: error: GUILE signaled an error for the _expression_ beginning here
#
(ly:score-music #{ \score { \include "jesus-love-me-this-i-know.ly" } #})
Wrong type argument in position 1 (expecting Score): #<Music function #<procedure #f (parser location language)>>
fatal error: failed files: "c:\\users\\tsang\\appdata\\local\\temp\\frescobaldi-ckghbk\\tmpjyanhk\\document.ly"
Exited with return code 1.





Starting lilypond.exe 2.17.7 [Untitled]...
Processing `c:/users/tsang/appdata/local/temp/frescobaldi-wunz52/tmpveni3n/document.ly'
Parsing...
C:/Users/Tsang/Dropbox/LilyPond/usr/share/lilypond/current/ly/english.ly:23:0: error: score expected
\language "english"
Exited with return code -1073741819.
 
Blessing in+,
Ming.



Message: 3
Date: Mon, 26 Nov 2012 12:46:58 -0800
From: Tim Roberts <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: include header conflicts
Message-ID: <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

MING TSANG wrote:
>
>
> I try the following lily code as suggested in the email below  and I
> got error.  Then I change the version to "2.17.0"  (I have 2.17.7
> installed), I got different error message. Appreciate if anyone can help.
>
> \version "2.16.0"
> #(ly:score-music #{ \score { \include "jesus-love-me-this-i-know.ly" } #})

Are you SURE that's the file name?  Note that the actual title of the
song has "loves" not "love, which would make the file name
"jesus-loves-me-this-i-know.ly".

--
Tim Roberts, address@hidden
Providenza & Boekelheide, Inc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnu.org/archive/html/lilypond-user/attachments/20121126/1d5cfe96/attachment.html>



reply via email to

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