>
>
> Maybe a bit too ambitious regarding the mix and match of markups and
> music (I am not saying that some variant of that should or should not be
> working, but it's not quite clear what and how).  Try the following
> instead:
>
> --
> David Kastrup
>
I ended up finding out that the attached approach is simpler
and works just as well.
alignLyrics =
#(define-music-function
      (parser location alignment)
      (number?)
    #{
      \once \override LyricText.self-alignment-X = #alignment
    #})


\relative c'' {
  c8. a16 f4
} \addlyrics {
  le -- \alignLyrics #0.7 bens -- satt
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to