bug-lilypond
[Top][All Lists]
Advanced

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

Re: Help, please --- can not mode dot down .(


From: Patrick Schmidt
Subject: Re: Help, please --- can not mode dot down .(
Date: Sat, 18 Sep 2010 16:47:08 +0200


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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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