bug-lilypond
[Top][All Lists]
Advanced

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

close voices influence noteheads/ledger lines


From: Patrick Schmidt
Subject: close voices influence noteheads/ledger lines
Date: Fri, 10 Sep 2010 22:58:31 +0200

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

PNG image


reply via email to

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