lilypond-user
[Top][All Lists]
Advanced

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

Note whiteout


From: Andrew Bernard
Subject: Note whiteout
Date: Fri, 27 Mar 2015 12:05:24 +1100

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]