bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 926 in lilypond: TextSpanner fails in \dynamics


From: lilypond
Subject: Re: Issue 926 in lilypond: TextSpanner fails in \dynamics
Date: Tue, 08 Dec 2009 06:57:25 +0000


Comment #1 on issue 926 by lemzwerg: TextSpanner fails in \dynamics
http://code.google.com/p/lilypond/issues/detail?id=926

Here a corrected version of the potential regression test.


% git version 57e5479d

\version "2.13.9"

\header { texidoc = "
  TextSpanner objects should work in @code{Dynamics} contexts.

  Here is a counterexample.
" }

<<
  \new Voice \relative {
    c1 c
  }
  \new Dynamics {
\override TextSpanner #'(bound-details left text) = "rit."
    s1\startTextSpan s\stopTextSpan
  }


% EOF


--
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]