On Tue, Jun 25, 2024 at 9:07 AM Fennel <fen...@everwild.dev> wrote:
> 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 > I would use a Dynamics context for this, but perhaps that's what you meant when you said you didn't want to use lyricsMode. %%% \version "2.24.3" music = \relative c'' { c4 c' c,, c'\break g g' g,, g' } text = { s4_"I" s_"II" s_"III" s_"IV" s_"A" s_"B" s_"C" s_"D" } << \new Staff \music \new Dynamics \text >> %%% -- Knute Snortum