lilypond-user
[Top][All Lists]
Advanced

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

Re: Note whiteout


From: Andrew Bernard
Subject: Re: Note whiteout
Date: Fri, 27 Mar 2015 15:12:56 +1100

I now understand this can be done using a filled-box markup in white. But how do you get the box under the notehead and leger lines but above the ties? I am aware of layer order, but I can’t get the whiteout box just where it should be in the z-order.

Andrew



On 27 March 2015 at 12:05:33, Andrew Bernard (address@hidden) wrote:

What do I whiteout and how exactly to get the chord in the example covering the leger lines to nicely whiteout just the right things? Notehead, leger lines, stem? Not real music, just the smallest example I could make.

\version "2.19.17"

treble = \relative c'' {
  e
  \change Staff = "bass"
  <e,,, g,>
  \change Staff = "treble"
  g'' c
  c1
}

bass = \relative c {
  \clef bass
  <c, f c,>1 ~
  <c f c,>

}

\score {
  \new PianoStaff
  <<
    \new Staff = "treble" \with { }
    { \treble }

    \new Staff = "bass" \with { }
    { \bass }
  >>

  \layout { }
}

Andrew



reply via email to

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