lilypond-user
[Top][All Lists]
Advanced

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

Re: add vertical space to ottava


From: Ben
Subject: Re: add vertical space to ottava
Date: Fri, 28 Sep 2018 12:58:43 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1


On 9/28/2018 12:17 PM, Ryan Michael wrote:
Hello, So I know how to change the priority of the ottava such that it appears on the outside of other elements of the system. However, in my case, I simply want to increase the vertical space between the ottava in the other elements. How do I accomplish this? I have tried something like 
%%%%%%%
\version "2.19.82"
\offset Y-offset 20
\ottava #1
d2 d2 d2 d2
\ottava #0
d,2 d,2 d,2 d,2
%%%%%%%%%

Thank you for the help!
Ryan.


Hi Ryan,

You could adjust the offset values to taste...

%%%%%%%

\version "2.19.82"

{
 \override Staff.OttavaBracket.extra-offset = #'(0 . 2)
\ottava #1
d2 d2 d2 d2
\ottava #0
d,2 d,2 d,2 d,2

}
%%%%%%%%%

Does that get you started? :)

reply via email to

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