lilypond-user
[Top][All Lists]
Advanced

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

Repeats & alternative endings


From: Patrick Schmidt
Subject: Repeats & alternative endings
Date: Tue, 16 Oct 2007 10:47:30 +0200

Dear all,

could anybody please help me with the following problem:

I'm trying to typeset a fragment with 3 repeats and  1 alternative ending but I 
get syntax errors.

What's wrong with this syntax?

frag = {
  \key d \minor%
\set TabStaff.stringTunings = #'(+2 -3 -7 -12 -17 -24)%Dropped C-Tuning
        
        \repeat volta 4 {<d,\6 a,\5 d\4>16 <c,\6 g,\5 c\4> <d,\6 a,\5 d\4>8
        <d,\6 a,\5 d\4>16 <c,\6 g,\5 c\4> <d,\6 a,\5 d\4> <f,\6 c\5 f\4>
        <d,\6 a,\5 d\4>16 <c,\6 g,\5 c\4> <d,\6 a,\5 d\4>8~<d,\6 a,\5 d\4>4}
        
        \alternative { {<c,\6 g,\5 c\4>1 <es,\6 bes,\5 es\4>}
                               {<es,\6 bes,\5 es\4>1 <c,\6 g,\5 c\4>} }
        
}
\new StaffGroup <<
   \new Staff { \clef "G_8" \frag }
        \new TabStaff { \frag }
  >>

Thanks a lot,

PLS

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail




reply via email to

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