Re: color text in markup

2024-06-09 Thread Werner LEMBERG
> Tell me how to make the first letter in the \markup department red. > > d4^\markup { "Tell me how to make" } d4 Try ``` { d'4^\markup \concat { \with-color #red T ell " me how to make" } d'4 } ``` Werner

Re: color text in markup

2024-06-10 Thread Виноградов Юрий
I'm grateful for your help. But you could not suggest the same solution but for the text in \lyricmode section.Юрий Виноградов07:16, 10 июня 2024 г., Werner LEMBERG : Tell me how to make the first letter in the \markup department red.   d4^\markup { "Tell me how to make" } d4Try```{  d'4^\markup \

Re: color text in markup

2024-06-10 Thread David Kastrup
Виноградов Юрий writes: > I'm grateful for your help. But you could not suggest the same > solution but for the text in \lyricmode section. \markup … can perfectly well be used for lyrics. -- David Kastrup

Re: color text in markup

2024-06-10 Thread Виноградов Юрий
Greetings!I understand that you can make the same settings for lyricmode. But I ask you to show me some example. Since I am not very good at lilypond myself. I really need to be able to make the first syllable of a word, the beginning of a sentence of a song or a romance or a psalm in red or any ot

Re: color text in markup

2024-06-10 Thread David Wright
On Mon 10 Jun 2024 at 20:27:37 (+0300), Виноградов Юрий wrote: > Greetings!I understand that you can make the same settings for > lyricmode. But I ask you to show me some example. Since I am not very good at > lilypond myself. I really need to be able to make the first syllable of a > word, the

Re: color text in markup

2024-06-10 Thread Werner LEMBERG
> I really need to be able to make the first syllable of a word, the > beginning of a sentence of a song or a romance or a psalm in red or > any other color for my next sets of notes. It is very much requested > that you teach me how to do this. As the specificity of my set will > often meet with

Re: color text in markup

2024-06-10 Thread Aaron Hill
On 2024-06-10 10:27 am, Виноградов Юрий wrote: Greetings! I understand that you can make the same settings for lyricmode. But I ask you to show me some example. Since I am not very good at lilypond myself. I really need to be able to make the first syllable of a word, the beginning of a sentence

Re: color text in markup

2024-06-10 Thread Aaron Hill
On 2024-06-10 11:11 am, Aaron Hill wrote: Oops. I attached the wrong image. Sorry about that. -- Aaron Hill

Re: color text in markup

2024-06-10 Thread Виноградов Юрий
Okey.Юрий Виноградов21:13, 10 июня 2024 г., Aaron Hill :On 2024-06-10 11:11 am, Aaron Hill wrote:Oops. I attached the wrong image. Sorry about that.-- Aaron Hill

Re: color text in markup

2024-06-10 Thread Виноградов Юрий
I'm very grateful to you. No offense taken. I'll try to send you the code next time to sort out the problem. Thank you again!!!Юрий Виноградов21:11, 10 июня 2024 г., Aaron Hill :On 2024-06-10 10:27 am, Виноградов Юрий wrote: Greetings! I understand that you can make the same settings for lyricmode.