On Wed, 2023-03-29 at 10:03 -0700, Knute Snortum wrote: > On Wed, Mar 29, 2023 at 5:08 AM Richard Shann < > rich...@rshann.plus.com> wrote: > > In the following snippet the text is displaced vertically upwards > > if > > the commenting out is removed, i.e. a note appears with more than > > one > > leger line later on the staff. > > 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< > > \version "2.24" > > MI = { > > <> ^\markup \bold \italic {"text" } > > R1*4/4 > > R1*4/4 > > } > > MII = { > > R1*4/4 > > R1*4/4 > > c''1 > > %c'''1 > > > > } > > \score { > > << > > \new Dynamics \MI > > \new Staff \MII > > >> > > } > > 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< > > > > Is this a bug? > > > > > Hmm... I'm not seeing anything I would call a bug when I run your > example. Here's what it looks like (attached). the thing that was troubling me was that when uncommenting the higher note the position of the text moved without it seemed any need to. I understand why now, so that's ok. Richard
> > -- > Knute Snortum