lilypond-user
[Top][All Lists]
Advanced

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

Re: Shape slurs from inside chords


From: Knute Snortum
Subject: Re: Shape slurs from inside chords
Date: Wed, 31 Jan 2018 10:58:57 -0800

Wow, okay.  That works just fine.  Thanks!


---
Knute Snortum
(via Gmail)

On Wed, Jan 31, 2018 at 8:04 AM, David Nalesnik <address@hidden> wrote:
On Wed, Jan 31, 2018 at 8:58 AM, Knute Snortum <address@hidden> wrote:
> Is it possible to shape a slur that goes from one note in a chord to another
> note in another chord, or do I have to create the slur from "scratch" with
> tweak control-points?  For instance:
>
> \version "2.19.80"
> \language "english"
>
> {
>   \key g \minor
>   <ef'~ fs'^(>4 <ef' g')>
> }
>
> I would like to shape the slur from the f-sharp to the g.  I have to shape a
> lot of these kinds of slurs, so I'd like to do it the most efficient way.
>

Sure:

{
  \key g \minor
  <ef'~ fs'-\shape #'((0 . 0) (0 . 2) (0 . 2) (0 . 0)) ^(>4 <ef' g')>
}

-David


reply via email to

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