>>>>> "darkijah" == darkijah  <darki...@jesusgod-pope666.info> writes:


darkijah> If anyone knows how to make a whole lyrics line into one
darkijah> specific colors, please do share! :) Lots of ideas, but I am
darkijah> new and do not have a programmers mind! :

Just set whatever colour you want ...

\version "2.22.0"
lyricBlack= { \revert LyricText.color }
lyricRed = { \override LyricText.color = #red }

verse = \lyrics
{
      Black text \lyricRed Red Text \lyricBlack Black Text
}

\score {
  <<
    \new Staff \new Voice=tune \relative c'' { a4 a a a | a a2. }
    \lyricsto tune \verse
  >>
}


Peter C

Reply via email to