lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics on skips


From: Mats Bengtsson
Subject: Re: lyrics on skips
Date: Thu, 31 Jul 2003 17:17:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401

Fulko van Westrenen wrote:
Hello,

Some of you assumed that I wanted to add text to the end, but that is not the case: lilypond-book would have done a fine job. I want to add some text in the middle of a piece, but that text has no melody. The accompanying(?) music continues, but that small piece
of text goes without rithm of melody. I simply have a s1-skip to fill
with a few words. Can this be done?

Didn't you read my first answer? To elaborate on the second alternative,
I thought of something like:

textwithoutmusic = \lyrics{ \skip 1*30 Some4 ly- rics2 ... }
textwithmusic = \lyrics{ The text with me- lo- dy ... }

\score {
  <
    \addlyrics
      \context Staff = one {
        \property Staff.autoBeaming = ##f
        \melody
      }
      \context LyricsVoice = mylyrics \textwithmusic
    \context LyricsVoice = mylyrics \textwithoutmusic
  >
  ...
}

The idea is to use the \textwithoutmusic to fill the bars that
didn't have any melody and use explicit durations only for those
bars. Use \skip to place it at the correct location.

   Mats


Thank you for your help so far.

Best,
Fulko



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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