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.
--
View this message in context: http://www.nabble.com/Polyphonic- problem...-tp14615208p14615208.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to