bug-lilypond
[Top][All Lists]
Advanced

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

Re: dynamics and polyphony


From: Mats Bengtsson
Subject: Re: dynamics and polyphony
Date: Mon, 13 Nov 2006 13:07:35 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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