Re: Using "\set associatedVoice" in deferrely created contexts

2019-11-23 Thread David Kastrup
Павел Буданов 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

Using "\set associatedVoice" in deferrely created contexts

2019-11-23 Thread Павел Буданов
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