lilypond-user
[Top][All Lists]
Advanced

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

Re: Termination of variable definitions


From: Anthonys Lists
Subject: Re: Termination of variable definitions
Date: Fri, 22 Apr 2016 15:02:55 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 19/04/2016 21:55, Johannes Waldmann wrote:
http://lists.gnu.org/archive/html/lilypond-user/2016-04/msg00465.html

... But it's recursive.
what does that mean?  - J.W.


Recursion: See "Recursion".

To take the violin example,

violin = \new Staff {
  \relative {
    a'4 b c b
  }
}

"violin" contains a "\new Staff { ... }" expression.

But "Staff" contains a "\relative { ... }" expression

and "relative" contains a music expression "a'4 b c b"

It's turtles all the way down :-)

Cheers,
Wol



reply via email to

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