lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics in different colours


From: tisimst
Subject: Re: Lyrics in different colours
Date: Tue, 14 Jun 2016 22:48:06 -0700 (MST)



On Tuesday, June 14, 2016, jeffery shivers [via Lilypond] <[hidden email]> wrote:
Oops - I did not send that to the listserv. This does that.


On Tue, Jun 14, 2016 at 11:34 PM, Jeffery Shivers <[hidden email]> wrote:
Hi Don,

If you're working
​in
 lyric
​mode​
 and not markups​
,
​​
you can
​​
​:​


emphasize = {
  \override Lyrics.LyricText.font-shape = #'italic
  \override Lyrics.LyricText.font-series = #'bold
}

\emphasize at the beginning of the text of your middle verse. You can change what 'emphasize' does - that's just the usage example from the documentation:

​//​

​If you're using markups:
\bold { will make all this text bold } but not this, so just make sure you encapsulate the whole body.

Which is explained better here.

​Hope that helps!​
​-j​


On Tue, Jun 14, 2016 at 10:51 PM, Don Gingrich <[hidden email]> wrote:
Hi,

I've got a score with a treble and bass part and three
verses worth of lyrics in between. Is there some simple
way to make the middle set of lyrics a different colour
or bold or underlined -- anything to make it easier to keep
track of which verse? It's made more complicated since
we're a choir singing in Scottish Gaelic (and we're mostly
*not* fluent Gaelic speakers. i.e. learning lyrics more or
less phonetically.)

I can send the .ly file, but it would be really difficult to
extract a useful example, given my level of LilyPond
knowledge.

Thanks,
-Don (Victorian Scottish Gaelic Society Choir)
--
Don Gingrich

Also be aware that every grob has a "color" property that you can set, like

\override Lyrics.LyricText.color = #green

Best,
Abraham 


View this message in context: Re: Lyrics in different colours
Sent from the User mailing list archive at Nabble.com.

reply via email to

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