Sure! You have the same problems with text scripts and articulations as well.
Currently, the dynamics and collisions between dynamics and notes are only
handled within each voice separately. For this reason, I always try to add
the dynamics indications in the lowest voice of the stave.

  /Mats

Simon Dahlbacka wrote:
It seems dynamics and polyphony does not mix very well, at least "out of the
box" as the snippet below clearly shows (with voice two overlapping the
dynamics of voice one)

%begin snippet
\version "2.10.0"

one = \relative c' {
   d\mf e\< f g\!
}
two = \relative c' {
   a a a a
}

mystaff = \new Staff {
   <<
   \new Voice = "one" {
       \voiceOne \one
   }
   \new Voice = "two" {
       \voiceTwo \two
   }
   >>
}

\score {
   <<
   \mystaff
   >>
}
% end snippet
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to