Using numbers as part of Lilypond variable names
It is said that you cannot use numbers as part of Lilypond variable names. They are taken as durations. Here are possibilties to do so, anyway. Defining them in scheme or as a string.
…clarity and a better overview. %% Numbers are allowed as a part of variable names in Scheme, but … …enclose your variablename with doublequotes and reference it %% as usual with backslash %% With newer versions a dotted … …relative c'' { a^\markup { This is part1 (defined as scheme variable) } e f e8 e } #} ) "part2" = \…