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/
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to