Hi,

Take look at this:

%%%%%%%%%%

\version "2.17.22"

\layout {
  \context {
    \Score
    \override TextScript.whiteout = ##t
  }
}

right = \relative c' {
<a' c d>4 <a c d> <a c d> <a c d> _"whoooo"
<a c d>8 <a c d>4 <a c d>8 <a c d>2
}

left = \relative c {
<a' c d>4 <a c d> <a c d> <a c d>
<a c d>8 <a c d>4 <a c d>8 <a c d>2
}

\score {
  <<
    \new PianoStaff
      <<
      \new Staff = "right" \right
      \new Staff = "left" \left
      >>
  >>
}

%%%%%%%%%%%%%%%

First note in the second bar is partially overlayed by whie box, which is
not what we want, do we?
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to