Metronome marks with more options: Difference between revisions
m Consistent spelling of LilyPond |
mNo edit summary |
||
| Line 15: | Line 15: | ||
This snippet is based on a snippet by Arnold Theresius. The original snippet create a formatter called <code>format-metronome-markup-approx</code>, and the default value to <code>tempoEquationText</code> in that snippet is "≈". I changed back this default to LilyPond default, and added the <code>tempoBetweenText</code> property. Also, I changed the sizing of some elements, as described above. | This snippet is based on a snippet by Arnold Theresius. The original snippet create a formatter called <code>format-metronome-markup-approx</code>, and the default value to <code>tempoEquationText</code> in that snippet is "≈". I changed back this default to LilyPond default, and added the <code>tempoBetweenText</code> property. Also, I changed the sizing of some elements, as described above. | ||
' | Arnold's original code is available in snippet [[Tempo (metronome) marks with approximation sign]]. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% | %% | ||
% Metronome markup formatter, with more options than the LilyPond | % Metronome markup formatter, with more options than the LilyPond | ||