One more thing...

On Tue, Jan 13, 2015 at 5:55 PM, David Nalesnik <david.nales...@gmail.com>
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to