\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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to