lilypond-user
[Top][All Lists]
Advanced

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

Re: Switching lyrics to italic in the same syllabe


From: Wilbert Berendsen
Subject: Re: Switching lyrics to italic in the same syllabe
Date: Sat, 28 Jan 2012 19:33:41 +0100

Op Fri, 27 Jan 2012 18:17:23 +0100
Nils <address@hidden> schreef:

> Questions over Questions:
> 
> I have lyrics here which need switching to italics during a syllabe.
> It the following example it is "phi" where the "i", and everything
> after, needs to be italic.
> 
> Se --  ra --  ph \override LyricText #'font-shape = #'italic i --  nen

This is what I could come up with:

\relative c' {
  c1 d e f
}
\addlyrics {
  Se --  ra -- 
  \markup \concat { ph \italic i } --
  \override LyricText #'font-shape = #'italic
  nen
}


-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)




reply via email to

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