RE: Multi-page markup: programming error

2010-11-26 Thread James Lowe
Hello,


-Original Message-
From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of 
Jayaratna
Sent: Sun 11/21/2010 13:01
To: lilypond-user@gnu.org
Subject: Multi-page markup: programming error
 

Dear members,

this seems to be something that has not been discussed yet.

I am writing a Postface in two languages, so I made my own titles (using
\markup) and put my texts inside a \markuplines section at the end of my
score.

Lilypond says:  programming error: FT_Load_Sfnt_Table (): error.
http://old.nabble.com/file/p30271258/smex.ly smex.ly 
Any workaround?

--

Well I took your copy verbatim and tried to compile it using version of 2.13.37 
- which I have been using for a while now and we are up to 2.13.40 which is (i 
would say) just about ready for 2.14 :)

I had errors that the string 'paragraph' was not defined.

So I simply took the lines

#(define-markup-list-command (paragraph layout props args) (markup-list?)
(interpret-markup-list layout props
(make-justified-lines-markup-list (cons (make-hspace-markup 2) args

and lifted them OUT of the \paper block and it all compiled with no errors.

Not sure if that helps or not.

James



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Multi-page markup: programming error

2010-11-26 Thread James Lowe
forwarding to group list..

---

Dear James,

I upgraded to 2.13.40 version and followed your instructions: Lilypond
gave out some errors, but the output was just fine. I'm trying now to
adjust it to my own file, I am almost sure it will work.

Thank you so much, this is going to solve my problem, I think,

Andrea

2010/11/26 James Lowe james.l...@datacore.com:
 Hello,


 -Original Message-
 From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of 
 Jayaratna
 Sent: Sun 11/21/2010 13:01
 To: lilypond-user@gnu.org
 Subject: Multi-page markup: programming error


 Dear members,

 this seems to be something that has not been discussed yet.

 I am writing a Postface in two languages, so I made my own titles (using
 \markup) and put my texts inside a \markuplines section at the end of my
 score.

 Lilypond says:  programming error: FT_Load_Sfnt_Table (): error.
 http://old.nabble.com/file/p30271258/smex.ly smex.ly
 Any workaround?

 --

 Well I took your copy verbatim and tried to compile it using version of 
 2.13.37 - which I have been using for a while now and we are up to 2.13.40 
 which is (i would say) just about ready for 2.14 :)

 I had errors that the string 'paragraph' was not defined.

 So I simply took the lines

 #(define-markup-list-command (paragraph layout props args) (markup-list?)
(interpret-markup-list layout props
(make-justified-lines-markup-list (cons (make-hspace-markup 2) args

 and lifted them OUT of the \paper block and it all compiled with no errors.

 Not sure if that helps or not.

 James





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Multi-page markup: programming error

2010-11-21 Thread Jayaratna

Dear members,

this seems to be something that has not been discussed yet.

I am writing a Postface in two languages, so I made my own titles (using
\markup) and put my texts inside a \markuplines section at the end of my
score.

Lilypond says:  programming error: FT_Load_Sfnt_Table (): error.
http://old.nabble.com/file/p30271258/smex.ly smex.ly 
Any workaround?

PS Lilypond-book  would not be a solution, because I can't get Latex to
handle some fonts I need in my score.
-- 
View this message in context: 
http://old.nabble.com/Multi-page-markup%3A-programming-error-tp30271258p30271258.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user