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)
\version "2.22
How can I align all staffs (including lyrics) to the left and still have the
staff fill the entire page width?
Is it possible to left align both musical notes and text?
Example:
\version "2.18.2"
#(set-global-staff-size 47)
bold = {
\override Lyrics.LyricText.font-series = #'bold
\override LyricText #'font-family = #'sans
}
\paper {
#(set-paper-size "my size")
top-margin = 0
left-margin = 0
right-margi