lilypond-devel
[Top][All Lists]
Advanced

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

outside-staff-priority makes TextSpanner edge-text disappear entirely?


From: Trevor Bača
Subject: outside-staff-priority makes TextSpanner edge-text disappear entirely?
Date: Wed, 31 Jan 2007 12:02:37 -0600

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 " "))
     s4 \startTextSpan
     s4 \stopTextSpan \startTextSpan
     s4 \stopTextSpan \startTextSpan
     s4 \stopTextSpan
  }
  \new Voice {
     \override Stem #'direction = #down
     \override NoteHead #'no-ledgers = ##t
     c,4
     c,4
     c,4
     c,4
  }


%%% END %%



--
Trevor Bača
address@hidden

Attachment: 2-11-9.png
Description: PNG image

Attachment: 2-11-14.png
Description: PNG image


reply via email to

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