lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat


From: ole
Subject: Re: repeat
Date: Wed, 25 Jan 2012 23:16:46 +0100

Am 25.01.2012 um 23:06 schrieb Xavier Scheuer:

> Do I need to say that  \repeat volta 2  does that automatically?  :-)


I my just corrected version are the : gone :-(

%%%%%%%%%%%%%%%%%%%%%%%
\version "2.14.2"

staffTrombone = \new Staff {
    \time 4/4
   \key f \major
    \clef bass
    \relative c {   
            \set Score.markFormatter = #format-mark-box-alphabet
            
            \partial 2. f8 f as as f c \mark #1
            
            \repeat volta 2  {
            
            es4 f2. |
            
            r4 f8 f as4 bes8 bes |
            
            \times 2/3 {ces8 bes as} f2. |\break
            
            r4 f8 f c'4 es8 c |
            
            \times 2/3 {ces8 bes as} f2. |
            
            r4 f8 f as as f c |
            
            es4 f2.|} 
            
           \alternative {
            
            {r4 f8 f as as f c | } 
            
            { r2 f4 f |  }} \mark #2
            
            
            \bar "||" c'2 \times 2/3 {ces8 bes f }
            bes8 f |

    \bar "|."
    }

}
staffTromboneII = \new Staff {
 
    \key f \major
    \clef bass
    \relative c {     
            \partial 2. s2. | r2 <d bes f>4. <c a f>8 |R1 |r2 <d bes f>4. <c a 
f>8 |
            |R1 |r2 <d bes f>4. <c a f>8 |R1| r2 <d bes f>4. <c a f>8 | R1 |

    \bar "|."
    }

}


\score {
        <<
                \staffTrombone
                \staffTromboneII
        >>
        
          \layout {
  }
}

\paper {
}

%%%%%%%%%%%%%%%%%%%%%%

Attachment: Screenshot 2012-01-25 um 23.12.57.jpg
Description: image/jpg


reply via email to

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