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 <brownian....@gmail.com>

<<attachment: test.png>>

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

Reply via email to