Wow, okay.  That works just fine.  Thanks!

---
Knute Snortum
(via Gmail)

On Wed, Jan 31, 2018 at 8:04 AM, David Nalesnik <david.nales...@gmail.com>
wrote:

> On Wed, Jan 31, 2018 at 8:58 AM, Knute Snortum <ksnor...@gmail.com> 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
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to