lilypond-user
[Top][All Lists]
Advanced

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

Re: \unfoldRepeats for midi file


From: Simon Albrecht
Subject: Re: \unfoldRepeats for midi file
Date: Tue, 12 Dec 2017 20:27:03 +0100

On 12.12.2017 11:27, David Kastrup wrote:
"Peter Chubb" <address@hidden> 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



reply via email to

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