lilypond-user
[Top][All Lists]
Advanced

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

Re: slurs and repeats


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



On Tue, 5 Jul 2016, Stephen MacNeil wrote:

Hi Martin

not sure if there is a better way but .....

Thank you all for suggestions. I have now solved it with something like this (the \shape coordinates needs some finetuning but this is the general idea):

%%%%

\version "2.19.44"

music = \relative {
  \partial 4
  c'8( d |
  \repeat volta 2 {
    e4) g g4. a8 | g4 e c4. d8 |
  }
  \alternative {
    {
      e4 e d c | d2.
      \shape #'((0 . 0) (0 . 0) (0 . -0.2) (2.5 . 0.5)) Slur
      c8( d) |
    }
    { e4 e d d | c2. }
  }
\bar "|." }

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

%%%%

P.S. This is not really the score I am working on, but just a tiny example for my own LilyPond education, to post in this list and to learn from the answers :-)

M.T.




reply via email to

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