lilypond-user
[Top][All Lists]
Advanced

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

Partcombine and Lyrics


From: Johan Vromans
Subject: Partcombine and Lyrics
Date: Wed, 19 Sep 2007 23:09:18 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Hi,

Basically, I've got something like this

  <<
    \new Staff = smed <<
      \new Voice = "med"  {
        \medMusic
      }
    >>
    \new Lyrics = med { s1 }
    \context Lyrics = med \lyricsto med \medWords
  >>

Now I want to add a second melody. It's identical to the first, with a
few exceptions. So I want to use partcombine.

  <<
    \new Staff = smed <<
      \new Voice = "med"  {
        \set Staff.printPartCombineTexts = ##f
        \partcombine \medMusic \lowMusic
      }
    >>
    \new Lyrics = med { s1 }
    \context Lyrics = med \lyricsto med \medWords
  >>

However, now Lilypond complains "cannot find Voice 'med'".

How can I add lyrics to combined parts?

Thanks,
        Johan




reply via email to

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