lilypond-user
[Top][All Lists]
Advanced

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

spanner and epsfile


From: Bernardo Barros
Subject: spanner and epsfile
Date: Tue, 31 Oct 2017 22:24:47 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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



reply via email to

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