On 27/04/15 09:30, Nick Payne wrote:
> On 27/04/2015 08:14, Anthonys Lists wrote:
>> Simple problem, I can't find the solution ... :-)
>>
>> Basically, what I want is "\StaffOff ...text... \StaffOn".
>
> Something like this? The values for offset and makegap have to be
> fiddled with to get pr
On 27/04/2015 08:14, Anthonys Lists wrote:
Simple problem, I can't find the solution ... :-)
Basically, what I want is "\StaffOff ...text... \StaffOn".
Something like this? The values for offset and makegap have to be
fiddled with to get proper alignment for the text you use.
\version "
> Message: 3
> Date: Sun, 26 Apr 2015 23:14:32 +0100
> From: Anthonys Lists
> To: lilypond user list
> Subject: Putting text IN the staff
> Message-ID: <553d634...@youngman.org.uk>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Simple problem, I can't find the solution ... :-)
>
2015-04-27 0:14 GMT+02:00 Anthonys Lists :
> Simple problem, I can't find the solution ... :-)
>
> Basically, what I want is "\StaffOff ...text... \StaffOn". So, thinking
> treble clef, the text would be centred on the "b" line. Markup, however,
> seems to want to be above or below the staff, a
Hi Wol,
i think turning off outside-staff-priority only affects outside the staff
and will not bring it in the staff.
use..
\relative c'' {
% first number is right left second is up down
\override TextScript.extra-offset = #'(0 . -4)
c d c d c1^"hello" r2 c2
}
HTH
stephen
__
Hi Wol,
> Basically, what I want is "\StaffOff ...text... \StaffOn". So, thinking
> treble clef, the text would be centred on the "b" line. Markup, however,
> seems to want to be above or below the staff, and that's it. How do I force
> it IN the staff, or am I using the wrong technique com