lilypond-user
[Top][All Lists]
Advanced

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

[2.12.2] Collision: dot in \voiceOne and stem in \voiceThree


From: Dmytro O. Redchuk
Subject: [2.12.2] Collision: dot in \voiceOne and stem in \voiceThree
Date: Wed, 02 Dec 2009 11:16:06 +0200

Hi masters!

Please here is the test and its output (Ubuntu 64bit, lilypond 2.12.2
but "original" not shipped with karmic koala).

\version "2.12.2"

soprano = \relative d'' {
  <<
    {
      d4.( c8) <d b>2
    }
    \new Voice \relative b' {
      \voiceThree
      b2
    }
  >>
}

tenor = \relative d' {
  \clef "bass" 
  %
  <<
    {
      % Yes! One can move it manually:
      % \once \override Dots #'extra-offset = #'(0.7 . 0)
      d4.( c8) <d b>2
    }
    \new Voice \relative b {
      \voiceThree
      b2
    }
  >>
}

%
\score {
  \context ChoirStaff <<
    \new Staff = "upperstaff" <<
      \new Voice = "soprano" {
        \voiceOne
        \soprano
      }
    >>
    %
    \new Staff = "tenstaff" <<
      \new Voice = "tenor" {
        \voiceOne
        \tenor
      }
    >>
  >>
}

Please, what's wrong? Am i wrong (why? where?)
or there is a collision (let's say bug?).

Thanks!

-- 
Dmytro O. Redchuk <address@hidden>

Attachment: test.png
Description: PNG image


reply via email to

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