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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to