lilypond-user
[Top][All Lists]
Advanced

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

slurs and repeats


From: Martin Tarenskeen
Subject: slurs and repeats
Date: Tue, 5 Jul 2016 10:03:40 +0200 (CEST)
User-agent: Alpine 2.20 (LFD 67 2015-01-07)


Hi,

In the following example, how can I write a slur that starts at the end of the first \alternative to repeat the corresponding slur from the pickup bar?

I hope my question/example is clear.

Martin

%%%%

\version "2.19.44"

music = \relative {
  \partial 4
  c'8( d | % this slur is OK
  \repeat volta 2 {
    e4) g g4. a8 | g4 e c4. d8 |
  }
  \alternative {
    { e4 e d c | d2. c8( d | } % this slur is not allowed?
    { e4 e d d | c2. }
  }
\bar "|." }

\score {
  \new Staff {
    \music
  }
  \layout {}
}

%%%%



reply via email to

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