lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties, Slurs, and Voices Again!


From: tisimst
Subject: Re: Ties, Slurs, and Voices Again!
Date: Fri, 25 Apr 2014 07:12:39 -0700 (PDT)

David Nalesnik-2 wrote
> You can also use a tweak syntax for \shape.  Replace the { } block above
> with
> 
> {
>   g'4-\shape #'((0.9 . 1.8) (0.6 . 2.1) (0.3 . 2.1) (0 . 1.8)) ( af'8 )
> }
> alt="example of adjusting slur position with simultaneous other voices
> tie"
> Easy to forget.  The tweak syntax is helpful here.
> 
> HTH,
> David

Great suggestion, David. Following this, here's how I would tweak the above
snippet entirely (including the top slur):

\version "2.18.2"
\language "english"

{
  \time 5/4
  \key af \major
  <af df' f'>4 <g bf ef'> <c' ef' af'>
  <<
    {
      bf'8-\shape #'((0 . 0) (0 . 0) (-0.25 . -0.25) (-0.5 . -0.5)) ( [ ef''
] c'' )
    }
    \\
    {
      <<
        {
          g'4-\shape #'((0.9 . 1.8) (0.6 . 2.1) (0.3 . 2.1) (0 . 1.8)) (
af'8 )
        }
        {
          ef'4 ~ ef'8
        }
      >>
    }
  >>
  r8
}

which gives you (better resolution this time):

<http://lilypond.1069038.n5.nabble.com/file/n161833/polyphonic-ties-and-slurs.png>
 

-Abraham



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Ties-Slurs-and-Voices-Again-tp161804p161833.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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