Hi!

If the music this is:

notes {
        time 2/4
% 1
        g'4 a'4 |
% 2
        f'4 g'4 |
% 3
        g'4 a'4 |
% 4
        f'4 r4  |
% 5
        g'4 a'4 |
% 6
        f'4 g'4 |
% 7
        g'4 a'4 |
% 8
        f'4 r4  |
        }

Is it possibile this repeat volta ?

notes {
        time 2/4
        repeat volta 4  {
% 1
        g'4 a'4 |
                        }
        alternative     {
% 2
%                       I'd like: volta 1, 3; but I wouldn't like 1-3,
%                       because 2 is NOT this alternative.
        {f'4 g'4 |}
% 3
%                       I'd like: volta 2, 4; but I wouldn't like only 4.
        {f'4 r4  |}
                        }

--------------------------------------------------
http://www.mailbox.hu - Mert levelezni kell...



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to