lilypond-user
[Top][All Lists]
Advanced

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

Re: Using one identifier or another


From: Johan Vromans
Subject: Re: Using one identifier or another
Date: 19 Aug 2008 19:43:10 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Dan Eble <address@hidden> writes:

> I have a framework for creating collections of many short pieces.
> [ ... ]

A very interesting approach, and very illustrative for the powers of
LilyPond programming! I learned a lot from your examples.

Meanwhile, I'm still struggling with the easy task of using one
identifier for another:

  aNotes = \relative c' { ... }

  %%From template:
  \score {
     #(if (not (defined? bNotes))
          (define bNotes aNotes))
     \bNotes
  }

The intention is clear, but LilyPond/Scheme refuses to compile it.

I must be overlooking something trivial...

-- Johan




reply via email to

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