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: David Nalesnik
Subject: Re: Ties, Slurs, and Voices Again!
Date: Fri, 25 Apr 2014 07:01:18 -0500

Hi,

On Thu, Apr 24, 2014 at 2:41 PM, tisimst <address@hidden> wrote:
Knute,

I tried some of the more simple tweaks, but they didn't seem to give me what
you wanted. However, here's a *slightly* more advanced tweak that I got to
work:

\version "2.18.2"
\language "english"

{
  \time 5/4
  \key af \major
  <af df' f'>4 <g bf ef'> <c' ef' af'>
  <<
    {
      bf'8 ( [ ef'' ] c'' )
    }
    \\
    {
      <<
        {
          \shape #'((0.9 . 1.8) (0.6 . 2.1) (0.3 . 2.1) (0 . 1.8)) Slur  %
<-- make the changes here
          g'4 ( af'8 )
        }

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 )

}


       {
          ef'4 ~ ef'8
        }
      >>
    }
  >>
  r8
}


The other points follow the same philosophy, and don't forget the "Slur" at
the end of the line.

Easy to forget.  The tweak syntax is helpful here.

HTH,
David

reply via email to

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