Re: DynamicTextSpanner is not fully contained in parent spanner

2010-09-13 Thread Jay Anderson
On Sun, Sep 12, 2010 at 12:55 PM, Neil Puttock n.putt...@gmail.com wrote: You can still use the old method for hiding lines: \override DynamicTextSpanner #'dash-period = #-1 Yeah, it looks like this is the preferred method since it doesn't have this line break problem.

Re: DynamicTextSpanner is not fully contained in parent spanner

2010-09-12 Thread Neil Puttock
On 11 September 2010 06:47, Jay Anderson horndud...@gmail.com wrote: This is definitely a hack, but it works for me: diff --git a/lily/spanner.cc b/lily/spanner.cc index 32e0d21..827f5d6 100644 --- a/lily/spanner.cc +++ b/lily/spanner.cc @@ -112,6 +112,8 @@ Spanner::do_break_processing ()

Re: DynamicTextSpanner is not fully contained in parent spanner

2010-09-10 Thread Urs Liska
: 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

Re: DynamicTextSpanner is not fully contained in parent spanner

2010-09-10 Thread Jay Anderson
= #'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 I can't tell if there is some valid reason that this shouldn't be allowed. So I added is as http

DynamicTextSpanner is not fully contained in parent spanner

2010-09-09 Thread 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