lilypond-user
[Top][All Lists]
Advanced

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

Re: Causing dyanmic text to overlap?


From: Mats Bengtsson
Subject: Re: Causing dyanmic text to overlap?
Date: Fri, 02 Feb 2007 10:05:18 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

I tried
 \override DynamicText #'X-extent = #'(0 . 0)
and expected it to work, but it doesn't completely, even though you
do get some overlap.

  /Mats

Trevor Bača wrote:
Hi,

We usually want to avoid collisions at all cost.

But is it possible to get the fortissimo below to vertically alignment
perfectly with the surrounding pianissimi, sitting at exactly
staff-padding = #8 (and keeping the tight spacing of the 32nds,
achieve through proportionalNotationDuration)?

This is essentially the same question as asking whether there are
settings that we can use to *allow* dynamic text to overprint.

%%% BEGIN %%%

\version "2.11.15"

\new Score \with {
  proportionalNotationDuration = #(ly:make-moment 1 32)
  \override DynamicText #'outside-staff-priority = ##f
  \override DynamicText #'staff-padding = #8
  %\override DynamicText #'extra-spacing-width = #'(+inf.0 . -inf.0)
  %\override DynamicText #'non-musical = ##t
} {
  c'32 \pp
  c'32 \ff
  c'32 \pp
  c'32
  c'32
  c'32
  c'32
  c'32
  c'4
  c'4
  c'4
}

%%% END %%


------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

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