The code you have given compiles without any errors in version "2.11.34".
Perhaps a "2.11.36" bugs ?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Gilles
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user