lilypond-user
[Top][All Lists]
Advanced

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

Re: Color one accidental in a chord? Also, improved docs ... again!


From: Jonathan Kulp
Subject: Re: Color one accidental in a chord? Also, improved docs ... again!
Date: Fri, 28 Nov 2008 16:35:17 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

Trevor Bača wrote:

Hi Jon, hi Trevor (D),

Thanks for the suggestion. The layered voices are kinda hacky but they work
successfully in my case.

There is, btw, a switch to suppress collisions in cases like this,
implemented on NoteColumn ...

\new Staff <<
   \override Staff.NoteColumn #'ignore-collision = ##t
   \new Voice { \voiceOne <bes f'>1 }
   \new Voice { \voiceOne \override Accidental #'color = #blue des'1 }

... which makes the solution interpret completely cleanly.


Awesome!  That's very slick.  Glad it worked for you,

Jon

--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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