lilypond-user
[Top][All Lists]
Advanced

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

Re: Fermata below text


From: Phil Holmes
Subject: Re: Fermata below text
Date: Mon, 4 Dec 2017 19:07:50 -0000


Thanks for the replies.  I'd been using TextScript outside-staff-priority with no success.  Not sure why script works, but it's solved my problem.

--
Phil Holmes
 
 
----- Original Message -----
From: Ben
Sent: Monday, December 04, 2017 6:53 PM
Subject: Re: Fermata below text

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 "|."
}


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

reply via email to

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