Hi James, > Notice how each lyric word remains centered under the note, but that both > lyrics and noteheads/stems have been shifted to the right.
Here’s a hack… but it requires trial-and-error: [replaces lines 18-20 of original snippet] %%% SNIPPET BEGINS \tweak extra-spacing-width #'(-0.2 . 0) f4 \myBar \noMoreClefs bes4. bes8 a4 g \myBar f2. \myEndLine \tweak extra-spacing-width #'(3 . 0) g8 ([a8]) bes4 c d c8 ([bes8]) c2. \myEndLine \tweak extra-spacing-width #'(-3 . 0) f,4 \myBar d'4. c8 bes4 a4 \myBar g (a4 bes4) \myEndLine %%% SNIPPET ENDS There’s almost certainly an automagic way, but I don’t have time to chase it down right now. Hope this helps to some extent! Best, Kieren.