lilypond-user
[Top][All Lists]
Advanced

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

Re: ottava bracket above markups


From: Xavier Scheuer
Subject: Re: ottava bracket above markups
Date: Sun, 8 Aug 2010 23:12:35 +0200

On 8 August 2010 17:03, Ole Schmidt <address@hidden> wrote:
> Hi,
>
> Is it possible to set the ottava bracket ---------- above the markups?
>

Hi!

Change the value of OttavaBracket #'outside-staff-priority to something
*strictly* higher than 450 (451 for example)
  \override Staff.OttavaBracket #'outside-staff-priority = #451

  OR

Change the value of TextScript #'outside-staff-priority to something
*strictly* _lower_ than 400 (399 for example).
  \override TextScript #'outside-staff-priority = #399

But in your case why not use Fingering instead of \markup ?
That seems more logical, isn't it?

\new Staff {
  \relative c'' {
    c-1
    d \ottava #1
    e-2
    f-3
    g a b c
  }
}


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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