bug-lilypond
[Top][All Lists]
Advanced

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

Re: dynamic displaced too much in some settings


From: Graham Percival
Subject: Re: dynamic displaced too much in some settings
Date: Tue, 19 Sep 2006 11:59:11 -0700
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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