lilypond-user
[Top][All Lists]
Advanced

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

numbers in variable names


From: Kieren Richard MacMillan
Subject: numbers in variable names
Date: Wed, 19 Apr 2006 13:12:08 -0400

Hello, all --

I use a lot of variables, especially when breaking larger works across multiple pieces (and thus .ly files).

I'd like to name my variables numerically, e.g.,

    file01.ly
        global01 = { ... }
        notes01 = { ... }

    file02.ly
        global02 = { ... }
        notes02 = { ... }

    score.ly
        \score { << \global01 \notes01 >> }
        \markup { "splitter text" }
        \score { << \global02 \notes02 >>  }

but Lilypond (more likely LaTeX) won't let me. Does anyone know a workaround?

Thanks,
Kieren.




reply via email to

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