lilypond-user
[Top][All Lists]
Advanced

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

Re: A single word in lyrics italicized?


From: Wilbert Berendsen
Subject: Re: A single word in lyrics italicized?
Date: Sun, 18 Jan 2009 07:45:37 +0100
User-agent: KMail/1.10.4 (Linux/2.6.27-7-generic; KDE/4.1.4; i686; ; )

Op zondag 18 januari 2009, schreef James E. Bailey:

> Am 18.01.2009 um 00:33 schrieb Jay Hamilton:

> > I can't find in the doc where/if you can italicize a single word in

> > lyrics using \addlyrics or is there a different thing to do?

>

> I don't usually use \addlyrics, but it should be the same as in the

> section on entering lyrics.

there are different ways to do that: One syllabe can be one markup element, but an override command is a better solution.

See http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Entering-lyrics

\version "2.12.0"


\relative c' {
  c d e f g
}
\addlyrics {
  One \markup \italic italic word
}

\relative c' {
  c d e f g
}
\addlyrics {
  One
  \markup \italic i --
  \markup \italic ta --
  \markup \italic lic
  word
}

\relative c' {
  c d e f g
}
\addlyrics {
  One
  \override LyricText #'font-shape = #'italic
  i -- ta -- lic
  \revert LyricText #'font-shape
  word
} 

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]