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

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to