Am 18.09.2010 um 16:05 schrieb Dmytro O. Redchuk:

Hi!

Here lilypond puts dots "in betweens noteheads", i need both of them (all of
them) would be in spaces below noteheads:

\version "2.13.33"  % 2.12 does the same

\relative c'' {
  \time 3/4
  \voiceTwo
  % neither of two works:
  \override Dots #'direction = #DOWN
  \override Staff.DotColumn #'direction = #DOWN
  <b e,>2. ~
  <b e,>2.
}

Am i missed something important?

Or this is a bug?
It looks to me as if this strange behaviour is caused by the \voiceTwo-command. It also happens with \voiceFour. For now you could use \stemDown instead of \voiceTwo or:

\override Voice.Dots #'staff-position = #1.0

if you want to keep \voiceTwo, but that's just fighting the symptoms...

Hope this helps anyway,
patrick

Thanks!

--
  Dmytro O. Redchuk
Bug Squad<test-2.13.33.png>_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to