[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Repeat with alternatives
From: |
Richard Shann |
Subject: |
Re: Repeat with alternatives |
Date: |
Fri, 02 Oct 2015 20:56:55 +0100 |
On Fri, 2015-10-02 at 13:27 -0500, David Wright wrote:
> Quoting Johan Vromans (address@hidden):
> > On Thu, 01 Oct 2015 19:41:21 +0100
> > Anthonys Lists <address@hidden> wrote:
> >
> > > Anyways, I think we've all missed the OPs problem. As he phrased it, I
> > > understand he wants
> > >
> > > {fixed part 1} {alternative 1} {alternative 2} {fixed part 2} repeat
> >
> > I'm not familiar with a clean notation for the above.
>
> Nor me. It would usually help if the OP could post an example of what
> they wanted, either published or cobbled together.
>
> > For the normal repeat, with alternative endings, this would be
> >
> > |: fixed part 1 |1 alterrnative 1 :|2 alternative 2 |
> >
> > Would this be understood by the average musician?
> >
> > |: fixed part 1 |1 alterrnative 1 |2 alternative 2 | fixed part 2 :|
>
> Understood? Well "my" attached "partial solution" (which I've
> completed only by using inkscape)
Did you resort to inkscape to get the because you wanted an
end-of-second-time marker? LilyPond doesn't give one with this syntax
\version "2.19.25"
{
a'8 b' c' e' c'2
a'4 b'
\set Score.repeatCommands = #'((volta "1"))
d'4 g'
\set Score.repeatCommands = #'((volta #f))
\set Score.repeatCommands = #'((volta "2"))
\set Timing.measurePosition = #(ly:make-moment -1/2) d'8 e' f' g'
\set Score.repeatCommands = #'((volta #f))
d''4 c'' b' a'
%5
a' b' c'' d'' \bar ":|."}
and it gives a warning which I don't understand. OTOH the
end-of-second-time marker wouldn't serve any particular purpose - the
player doesn't do anything special at that point.
Richard
- RE: Repeat with alternatives, (continued)
- Re: Repeat with alternatives, Richard Shann, 2015/10/08
- Re: Repeat with alternatives, Tim McNamara, 2015/10/08
- Re: Repeat with alternatives, Anthonys Lists, 2015/10/08
- Re: Repeat with alternatives, Johan Vromans, 2015/10/08
- Re: Repeat with alternatives, David Wright, 2015/10/08
- Re: Repeat with alternatives, Jacques Menu, 2015/10/08
- Re: Repeat with alternatives,
Richard Shann <=
- Re: Repeat with alternatives, David Wright, 2015/10/08
- Re: Repeat with alternatives, Richard Shann, 2015/10/08
- Re: Repeat with alternatives, mskala, 2015/10/08
- Re: Repeat with alternatives, Anthonys Lists, 2015/10/08
- Re: Repeat with alternatives, Brian Barker, 2015/10/08
- Re: Repeat with alternatives, Wols Lists, 2015/10/08
Re: Repeat with alternatives, Richard Shann, 2015/10/08
Message not available
Re: Repeat with alternatives [solved], David Wright, 2015/10/12