lilypond-user
[Top][All Lists]
Advanced

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

Re: Polyphonic problem...


From: Ole Schmidt
Subject: Re: Polyphonic problem...
Date: Sat, 5 Jan 2008 23:06:58 +0100

you forgot to close the << with  >> in the 


seven = {
<<{ \first} \\
{ \second } >>

block

best

ole





Am 05.01.2008 um 22:30 schrieb milarepa7:


Hello,
I've got a problem with this little piece of code, can someone explain where
it comes from?
The code seems a bit complex for that example but I'm transcribing a larger
piece and I'm calling the different movements like that, so that's in the
seventh (variation of Bach's Dmin Ciaccona) the pdf is fine but the console
tells me "programming error: cruelty to springs continuing, cross fingers" I
comment another version of each voice and that's the single that gave me
that result :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.36"
first = \relative c'
{
f'8 s d s s s    %1.1
%f'8 f d d d d         %1.2
}

second = \relative c'
{
d'16 cis d a f e f d bes g' d' bes' %2.1
%d16 cis d a f e f d bes g' d' bes'      %2.2
}

seven = {
<<{ \first} \\
{ \second } 
}

\score {
\new Staff {\time 3/4 
\seven} }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

1.2/2.1 works fine, 1.1/2.2 too and the weirdest : 1.1+1.2/2.1 works without
probleme... strange... and 1.1+1.2/2.1+2.2 fails... I can't understand why.
Regards
Matth
PS I just tried with the 2.11.37 : same problem, with 2.10 it works fine
maybe it's close to the 540 issue. 
-- 
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list


reply via email to

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