2014-05-01 0:22 GMT+02:00 Kate Sekula <[email protected]>:
> I am trying to create a text span solid line that ends with just 1/2 of an
> arrowhead on the right side.
>
Try :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
mySpan = {
\once\override TextSpanner.style = #'line
\once\override TextSpanner.thickness = #2 % or whatever
\once\override TextSpanner.bound-details.right.padding = #-2
\once\override TextSpanner.bound-details.right.text = \markup {
\hspace #-1
\draw-line #'(-1 . -.5)
}
}
% example :
\relative c'' {
\mySpan
c4\startTextSpan c c c\stopTextSpan
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
HTH,
~Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user