lilypond-user
[Top][All Lists]
Advanced

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

change tie color


From: Gianmaria Lari
Subject: change tie color
Date: Tue, 19 Sep 2017 22:48:04 +0200

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 something like:

\version "2.19.65"
\fixed c'' {
  c1 \grey {~ c1}
}

Here http://lsr.di.unimi.it/LSR/Item?id=985 there is something similar but I have not been able to modify it according my needs. 
How can I do it?

Thank you, g

Attachment: Capture.PNG
Description: PNG image


reply via email to

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