bug-lilypond
[Top][All Lists]
Advanced

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

dynamics and polyphony


From: Simon Dahlbacka
Subject: dynamics and polyphony
Date: Sun, 12 Nov 2006 23:30:54 +0200

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


reply via email to

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