Dan Eble <[EMAIL PROTECTED]> 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


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

Reply via email to