lilypond-user
[Top][All Lists]
Advanced

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

Re: Why warning: cannot end volta spanner?


From: Kieren MacMillan
Subject: Re: Why warning: cannot end volta spanner?
Date: Thu, 6 Oct 2016 11:33:57 -0400

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: address@hidden




reply via email to

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