bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2072 in lilypond: Add proper complex variables to Lilypond


From: lilypond
Subject: Re: Issue 2072 in lilypond: Add proper complex variables to Lilypond
Date: Mon, 12 Dec 2011 13:04:25 +0000


Comment #3 on issue 2072 by address@hidden: 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]