Hi Richard,
Maybe just tweak it to the left a little…?
%%% SNIPPET BEGINS
\version "2.24"
\layout {
ragged-right = ##f
line-width = 5\in
}
upper = {
g''4 r8
d''
d''2
}
dyns = {
s4.
s8-\tweak X-offset #-0.5 \sf
s2
}
lowest = {
g'4 e'8 <c' d'> r2
% g'4 e'8 c' r2
}
\score {
<<
\new Staff \upper
\new Dynamics \with { \override VerticalAxisGroup.staff-affinity = #UP }
\dyns
\new Staff \lowest
>>
}
%%% SNIPPET ENDS
I mean, it would be great if there was a setting for “attach to left-most note
in column”, but I don’t know of one.
Hope that helps!
Kieren.
______________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.