Hi Peter,

> I am trying to do a similar thing with a volta repeat: a longish 1st time 
> section without a long 2nd time volta indication.

Is this not what you want?

\version "2.18.2"
\language "english"

\score {
 \new Staff {
   \time 4/4
   \clef treble
   \relative c''
   {
     c1
     \repeat volta 2 {
       c d e f
     }
     \alternative {
       {
         g f e d
       }
       {
         g
       }
     }
     a b c b a g
   }
 }
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to