lilypond-user
[Top][All Lists]
Advanced

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

Re: Whiteout on hairpins?


From: Simon Albrecht
Subject: Re: Whiteout on hairpins?
Date: Fri, 2 Oct 2015 22:26:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 01.10.2015 20:07, Connor Harris wrote:
Is there any way to print hairpins while whiting out parts of anything
(specifically, in this case, note stems and beams) that they cross,
analogous to what the \whiteout command does for text markup?

I’d suggest to either use a \tweak command:
{ c-\tweak whiteout ##t \tweak layer 2 \< c\f }
or place it in a layout block:
\layout {
  \context {
    \Voice
    \override Hairpin.whiteout = ##t
    \override Hairpin.layer = 2
  }
}

HTH, Simon



reply via email to

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