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: Mats Bengtsson
Subject: Re: dynamic displaced too much in some settings
Date: Thu, 07 Sep 2006 11:33:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060730 SeaMonkey/1.0.4

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

--
=============================================
        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]