Hi,

How about:

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

Cheers,
Pierre

2016-02-11 12:57 GMT+01:00 BB <[email protected]>:

> In a repeat usually the "end" of a phrase of a repetition is different.
>
> I have some strange problem with a transcription of an oriental tune, as
> there the first part or special only the first note is different followed
> by a very long music line (I have shortened in the example). See the
> (shortende and simplified example:
>
> \version "2.19.2"
> \relative c''
> {
> { \time 2/4
>  r8 a b c d e f g %................................
>  \bar "||"
>  g, a b c d e f g %................................
>  \bar "|."
> }}
>
> There the first phrase is beginning with a rest r8 and the repetition ist
> starting with a "g," and the following notes are identical. I separated the
> 1st and 2nd repetition by a double bar.
>
> Is there the use of a repetition (repeat volta) possible to shorten the
> sheet music? I do not have any idea.
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to