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-margin = 1
indent = 0\cm
print-page-number = false
%oorspronkelijke waarde: 18 12 1 60
system-system-spacing =
#'((basic-distance . 13)
(minimum-distance . 5)
(padding . 1)
(stretchability . 30))
}
\header {
%title = ""
tagline = ""
}

{
\key c \major
\time 4/4
a' b' c' g' e' d' a' b' c' c'' b' a' \bar "" \break
b' c' a' \bar "" \break
a' b' c' g' e' d' a' b' c'' c' d' e' \bar "|."
}
%default waarde 4
\addlyrics { \set fontSize = #+1 \bold
\override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = 
#'((minimum-distance . 3.5) (padding . 1.0))
\override StanzaNumber.font-name = #"Calibri"
\set stanza = #" "
Dit is een lan -- ge zin die veel no -- ten be -- vat
o -- ki -- do
Op -- nieuw een lan -- ge zin met ook weer veel no -- ten
}
 
Result:

 

But i need the output:

Reply via email to