lilypond-user
[Top][All Lists]
Advanced

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

Solution to have repeats with upbeat and different alternatives??


From: steve
Subject: Solution to have repeats with upbeat and different alternatives??
Date: Wed, 16 May 2018 17:08:30 -0400
User-agent: SquirrelMail/1.4.19

Howdy!

         What is the solution to having repeats with upbeats and different
alternatives?
     As in Beethoven's opus 31 no4 the "Allegretto"

          This is the best that I can get with lilypond. There is a
extraneous bar in the last
second alternative of the last repeat???

        https://ln.sync.com/dl/2d42a9350/ukfaa7s8-rpenm7ne-xqxv7mpk-x99vbzbw

          thanx - steve


****************test.ly ***********


 \version "2.18.2"

music = \relative c''
{
    \time 3/4

    \partial 4 a8 a |
    a4 a a |

    \repeat volta2
    {
      b4 b b | b4 b b |
    }
    \alternative {
    { b4 b b | }
    { c4 c }
    }

    \repeat volta 2
    {
    \partial 4 d8 d | d4 d d |
    }
    \alternative {
    { d4 d }
    { e4 e4 e4 }
    }
}

\score { \music }







reply via email to

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