lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical axis grob error


From: tisimst
Subject: Re: Vertical axis grob error
Date: Tue, 10 Feb 2015 17:47:26 -0700 (MST)

tisimst wrote
> Chris,
> 
> If I were structuring a song as you described, I would NOT use the first
> "\repeat volta 3", unless EVERYTHING were supposed to repeat. Here's how I
> would do it:
> 
> %<--------------------- SNIP
> 
> \relative c' {
>   % first interlude
>   c d e f
>   
>   % start repeated verses
>   \repeat volta 2 {
>     c d e f
>   }
>   \alternative {
>     { f e d c }
>     { g' a b c }
>   }
>   
>   % second interlude
>   c c b a
> 
>   % final verse
>   g e c c
> }
> 
> %<--------------------- SNIP
> 
> I get no errors with this, but is that not what you're after? Maybe I'm
> misunderstanding something...
> 
> - Abraham

Or is it supposed to be something like this:

%<--------------------- SNIP

\relative c' {
  % repeat first three verses
  \repeat volta 3 {
    c c d e
  }

  % first interlude
  c d e f
  
  % start repeated verses
  \repeat volta 2 {
    c d e f
  }
  \alternative {
    { f e d c }
    { g' a b c }
  }
  
  % second interlude
  c c b a

  % final verse
  g e c c
}

%<--------------------- SNIP

<http://lilypond.1069038.n5.nabble.com/file/n171711/repeat-verses2.png> 

-Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Vertical-axis-grob-error-tp171706p171711.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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