lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4097 in lilypond: Patch: This adds support for


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4097 in lilypond: Patch: This adds support for \addlyrics on arbitrary contexts including Staff
Date: Fri, 12 Sep 2014 17:04:53 +0000


Comment #9 on issue 4097 by address@hidden: Patch: This adds support for \addlyrics on arbitrary contexts including Staff
https://code.google.com/p/lilypond/issues/detail?id=4097

Hi David,

i thought that if \addlyrics can be used with a Staff, then "advanced" methods (i.e. lyricsto) would work as well, but they didn't - with

<<
  \relative \new Staff = foo {
    \time 2/4
    c''4 b8. a16 g4.
    <<
      { r8 a4( b) c2 } \\
      { f,8 e4 d c2 }
    >>
  }
  \new Lyrics \lyricsto foo {
    Life is __ _ love, _ live __ _ life.
  }


I get "Warning: cannot find Voice `foo'". What do you think about allowing \lyricsto to associate lyrics to non-voice contexts? Could it be an update for this patch, or a separate issue?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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