like this:

\version "2.10.4"
\include "deutsch.ly"
\score {
\relative c''
{
                        
\repeat "unfold" 8
        {
                <<        
                        {<c' e a>8}
                \\
                        {<c, e a>8}
                >>
        }
        
}
}




cheers

D.


On 27 May 2007, at 18:56, Helge Kruse wrote:

\version "2.10.4"
\include "deutsch.ly"
\score {
\relative c'' {
 \clef treble
 \key a \minor
 | \repeat "unfold" 8 { << <c, e a>8 <c' e a> >> }
}
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to