Added as
http://code.google.com/p/lilypond/issues/detail?id=443

Please look at the example I added; I greatly simplified your example. In the future, please send minimal examples like that.

- Graham


David F. Place wrote:
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 "|."
}
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to