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: Ben
Subject: Re: Shape slurs from inside chords
Date: Wed, 31 Jan 2018 14:18:00 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

On 1/31/2018 1:58 PM, Knute Snortum wrote:
Wow, okay.  That works just fine.  Thanks!


Sure:

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

-David



Yup, that's a great little snippet indeed. You could even bump the notes over, etc. if need be :)  Thanks David!

\version "2.19.80"
\language "english"
{
  \key g \minor
  <ef'~ fs'-\shape #'((0 . 0.45) (0 . 0) (0 . 0) (0 . 0)) ^(>4
  \once \override NoteColumn.X-offset = #2
  <ef' g')>
}

Attachment: bump.png
Description: PNG image


reply via email to

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