Re: ottava bracket above markups

2010-08-09 Thread Xavier Scheuer
On 9 August 2010 11:48, Ole Schmidt wrote: > > thanks- this explaines a little more the logic behind it- is there a > point in the docs where I can find those things? > LM 4.4.3 Outside-staff objects http://lilypond.org/doc/v2.13/Documentation/learning/outside_002dstaff-objects and Internals Ref

Re: ottava bracket above markups

2010-08-09 Thread Ole Schmidt
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 wrote: >> Hi, >> >> Is it possible to set the ottava bracket -- above the mark

Re: ottava bracket above markups

2010-08-08 Thread Xavier Scheuer
On 8 August 2010 17:03, Ole Schmidt 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-p

Re: ottava bracket above markups

2010-08-08 Thread Nick Payne
\version "2.13.7" \new Staff \relative c'' { \override TextScript #'outside-staff-priority = #399 c^\markup {1} d \ottava #1 e^\markup {2} f^\markup {3} g a b c } On 09/08/10 01:03, Ole Schmidt wrote: Hi, Is it possible to set the ottava bracket -- above the mark

ottava bracket above markups

2010-08-08 Thread Ole Schmidt
Hi, Is it possible to set the ottava bracket -- above the markups? thanks ole %%% \version "2.13.7" \new Staff \relative c'' { c^\markup {1} d \ottava #1 e^\markup {2} f^\markup {3} g a b c }