Odp: How to create a text spanner with a half arrow on right side

2014-04-30 Thread Karol Majewski
\override TextSpanner.bound-details.right.text = \markup { \postscript 
#samplePath }

--Karol


 I am trying to create a text span solid line that ends with just 1/2 of an
 arrowhead on the right side.  Is there a way to set a graphic, something
 simple like ...
 
 samplePath =
   #'((moveto 0 0)
  (lineto -1 -.5)
  (closepath))
 
 ... as the right text for the spanner?  Something like:
 
 \once \override TextSpanner.bound-details.right.text = \samplePath
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Odp: How to create a text spanner with a half arrow on right side

2014-04-30 Thread Karol Majewski
And of course:

samplePath =
#
  0 0 moveto
  2 0 lineto
  0 1 lineto
  closepath
  fill
  stroke




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user