I have a bunch of objects of the same type that I’d like to all be aligned to the same Y-level on a per staff basis.
Here’s an example: \version "2.24.3" \relative c'' { c_"I" c'_"II" c,,_"III" c'_"IV"\break g_"A" g'_"B" g,,_"C" g'_"D" } I would like for all of the markup objects on each staff to align with the lowest default placement, so in this example in the first staff all text would vertically align with the “III” and in the second staff all test would vertically align with the “C”. I know that lyricMode would work well in this example, but I would also like to do the same thing with HorizontalBrackets and I’m mainly using this for string indications which do not appear on every note, making lyricmode somewhat of a pain to use in this scenario. -Fennel