Hello all,

Is it possible to have a TextSpanner, but instead of text I could use something else, as a \epsfile.

Also, I'm trying to figure out the best way to have two spanners with interlocking start and stop positions. The only way to do it is with an invisible Voice? Or maybe I can have different kinds of Spanners that don't interfere with each other?

Thanks in advance!

Bernardo


\relative c'' {
  \override TextSpanner.bound-padding = #1.0
  \override TextSpanner.style = #'line
  \override TextSpanner.bound-details.right.arrow = ##t
  \override TextSpanner.bound-details.left.text = #"mst" % an EPS file here
\override TextSpanner.bound-details.right.text = #"msp" % another one here
  \override TextSpanner.bound-details.right.padding = #0.6

  \override TextSpanner.bound-details.right.stencil-align-dir-y = #CENTER
  \override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER


  a8\startTextSpan gis a4 b b,
  g'4 c\stopTextSpan c2
}


--
Bernardo Barros
http://bernardobarros.com
http://babelscores.com/bernardobarros
http://soundcloud.com/bernardobarros

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

Reply via email to