lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat


From: BB
Subject: Re: repeat
Date: Thu, 11 Feb 2016 14:48:18 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

That works, but the long note sequence has to be repeated - exactly that's what I would like to avoid.

\version "2.19.2"

\relative c'' {
 \time 2/4
 r8 a b c
 \repeat volta 2 {
   \repeat percent 10 { d e f g }
   %d e f g %................................
 }
 \alternative {
  { g, a b c }
  {}
 }
    \repeat percent 10 { d e f g }
  d e f g %................................ %% the rest of the music
 \bar "|."
}

With the repeats I tried to make clear the long repetition I want to avoid.

On 11.02.2016 13:16, Pierre Perol-Schneider wrote:
\version "2.19.2"

\relative c'' {
 \time 2/4
 r8 a b c
 \repeat volta 2 {
   d e f g %................................
 }
 \alternative {
  { g, a b c }
  {}
 }%................................
 g g g g %% the rest of the music
 \bar "|."
}




reply via email to

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