lilypond-user
[Top][All Lists]
Advanced

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

Re: Phrasing slur with multiple voices


From: Andrew Bernard
Subject: Re: Phrasing slur with multiple voices
Date: Sat, 10 Feb 2018 01:11:04 +1100

Something like this perhaps. You can tune the slur shape better than my rough example.

===
\version "2.19.81"

{
  \time 2/4
  \clef treble
  <<
    {
      \voiceOne
      \shape #'((0 . 0.5) (0 . 0.5) (4 . 1) (3 . -3)) Slur
      <d' g' b'>4^(  <d' g'> |
      <c' g' b'> a') |
    }
    \new Voice
    {
      \voiceThree
      \stemDown
      s2 s4 ces'4 |
    }
    \new Voice
    {
      \voiceTwo
      \stemDown
      s2
      s4 g'8 f' |
    }
  >>
}

===


reply via email to

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