> > myvar = { a4 b c d | }
> > \appendToVariable #'myvar { e f g a | }
> >
> > { \myvar }

It's not completely clear why you need such a thing (except
performance maybe).  AFAIK, this is the same as

  myvar = { a4 b c d | }
  myvar = { \myvar | e f g a | }

On the other hand, perhaps it's useful to add the `+=' operator to
LilyPond so that you can say

  myvar += { e f g a | }

instead...


    Werner


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to