I tried to reduce your example a bit and it seems that the phrasing slur
is the
culprit:
\version "2.8.1"
\score {
{
% pp vertically misaligned:
g'8 \( \pp\> g'\! \)
% Correct alignment
g'8 ( \pp\> g'\! )
}
\layout {}
}
I'm confused by the bug, since both slurs and phrasing slurs are drawn
by the same code (even though they have separate engravers).
/Mats
Arvid Grøtting wrote:
Dynamic (e.g. \pp) markings aren't aligned properly
when stacking lots of markings and using, e.g.
\pp\> as well.
Using MacOS X 10.3 and Lilypond 2.8.1:
\version "2.8.1"
\score {
{
% fails to align correctly:
g'8\pp\>-.\( g'\!-.\)
% workaround:
<< g'8\pp-.\( { s16 s16\> } >> g'\!-.\)
}
\layout {}
}
_______________________________________________
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