lilypond-user
[Top][All Lists]
Advanced

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

Re: tweak ottava to be above rest of system


From: Ben
Subject: Re: tweak ottava to be above rest of system
Date: Sun, 8 Oct 2017 14:48:45 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 10/8/2017 2:33 PM, Ryan Michael wrote:
Hello,
I am trying my 8va to be above the rest of markup (which includes a \markup and a fermata). Currently it is below the fermata and the \markup but i would like it to go above each of those items. 

Here is what causes it: 

%%%%%%%%%%
\version "2.18.2"
up = \new Staff  = "up" 
{
\ottava # 1
\tieDown
<des'' ees'''>2\fermata~-\tweak #'Y-offset #-1.0 ^\markup{\tiny\flat}~
}

%%%%%%%%%%%%%


Couldn't you just override the outside order? Is this what you mean?

%%%%%%%%%%
\version "2.18.2"
up = \new Staff  = "up"
{
\once \override Staff.OttavaBracket.outside-staff-priority = #500
\ottava # 1
\tieDown

<des'' ees'''>2\fermata~-\tweak #'Y-offset #-1.0 ^\markup{\tiny\flat}~
}

%%%%%%%%%%%%%

{ \up }

Attachment: outside.png
Description: PNG image


reply via email to

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