Yep, that works, thanks! Just for anyone trying this, I had to put the same grace note in six places in my actual score because I have separate variables for four voices, dynamics, and pedal.
-- Knute Snortum On Wed, Jul 2, 2025 at 12:15 PM William Rehwinkel < will...@williamrehwinkel.net> wrote: > Dear Knute, > > Try this hacky solution. Does this accomplish what you wanted? > > -William > > % -------- > \version "2.24.4" > > \relative { > \repeat volta 2 { > \clef bass > c4 c c c | > \textMark A > c4 > } > \repeat volta 2 { > \grace s4 % <--- > \clef treble c''4 c c | > \textMark B > \clef bass c,,4 c c c | > } > } > % -------- > >