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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to