>>>>> "kPeter" == Peter Payzant <[email protected]> writes:
kPeter> Sometimes in modern versions of early music, the editor uses kPeter> the symbology shown in the attached image to indicate a change kPeter> in metre. I've looked through quite a lot of the LilyPond kPeter> documentation but haven't been able to find any info about how kPeter> to create this in a LilyPond file. This is a 'tempo mark' --- see https://lilypond.org/doc/v2.25/Documentation/learning/tempo-marks and https://lilypond.org/doc/v2.25/Documentation/notation/displaying-rhythms#metronome-marks This might get you started. I used '\mark' rather than '\tempo' to align on the centre instead of on the left. \score { { \time 6/2 a'\breve \mark \markup { \rhythm {r1 c\breve} = \rhythm {c'\breve.}} | a'\breve. } }
