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: Ryan Michael
Subject: Re: tweak ottava to be above rest of system
Date: Sun, 8 Oct 2017 12:17:07 -0700

yes that is exactly what i was seeking todo. Thank you!
Ryan.

On Sun, Oct 8, 2017 at 11:48 AM, Ben <address@hidden> wrote:
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 }

_______________________________________________
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]