bug-lilypond
[Top][All Lists]
Advanced

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

Re: DynamicTextSpanner is not fully contained in parent spanner


From: Urs Liska
Subject: Re: DynamicTextSpanner is not fully contained in parent spanner
Date: Fri, 10 Sep 2010 09:52:41 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

Am 10.09.2010 06:33, schrieb Jay Anderson:
\version "2.13.32"

\score
{
   \new Staff \relative c'
   {
     %Works fine over break:
     c1\cresc
     \break
     c1\f

     \override DynamicTextSpanner #'style = #'none
     c1\cresc
     \break
     c1\f
   }
}

dts.ly:13:6: programming error: Spanner `DynamicTextSpanner' is not
fully contained in parent spanner. Ignoring orphaned part
     c1
       \cresc

As a result the 'cresc' is not printed. The closest issue I could find
is 1089 (http://code.google.com/p/lilypond/issues/detail?id=1089).

-----Jay

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond
I can't tell if there is some valid reason that this shouldn't be allowed.
So I added is as http://code.google.com/p/lilypond/issues/detail?id=1259

Best
Urs



reply via email to

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