Hi,
it would be quite handy for me if I could use \featherDurations when
specifying manual syllable durations:
\version "2.24.4"
music = \relative c' {
\override Beam.grow-direction = #RIGHT
\featherDurations 2/3
\times 4/5 { c16[ c c c c ] }
}
words = \lyricmode {
\featherDurations 2/3 { d16 d c d c }
}
\new Staff
<<
\new Voice = "test" {
\music
}
\new Lyrics
{
\words
}
>>
As far as I can tell this is not possible. I know, I could use
addlyrics, but in the rest of the piece it works better for me if I can
specify the duration of each syllable manually.
Does anyone have an idea how to make this work or could someone help me
with the math? Although I have read a thread about the calculation of
feathered beams from a few years ago I am a bit struggling.
Thanks!