Павел Буданов writes:
> Hi, I want to automatically align syllables in deferrely created lyrics
> context. Why the following example doesn't work?
> <<
>\new Staff \new Voice = "voice" { b b b b b b b b b b b b }
>\new Lyrics {
> s1
> \new Lyrics \lyricmode { \set associatedVo
Hi, I want to automatically align syllables in deferrely created lyrics
context. Why the following example doesn't work?
<<
\new Staff \new Voice = "voice" { b b b b b b b b b b b b }
\new Lyrics {
s1
\new Lyrics \lyricmode { \set associatedVoice = #"voice" la la la la }
}
>>
B