lilypond-user
[Top][All Lists]
Advanced

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

Re: Fermata below text


From: Ben
Subject: Re: Fermata below text
Date: Mon, 4 Dec 2017 13:53:58 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 12/4/2017 1:34 PM, Phil Holmes wrote:
(Posted via nabble.  Tried to send direct but it did not show in the mailing
list.)

This is driving me nuts.  Is it possible to get a fermata closer to the 
stave than markup?  I've tried over-riding Script.outside-staff-priority, 
TextScript.outside-staff-priority and various horizontal and vertical 
padding values, but the fermata always goes above the text for me.

MNWE:

{
  b'1^ \fermata ^\markup {"Some text"} \bar "|."
}




Hello,

I believe this works:

\version "2.19.80"

{
  \override Script.outside-staff-priority = #1 % allows Script under TextScript
  \override Script.outside-staff-padding = #0 % removes the extra padding
  b'1^ \fermata ^\markup {"Some text"} \bar "|."
}

reply via email to

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