Status: Accepted Owner: lemzwerg New issue 936 by lemzwerg: \tempo makes TextSpanner too long http://code.google.com/p/lilypond/issues/detail?id=936
\version "2.13.10" \header { texidoc = " A @code{\tempo} mark must not influence a @code{TextSpanner} object within another context. Below is a counterexample: On the right side, the spanner extends far too much into the second bar (it should stop actually before the first note). You get correct behaviour if you comment out the @code{\tempo} line. " } \score { << \new Staff \relative { f4 f f f | \tempo "Tempo I" f4 f f f | } \new Dynamics { \override TextSpanner #'(bound-details left text) = "rit." s1\startTextSpan | s1\stopTextSpan | } >> } % EOF Attachments: tempo-spanner.png 3.1 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond