|
| From: | David F . Place |
| Subject: | \markup \note doesn't work inside #'bound-details |
| Date: | Mon, 3 Sep 2007 21:20:20 +0000 (UTC) |
| User-agent: | Loom/3.14 (http://gmane.org/) |
> I'm not top posting.
I want the \markup in the right of the TextSpanner to have a quarter note just
like the first markup.
\version "2.11.32"
\paper { ragged-right = ##t }
\score
{
\relative c''
{
\textSpannerUp
\override TextSpanner #'bound-details #'left #'text = \markup \upright rit.
\override TextSpanner #'bound-details #'right
#'text =
\markup \line {\upright {\bold {sehr langsam} \tiny \note #"4" #1 = ca 42}}
\time 4/4
c4^\markup \line {\bold {sehr langsam} \tiny \note #"4" #1 = ca 42} d e f
c d e f c d e f c\startTextSpan d e f c d e f c1\stopTextSpan
c1 c c c c \bar "|."
}
}
| [Prev in Thread] | Current Thread | [Next in Thread] |