lilypond-user
[Top][All Lists]
Advanced

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

FW: tweaking Articulation grobs - fermata / Slur collision


From: Farmer, Pete {PGLC~Basel}
Subject: FW: tweaking Articulation grobs - fermata / Slur collision
Date: Wed, 23 Jul 2003 19:12:38 +0200

<deletia>
Pete Wrote:
 
>> As you will see, my fermata collides with a slur and a tie. I would
>> like to raise the fermata slightly, as is easily possible with other>
>> grobs (ex. BarNumber and the padding parameter).
>> 
>> As best as I can determine, the fermata is not really a grob, but
>> part of the collection of Articulation grobs.

Han-Wen wrote:

>Try tweaking the Script object.

Pete writes: <hopefully completing this thread for the benefit anyone who may 
one day ask a similar question>

Thanks Han-Wen!

The complete solution is:

              \property Voice.Script \override #'padding = #3.0

as in:
%----<snip>----------

\score {
  \context Staff \notes \relative c' {
        c, a'(d)fis a(cis
        \once \property Voice.Script \override #'padding = #3.0
        )d8-\fermata 
        ()d16 a, b c d e fis g
  }
}
%----<snip>----------

Simple.

Viva Lily!

Thanks again,
Pete




reply via email to

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