lilypond-devel
[Top][All Lists]
Advanced

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

Re: outside-staff-priority makes TextSpanner edge-text disappear entirel


From: Trevor Bača
Subject: Re: outside-staff-priority makes TextSpanner edge-text disappear entirely?
Date: Wed, 31 Jan 2007 15:01:42 -0600

On 1/31/07, Han-Wen Nienhuys <address@hidden> wrote:
Trevor Bača escreveu:
> Hi Joe,
>
> Can you take a look at the different results from using 2.11.9 and
> 2.11.14 to render this one testfile? I've got a layer of text "inside"
> the staff (above the reference duration notes at the bottom) and so
> I've turned off outside-staff-priority for TextSpanner. This works
> great in 2.11.9 but causes the edge-text to disappear in 2.11.14.
>
> Is this is a bug or am I missing something about turning off
> outside-staff-priority?
>
> %%% BEGIN %%%
>
> \version "2.11.9" % edge text happy with .9
> %\version "2.11.14" % edge text disappears with .14
>
> \new Staff <<
>   \new Voice {
>      \override TextSpanner #'outside-staff-priority = ##f
>      \override TextSpanner #'direction = #down
>      \override TextSpanner #'staff-padding = #3
>      \override TextSpanner #'edge-text = #(cons (markup "A") (markup " "))

as part of the Text spanner rewrite you commissioned, edge-text is now defunct.

;-) Ah, the trials and tribulations of software design ...

I'll slice and dice up some examples tonight and post back ...



--
Trevor Bača
address@hidden

reply via email to

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