lilypond-user
[Top][All Lists]
Advanced

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

Re: \skip substitute in lyrics?


From: Wilbert Berendsen
Subject: Re: \skip substitute in lyrics?
Date: Mon, 19 Jan 2009 09:30:13 +0100
User-agent: KMail/1.10.4 (Linux/2.6.27-7-generic; KDE/4.1.4; i686; ; )

Op zondag 18 januari 2009, schreef Kieren MacMillan:

> Of course, there are more complicated ways as well (using \set  

> associatedVoice, etc.).

That would be starting a new lyrics context at the desired moment:

\score {

  <<
    \new Staff \new Voice = "mel" \relative c' {
      c d e f g f e d
    }
    \new Lyrics \lyricsto "mel" {
      ha ha ha ha
      <<
        { ha ha ha ha }
        \new Lyrics {
          \set associatedVoice = "mel"
          ho ho ho ho
        }
      >>
    }
  >>
}

[btw: it would be nice if the new Lyrics context would inherit its associatedvoice from its parent context. It would then not be necessary to write the \set associatedVoice command.]

best regards,

Wilbert Berendsen

--

Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


reply via email to

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