Re: [GSoC] Proposal: Modular LilyPond Parser (C++)
Lukas-Fabian Moser via Discussions on LilyPond development <[email protected]> Mon, 16 Mar 2026 22:19:23 +0100
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <CAN83hboc+a=1KMkVQN1wMY4wG4cPXmJOXKXWuWG9_djiALj20w@mail.gmail.com> |
>
> Stupid example:
>
> clef = \time \etc
> {
> \clef 3/4
> \repeat unfold 12 c'4
> }
>
#shudder#
For us native German speakers, it might be even more tempting to do
key = \clef \etc
Children, don't try this at home.
Lukas