Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1262 by brownian.box: close voices influence noteheads/ledger lines
http://code.google.com/p/lilypond/issues/detail?id=1262

Reported by Patrick Schmidt:
http://lists.gnu.org/archive/html/bug-lilypond/2010-09/msg00168.html

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.

musicVoiceOne =  {
  % with c'2 here lines are quite normal:
  c'1
}

musicVoiceTwo =   {
  r8 <fis g b>4
}

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

2.12 does the same.

Attachments:
        test.png  1.1 KB


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

Reply via email to