lilypond-user
[Top][All Lists]
Advanced

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

Re: Color of lyric hyphen


From: Urs Liska
Subject: Re: Color of lyric hyphen
Date: Wed, 29 Mar 2017 14:17:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0


Am 29.03.2017 um 12:53 schrieb David Kastrup:
> Urs Liska <address@hidden> writes:
>
>> Hi,
>>
>> I would expect that with the following code the hyphen separating the
>> lyrics syllables would be printed red:
>>
>> \version "2.19.57"
>>
>> \layout {
>>   \context {
>>     \Lyrics
>>     \override LyricHyphen.color = #red
>>     \override LyricText.color = #blue
>>     \override LyricExtender.color = #magenta
>>   }
>> }
>>
>> music = {
>>   c'2 c'2 ~ c'1
>> }
>>
>> text = \lyricmode {
>>   Hel -- lo __
>> }
>>
>> <<
>>   \new Staff \new Voice = "mel" \music
>>   \new Lyrics \lyricsto "mel" \text
>>
>> But as you can see in the attached image it remains black, while the
>> extender and the text itself are correctly colored.
>>
>> Did I misinterpret what LyricHyphen is or is this a bug?
> This is a regression due to
>
> commit 2dc76513c4edb8e18e6170069677eb0dd9b54209
> Author: Knut Petersen <address@hidden>
> Date:   Sat Mar 4 18:10:19 2017 +0000
>
>     LyricHyphen whiteout
>     
>     Issue 5033

Thanks for the info. Can I expect this to be fixed in 2.19.58 or do I
have to go back to 2.19.54 for this project?

Urs

-- 
address@hidden
https://openlilylib.org
http://lilypondblog.org




reply via email to

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