Hello,
> When I compile the code below, I get a staff over the entire width of my page
> (see example 1), but the notes f and a, including the lyrics 'OK' and
> 'thanks' are in the middle of the staff.
> How can I make sure that the lyrics and notes on the left are justified? (see
> example 2)
You can always [manually] force extra space into the mix:
%%% SNIPPET BEGINS
\version "2.22.1"
\layout {
indent = #0
line-width = #180
#(layout-set-staff-size 24)
}
{
\key f \major \time 2/4
c'4 \tweak extra-spacing-width #'(0 . 80) f' \bar "" \break
c'4 \tweak extra-spacing-width #'(0 . 80) a' \bar "" \break
}
\addlyrics {
Yes OK,
No thanks,
}
%%% SNIPPET ENDS
I don’t know of a way to set “ragged-right = ##t” for the notes only [and not
the StaffSymbol], but maybe someone out there does…?
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.