bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1259 in lilypond: DynamicTextSpanner #'style = #'none doesn't work


From: lilypond
Subject: Issue 1259 in lilypond: DynamicTextSpanner #'style = #'none doesn't work over \break
Date: Fri, 10 Sep 2010 07:48:14 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1259 by address@hidden: DynamicTextSpanner #'style = #'none doesn't work over \break
http://code.google.com/p/lilypond/issues/detail?id=1259

\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
issue #1089

Attachments:
        dynamic-text-spanner.png  13.0 KB




reply via email to

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