lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using "\set associatedVoice" in deferrely created contexts


From: Павел Буданов
Subject: Using "\set associatedVoice" in deferrely created contexts
Date: Sat, 23 Nov 2019 17:02:15 +0300

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 }
   }
>>
But if you remove the pause, it will work. When using lyricsto, this also works:
<<
   \new Staff \new Voice = "voice" { b b b b b b b b b b b b }
   \new Lyrics {
      s1
      \new Lyrics \lyricsto "voice" { la la la la }
   }
>>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]