bug-lilypond
[Top][All Lists]
Advanced

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

Issue 936 in lilypond: \tempo makes TextSpanner too long


From: lilypond
Subject: Issue 936 in lilypond: \tempo makes TextSpanner too long
Date: Wed, 16 Dec 2009 18:55:20 +0000

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




reply via email to

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