On Tue, 2025-07-15 at 18:54 +0200, Yoshiaki Onishi wrote: > > > > There is however one residual issue. If the following MWE is > > compiled under lilypond 2.25.18, the PDF output is as expected. > > However if it is compiled under 2.25.25, an unwanted markup > > "[semibreve] = 50" appears at bar 2. How is this best avoided? > > > > While it may be a quick-fix solution, adding: > > \once \override Score.MetronomeMark.transparent = ##t > > ...right before "#(ac:tempoChange” does make the tempo go away. There > should be a way to implement that in the scheme code itself, but at > very least turning the transparency on for one single instance does > make the tempo mark disappear… > > All the best, > Yoshi
Thanks Yoshi, \once \omit Score.MetronomeMark is a bit better as it does not leave whitespace to displace the mensuration markup that persists. I'll have to do some experimenting with how to apply this idea at staff level in polymetric pieces. I might also experiment with tags to completely exclude the tempo change from the PDF. But, to be honest, I'm still hoping for a fix that will restore articulate.ly to its previous behaviour. all the best -- Graham
