Comment #3 on issue 2072 by [email protected]: Add proper complex variables to
Lilypond
http://code.google.com/p/lilypond/issues/detail?id=2072
Cf <URL:http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/30761> for
some more thoughts:
The definition would be
something like
violin = \vector 2
violin1 = {...}
violin2 = {...}
with you being free to write
violin #(+ 3 2) = {...}
or similar instead for the definition and
\violin #(+ 1 2)
for use.
Or
sonata = \vector 2
sonata1 = \struct #'(expo modulation reprise)
sonata1 #'expo = { ... }
sonata1 #'modulation = { ... }
sonata1 #'reprise = { ... }
Something like that.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond