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: Thomas Morley
Subject: Re: Issue 2072 in lilypond: Add proper complex variables to Lilypond
Date: Wed, 21 Dec 2011 22:11:45 +0100

Hi,

please ignore, if this is mentioned before (I couldn't find anything about it).

Numbers in LilyPond-variables are already possible, if
superscript-numbers are used.

note⁰ = \relative c' { c1 }
note¹ = \relative c' { d1 }
note² = \relative c' { d1 }
note³ = \relative c' { f1 }
note⁴ = \relative c'' { g1 }
note⁵ = \relative c'' { a1 }
note⁶ = \relative c'' { b1 }
note⁷  = \relative c'' { c1 }
note⁸ = \relative c'' { d1 }
note⁹ = \relative c'' { e1 }
note¹⁰ = \relative c'' { f1 }
        
\new Staff {
        \note⁰ \note¹ \note² \note³ \note⁴ \note⁵ \note⁶ \note⁷ \note⁸
\note⁹ \note¹⁰
}

At least on my machine (Ubuntu 10.04, jEdit 4.3.1). Tested with
"2.12.3", "2.14.2" and "2.15.20".

Well, I don't like it, but it is possible.

Cheers,
  Harm



reply via email to

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