Thanks, that helps.

Knute Snortum
(via Gmail)

On Tue, Jan 13, 2015 at 3:57 PM, David Nalesnik <[email protected]>
wrote:

> One more thing...
>
> On Tue, Jan 13, 2015 at 5:55 PM, David Nalesnik <[email protected]>
> 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
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to