bug-lilypond
[Top][All Lists]
Advanced

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

whiteout bug


From: Karol Majewski
Subject: whiteout bug
Date: Sun, 28 Jul 2013 14:40:37 +0200

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?


reply via email to

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