<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


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to