lilypond-user
[Top][All Lists]
Advanced

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

Re: Text markup in lyrics


From: Mats Bengtsson
Subject: Re: Text markup in lyrics
Date: Thu, 17 Nov 2005 21:49:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

What is the problem? Is the problem that the \markup{...} is treated as
an extra syllable, whereas you want it inserted at the end of a
syllable? Then, why not simply include that syllable in the markup
as well? Something like

mylyrics = \lyricmode {
  Here comes a \markup{ word \raise #1.0 \musicglyph #"scripts.rcomma" }
  fol -- lowed by a breath }


It is always much easier to answer a question if you include a small
but complete example of what you tried.

   /Mats

Reinhold Kainhofer wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
I'm trying to typeset a piece for our choir (thus it's polyphony with lyrics attached using \lyricsto). I'm using LilyPond 2.6.3.

Now, in one stanza I need to put a \breathe sign at a position, where the other stanzas mustn't have a breathe (so I can't attach it to the staff itself). This breathe should be inserted right in the lyrics of that stanza, but I haven't been able to do this.

My problem is that it seems as if \markup (as described in the documentation: http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Text-markup.html#Text-markup ) does not work for lyrics attached via \lyricsto, and \addlyrics doesn't handle polyphony (see the comment in section7.3.1)!
So how can I insert the breathe mark to the lyrics?

The relevant parts of the .ly file are:


VerseIII = \lyricmode
{
\set stanza = "3." "..." er -- schei -- nen.\markup{\breathe} O mach dich al -- len kund. __
}

\score {
        \context ChoirStaff <<
                \ScoreSettings
                \context Staff = women <<
                        \context Voice = sopranos { \voiceOne << \GlobalSettings 
\sopMusic >> }
                        \context Voice = altos { \voiceTwo << \GlobalSettings 
\altoMusic >> }
                >>
                \context Lyrics = sopranosI \lyricsto sopranos \VerseI
                \context Lyrics = sopranosII \lyricsto sopranos \VerseII
                \context Lyrics = sopranosIII \lyricsto sopranos \VerseIII

                \context Staff = men <<
....


Thanks a lot!
Reinhold

- -- - ------------------------------------------------------------------
Reinhold Kainhofer, Vienna, Austria
email: address@hidden, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at
 * K Desktop Environment, http://www.kde.org/, KOrganizer maintainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDfGjrTqjEwhXvPN0RAvPJAKCcBgdlOtiZMfy0P2/5vRKg2bj8MwCgiREZ
UlPRchNS4pKGsQc7pHyp+Vk=
=1w5A
-----END PGP SIGNATURE-----


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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