Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=30


Mats Bengtsson wrote:
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to