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 [EMAIL PROTECTED]
2-11-9.png
Description: PNG image
2-11-14.png
Description: PNG image
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
