lilypond-user
[Top][All Lists]
Advanced

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

Re: alternative problem in repetition


From: Steven Weber
Subject: Re: alternative problem in repetition
Date: Tue, 26 Jan 2016 09:48:10 -0800
User-agent: Microsoft-MacOutlook/0.0.0.160109

You don’t need the \\ between the two alternative blocks:

 \alternative {
  { a2. }
   { a2.~ | a2 r4 }
 }

—Steven

From: <address@hidden> on behalf of Marcos Press <address@hidden>
Date: Tuesday, January 26, 2016 at 9:35 AM
To: Lilypond List <address@hidden>
Subject: alternative problem in repetition

Hi list!,
Can anyone try these and tell me why does lilypond eliminate the second alternative?
My output said that there are more \alternatives than repetitions, but thats not true.

\version "2.18.2"

\relative a'' {
 \time 6/8
 \repeat volta 2 {
  <<
   { a8-.-- g-.-- r r4 fis8-.-- | fis8-.-- e-.-- r r4 d8-.-- | d2. }
  \\
   { fis8-.-- e-.-- r r4 e8-.-- | d8-.-- cis-.-- r r4 b8-.-- | b2. }
  >>
  a2 d8 e | a2 a8 b | e,2. | g4 fis g |
 }
 \alternative {
  { a2. }
 \\
  { a2.~ | a2 r4 }
 }
}

Thanks!

Marcos
_______________________________________________ lilypond-user mailing list address@hidden https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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