lilypond-user
[Top][All Lists]
Advanced

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

Lilypond to xml -singing voice festival


From: fresco
Subject: Lilypond to xml -singing voice festival
Date: Tue, 15 May 2012 14:19:42 -0700 (PDT)

Hello!

I've just registered and I am a newbie with regard to lilypond.

1. When I export the file with the following text (lily2.ly) to xml
   <Code>
#(define version-seen? #t)
\version "2.12.3-7"
#(set! %load-path (cons ".." %load-path))
\include "festival.ly"
#(set! song:*debug* #f)
\festival #"lily2.xml" { \tempo 4 = 100 }
{
\time 3/4
\relative { c2 e4 g2. }
\addlyrics { play the game }
\addlyrics { speel het spel }
\addlyrics { joue le jeu }
}
>Code end<

lilypond creates the file "lily2.xml" and I can listen to the singing voice
by means of the festival command:
festival> (tts "/...lily2.xml" 'singing) 

But when I try to insert:
\include "festival.ly"
#(set! song:*debug* #f)
\festival #"bach-präl.xml" { \tempo 4 = 100 }

into another file (see text below), I get error messages like:

"/usr/share/lilypond/2.12.3/ly/festival.ly:25:0: Fehler: syntax error,
unexpected SCM_TOKEN"

The follwing test-file "c-bis-f.ly" I created in NtEd and exported it to a
lily-file:
<code>
\header {
}

#(set-default-paper-size "a4")
StaffAVoiceA = \relative c' {
        r1  | % 2
         c4  d  e  f | % 3
        
}

StaffA = \new Staff \relative c' {\clef treble \time 4/4
        <<
                \new Voice = "one" { \StaffAVoiceA } 
        >>

}

\score {
        <<
        \StaffA
        >>
        \layout { }
}
<code end>

May be it's because of the missing "\addlyrics"???
kind regards,
fresco

OS Linux/Debian/XFCE4

-- 
View this message in context: 
http://old.nabble.com/Lilypond-to-xml--singing-voice-festival-tp33852410p33852410.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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