lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond to xml -singing voice festival


From: fresco
Subject: Re: Lilypond to xml -singing voice festival
Date: Fri, 1 Jun 2012 15:36:59 -0700 (PDT)



fresco wrote:
> 
> 
> David Kastrup wrote:
>> 
>> fresco <address@hidden> writes:
>> 
>>>> 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"
>> 
>> That is an error message when reading festival.ly, so it would appear
>> that you are reading festival.ly at a nonsensical place or, less likely,
>> with an incompatible version of LilyPond.  Since you don't actually
>> quote the resulting file after your changes, it is impossible to guess
>> more than that.
>> 
>> -- 
>> David Kastrup
>> 
>> Thank you for replying!
>> 
>> The following text is a midi-file imported into the lilypond-format.
>> 
>>>code>
>> \version "2.12.3-7"
>> \header {
>> }
>> 
>> #(set-default-paper-size "a4")
>> StaffAVoiceA = \relative c' {
>>       e4  a  a8  gis  fis4 | % 2
>>       e  e  e  cis | % 3
>>       d  d  fis  fis | % 4
>>       e  gis  a2 | % 5
>>       e4  a  a8  gis  fis4 | % 6
>>       e  e  e  cis | % 7
>>       d  d  fis  fis | % 8
>>       e  gis  a2 | % 9
>>       e  d' | % 10
>>       cis4  a  cis2 | % 11
>>       b4  b8  b  gis4  e | % 12
>>       a  cis  e2 | % 13
>>       e,  d' | % 14
>>       cis4  a  cis2 | % 15
>>       b4  b8  b  gis4  e | % 16
>>       a2 r2  | % 17
>>      
>> }
>> 
>> StaffA = \new Staff \relative c' { \set Staff.instrumentName = "Inst 1
>> "\clef treble \time 4/4
>>      <<
>>              \new Voice = "one" { \StaffAVoiceA } 
>>      >>
>> 
>> }
>> 
>> \score {
>>      <<
>>      \StaffA
>>      >>
>>      \layout { }
>> }
>> 
>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Lilypond-to-xml--singing-voice-festival-tp33852410p33947637.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]