On Fri, 2015-10-02 at 13:27 -0500, David Wright wrote:
> Quoting Johan Vromans ([email protected]):
> > On Thu, 01 Oct 2015 19:41:21 +0100
> > Anthonys Lists <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user