lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat


From: Pierre Perol-Schneider
Subject: Re: repeat
Date: Thu, 11 Feb 2016 13:16:11 +0100

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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