Re: change tie color

2017-09-20 Thread Thomas Morley
2017-09-20 10:29 GMT+02:00 David Kastrup : > Gianmaria Lari writes: > >> I'm sorry but I'm not able to make them working. In both cases I get >> >> unexpected post-event >> c1 >> \myGrey ~ c1 > > c1-\myGrey ~ > > should work: Harm (probably accidentally)

Re: change tie color

2017-09-20 Thread David Kastrup
Gianmaria Lari writes: > I'm sorry but I'm not able to make them working. In both cases I get > > unexpected post-event > c1 > \myGrey ~ c1 c1-\myGrey ~ should work: Harm (probably accidentally) relied on a 2.21.0 feature that's not much more than a week old and

Re: change tie color

2017-09-20 Thread Gianmaria Lari
Thank you Harm! Now they works wonderfully :)) On 20 September 2017 at 10:21, Thomas Morley wrote: > 2017-09-20 8:16 GMT+02:00 Gianmaria Lari : > > I'm sorry but I'm not able to make them working. In both cases I get > > > > unexpected

Re: change tie color

2017-09-20 Thread Thomas Morley
2017-09-20 8:16 GMT+02:00 Gianmaria Lari : > I'm sorry but I'm not able to make them working. In both cases I get > > unexpected post-event > c1 > \myGrey ~ c1 Argh, I messed up lily-versions. \fixed c'' { c1-\tweakGrey ~ c1 } \fixed c'' { c1-\myGrey ~ c1 }

Re: change tie color

2017-09-20 Thread Gianmaria Lari
I'm sorry but I'm not able to make them working. In both cases I get unexpected post-event c1 \myGrey ~ c1 On 19 September 2017 at 23:21, Thomas Morley wrote: > 2017-09-19 22:48 GMT+02:00 Gianmaria Lari : > > This code > > > > \version

Re: change tie color

2017-09-19 Thread Thomas Morley
2017-09-19 22:48 GMT+02:00 Gianmaria Lari : > This code > > \version "2.19.65" > \fixed c'' { > \override Tie.color = #grey > c1 ~ > \revert Tie.color > \override NoteHead.color = #grey > c1 > \revert NoteHead.color > } > > > change the color of the tie and the

change tie color

2017-09-19 Thread Gianmaria Lari
This code \version "2.19.65" \fixed c'' { \override Tie.color = #grey c1 ~ \revert Tie.color \override NoteHead.color = #grey c1 \revert NoteHead.color } change the color of the tie and the second c1 note (see attached image). I would like to simplify the previous code and write