lilypond-user
[Top][All Lists]
Advanced

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

Re: markup in textspanner doens't work well


From: Jethro Van Thuyne
Subject: Re: markup in textspanner doens't work well
Date: Sun, 31 Jan 2010 15:11:51 +0000 (UTC)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Sun, 31 Jan 2010, Stefan Thomas wrote:                                       
                                 
                                                                                
                                 
> in the below quoted snippet, the markup in the textspanner doesn't work 
as
> expected.
> I can't see a sign for a quarter-note!
> How can I produce it?
> \version "2.12.2"
> {
>  \override Staff.TextSpanner  #'(bound-details left text) = #"rit."
>   \override Staff.TextSpanner  #'(bound-details right text) = \markup {
> \note #"4" #1   "=60" }
>   \time 4/4
>   \clef bass c4 \startTextSpan c e f
>   g1\stopTextSpan
> }

Hi Stefan,

Indeed it looks like it's not accepting the note markup, although I don't 
get parsing errors. But why not code it like this?

 {
   \override Staff.TextSpanner #'(bound-details left text) = #"rit."
   \time 4/4
   \clef bass 
     c4 \startTextSpan c e f\stopTextSpan
   \tempo 4 = 60
     g1
 }

Best regards,

Jethro.





reply via email to

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