On 12.12.2017 11:27, David Kastrup wrote:
"Peter Chubb" <pe...@chubb.wattle.id.au> writes:

Ming> Thank you for the
Ming> answer. One question: how can I just want to show few color
Ming> lyric text only? I try to use {}, but it shows all lyric text in
Ming> color.  Ming

You need to delimit the coloured part.  Something like
  words=\lyricmode {
        you \markup {\with-color #green can} see the \markup
        {\with-color #red} frog
  }
Uh no?

words=\lyricmode {
      you \markup \with-color #green can see the
      \markup \with-color #red frog
}

works fine.

Or

words = \lyricmode {
  you
  \override LyricText . color = #green
  can see
  \revert LyricText . color
  the frog
}

Best, Simon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to