Re: LyricHyphen grob color override broken as of 2.19.57

2017-08-08 Thread Hans Aikema
> On 8 Aug 2017, at 15:45, Hans Aikema wrote: > > As per LSR http://lsr.di.unimi.it/LSR/Item?id=443 I have lilypond code that > creates a colored version of music and lyrics. This used to work fine with > Lilypond 2.19.50. I recently tried 2.19.65 and there it failed. The > LyricHyphen is no

LyricHyphen grob color override broken as of 2.19.57

2017-08-08 Thread Hans Aikema
As per LSR http://lsr.di.unimi.it/LSR/Item?id=443 I have lilypond code that creates a colored version of music and lyrics. This used to work fine with Lilypond 2.19.50. I recently tried 2.19.65 and there it failed. The LyricHyphen is no longer colored. I managed to trim it down to the changes of

Re: LyricHyphen grob color override broken as of 2.19.57

2017-08-08 Thread David Kastrup
Hans Aikema writes: >> On 8 Aug 2017, at 15:45, Hans Aikema wrote: >> >> As per LSR http://lsr.di.unimi.it/LSR/Item?id=443 I have lilypond >> code that creates a colored version of music and lyrics. This used >> to work fine with Lilypond 2.19.50. I recently tried 2.19.65 and >> there it failed

Conflicting layout blocks causes duplication of music

2017-08-08 Thread Étienne Beaulé
As reported at https://phabricator.wikimedia.org/T49616 in the context of Wikipedia. Using a simpler example: \version "2.18.2" \score { \relative c { c } \layout { indent = 2\cm } \layout {} } Causes the duplication of the staves, as seen with the result of the code above (attached). The e

Re: Conflicting layout blocks causes duplication of music

2017-08-08 Thread David Kastrup
Étienne Beaulé writes: > As reported at https://phabricator.wikimedia.org/T49616 in the context of > Wikipedia. > > Using a simpler example: > > \version "2.18.2" > \score { > > \relative c { c } > > \layout { indent = 2\cm } > > \layout {} > > } They aren't "conflicting". Each block causes one

Re: Conflicting layout blocks causes duplication of music

2017-08-08 Thread Thomas Morley
2017-08-08 21:23 GMT+02:00 David Kastrup : > Étienne Beaulé writes: > >> As reported at https://phabricator.wikimedia.org/T49616 in the context of >> Wikipedia. >> >> Using a simpler example: >> >> \version "2.18.2" >> \score { >> >> \relative c { c } >> >> \layout { indent = 2\cm } >> >> \layout

Re: Conflicting layout blocks causes duplication of music

2017-08-08 Thread Étienne Beaulé
Thank you for your quick replies. Wasn't sure if it was expected or not. Good to have it cleared up. 2017-08-08 16:32 GMT-03:00 Thomas Morley : > 2017-08-08 21:23 GMT+02:00 David Kastrup : > > Étienne Beaulé writes: > > > >> As reported at https://phabricator.wikimedia.org/T49616 in the context