lilypond-user
[Top][All Lists]
Advanced

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

Re: Whiteout on hairpins?


From: Klaus Blum
Subject: Re: Whiteout on hairpins?
Date: Thu, 1 Oct 2015 12:57:45 -0700 (MST)

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.



reply via email to

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