Rune Zedeler wrote:
> Try this instead.
Sorry, wrong attachment. THIS one!
-Rune
raise = #"\\embeddedps{0.2 setlinewidth 0.2 -0.2 moveto 0 -1 -0.7 -1.8 -1.2 -2
rcurveto stroke}"
fall = #"\\embeddedps{0.2 setlinewidth -0.2 -0.2 moveto 0.5 -0.2 1.2 -1 1.2 -2
rcurveto stroke}"
bend = #"\\embeddedps{0.2 setlinewidth -0.5 0.3 moveto 0.8 -0.5 1.6 -0.5 2.4 0
rcurveto stroke}"
sleft = {
\once \property Voice.scriptHorizontal = ##t
\once \property Voice.TextScript \override #'direction = #-1
\once \property Voice.TextScript \override #'X-extent-callback = ##f
}
sright = {
\once \property Voice.scriptHorizontal = ##t
\once \property Voice.TextScript \override #'direction = #1
}
\score {
\notes \relative c'' {
\sleft a-\raise
\sright a-\fall
a^\bend
}
\paper { linewidth = -1 }
}