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: Timothy Lanfear
Subject: Re: Phrasing slur with multiple voices
Date: Sat, 10 Feb 2018 10:39:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Here is an alternative approach, putting the g' and f' quavers in the voice that continues through the parallel music section but adjusting their appearance to have down stems.

\version "2.19.81"

{
  \new Staff {
    \time 2/4
    \voiceOne <d' g' b'>4\( <d' g'>4 <c'! g' b'>4
    <<
      { \voiceTwo g'8 f'8\) }
      \new Voice { \voiceOne a'4 }
      \new Voice { \voiceFour ces'4 }
    >>
  }
}


On 09/02/18 14:11, Andrew Bernard wrote:
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' |
    }
  >>
}

===



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

--
Timothy Lanfear, Bristol, UK.




reply via email to

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