lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat


From: Trevor Daniels
Subject: Re: repeat
Date: Sat, 13 Feb 2016 20:29:15 -0000

"BB" wrote Saturday, February 13, 2016 1:31 PM


> Your answer: No, you can't. That is what I argued, therefore I postet this 
> question, hoping that eventually somebody has a solution. But it is good to 
> know that there is'nt.
> 
>    FAA BBB CCCC DDD EEE
>    GAA BBB CCCC DDD EEE

Doesn't this do what you want?

\relative { 
  \time 3/4
  f' a a 
  \repeat volta 2 {
    b b b
    c c c
    d d d 
  }
  \alternative {
    { e e e g, a a }
    { e' e e \bar "|." }
  }
}

reply via email to

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