lilypond-user
[Top][All Lists]
Advanced

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

Re: 2. volta - repetition problem


From: Richard Shann
Subject: Re: 2. volta - repetition problem
Date: Thu, 03 Apr 2014 08:29:47 +0100

Denemo generates this for that construct:

MvmntIVoiceI = {
         a'4 a' a' a' 
\set Score.repeatCommands = #'((volta "1"))
         g'4 g' g' g' \bar ":|." 
\set Score.repeatCommands = #'((volta #f))
 
\set Score.repeatCommands = #'((volta "2"))
         \bar ".|:" f'4 f' f' f' 
\set Score.repeatCommands = #'((volta #f))
         f'4 f' f' f' \bar ":|." }

which does what you want I think...

Richard



On Wed, 2014-04-02 at 19:32 -0700, Mark Stephen Mrotek wrote:
> Branko,
> 
>  
> 
> That is what I thought. I have tried several things, none work as of
> yet. The various { … } groups – repeat and alternative – seem to
> conflict.
> 
> I cannot say that it cannot be done, just that what I have tried does
> not.
> 
> I shall keep working on this later tonight.
> 
>  
> 
> Mark
> 
>  
> 
> From: Branko [mailto:address@hidden 
> Sent: Wednesday, April 02, 2014 5:21 PM
> To: Mark Stephen Mrotek
> Cc: lilypond
> Subject: Re: 2. volta - repetition problem
> 
>  
> 
> Hi Mark, please see updated screenshot on
> http://postimg.org/image/eoc74bqkx/
> 
> 
> I hope it's clear now what I want.. thanks!
> 
> 
>  
> 
> On 3 April 2014 01:50, Mark Stephen Mrotek <address@hidden>
> wrote:
> 
> Branko,
> 
>  
> 
> I have looked at your picture and read your message several times. I
> am not sure what you want.
> 
> Do you want a repeat to start within the second ending? Or to start
> after the second ending?
> 
>  
> 
> Mark
> 
>  
> 
> From: address@hidden
> [mailto:address@hidden On Behalf
> Of Branko
> Sent: Wednesday, April 02, 2014 6:58 AM
> To: lilypond
> Subject: 2. volta - repetition problem
> 
>  
> 
> http://postimg.org/image/feebk5qp1/
> 
> 
> please see my screenshot for a better picture of my problem.
> 
> 
> I know I can make repeats using:
> 
> 
> \repeat volta 2 { musicexpr }
> 
> 
> ,but my musicexpr is part of <<>> group because I have two voices..
> and after that few measures continue as a separate music expr., so how
> would I tell that repetition to end at the end of my following music
> expression?
> 
> 
>  
> 
> 
> _______________________________________________
> 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]