lilypond-user
[Top][All Lists]
Advanced

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

\markup different when used in #'bound-details


From: David F. Place
Subject: \markup different when used in #'bound-details
Date: Mon, 03 Sep 2007 16:34:16 -0400
User-agent: Thunderbird 2.0.0.6 (X11/20070728)

Hi,

As a follow up to my previous message, I'm including a snippet that demonstrates that \markup works differently when used in the bound-details of a TextSpanner. I want the right of the TextSpanner to look exactly like the first markup. The "note" is not engraved.
version = 2.11.32

Cheers,David

\version "2.11.32"


\score 
{
\relative c''
{
\textSpannerUp
\override TextSpanner #'bound-details #'left #'text = \markup rit.
\override TextSpanner #'bound-details #'right #'text = \markup \line {\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\stopTextSpan c1 c c c  c \bar "|."
}
}

reply via email to

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