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