lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing the endpoint of a very long slur


From: Knute Snortum
Subject: Re: Changing the endpoint of a very long slur
Date: Wed, 14 Jan 2015 06:55:27 -0800

Thanks, that helps.


Knute Snortum
(via Gmail)

On Tue, Jan 13, 2015 at 3:57 PM, David Nalesnik <address@hidden> wrote:
One more thing...

On Tue, Jan 13, 2015 at 5:55 PM, David Nalesnik <address@hidden> wrote:



  \shape #'( ((0 . 0) (0 . 0) (0 . 0) (0 . 0))
             ((0 . 0) (0 . 0) (0 . 0) (0 . 0))
             ((0 . 0) (0 . 0) (0 . 0) (0 . 0))
             ((0 . 0) (0 . 0) (0 . 0) (5 . -5)) ) Slur


The empty list is accepted as a shorthand for ((0 . 0) (0 . 0) (0 . 0) (0 . 0)), so you can simply write:

   \shape #'( () () ()
             ((0 . 0) (0 . 0) (0 . 0) (5 . -5)) ) Slur

--David


reply via email to

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