thanks- this explaines a little more the logic behind it- is there a point in 
the docs where I can find those things?

ole

Am 08.08.2010 um 23:12 schrieb Xavier Scheuer:

> On 8 August 2010 17:03, Ole Schmidt <[email protected]> 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 <[email protected]>


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to