Hi Connor, 

there's whiteout property that you can set to ##t:

% ---------------------------------------------------
\version "2.18.2"

right = \relative c'' {
  \override Hairpin.whiteout = ##t
  \override Hairpin.layer = #2 % maybe necessary to place hairpins in front
of other objects
  r2\< r r r\!
}

left = \relative c' {
  r2 r r r
}

\score {
  \new PianoStaff
  <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
% ---------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Whiteout-on-hairpins-tp181866p181872.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to