Hi all,

when voices get very close to one another ledger lines and/or note heads seem to change their behavior. In the following example the note head of the c is too far to the right. The ledger lines of the notes on the left side of the chord are shorter than normal. The ledger line of the f sharp is hardly visible.

\version "2.13.31" % on Mac OS X
\paper{ raggedright = ##t }

musicVoiceOne =  {
  %cis'1
  c'1
  %d'1
  %e'1
}

musicVoiceTwo =   {
        r8<fis g b>4
}

\score {
\new Staff <<
  \key g\major
  \new Voice {
          \musicVoiceOne
  }
  \new Voice {
          \musicVoiceTwo
  }
  >>
}

HTH,
patrick

<<inline: note-head-ledger-line.png>>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to