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 "|."
}


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to