bug-lilypond
[Top][All Lists]
Advanced

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

Re: DynamicTextSpanner not printed


From: James Bailey
Subject: Re: DynamicTextSpanner not printed
Date: Fri, 14 May 2010 18:54:11 +0200


On 14.05.2010, at 16:31, Xavier Scheuer wrote:

% In the following example the DynamicTextSpanner is not printed.
%
% The worst is that it does not even give a warning!
%

\score {
  \relative c' {
    \crescTextCresc
    c'4\p\< c\!  % cresc not printed  % no problem without \p
    c c
  }
}

%% same with Reinhold's new postfix \cresc
\score {
  \relative c' {
    c'4\p\cresc c\!  % cresc not printed  % no problem without \p
    c c
  }
}

Perhaps the measure is too short. Try:

\version "2.13.21"
\paper { ragged-right = ##f }
\score {
  \relative c' {
    \crescTextCresc
    c'4\p\< c\!  % cresc not printed  % no problem without \p
    c c
  }
}

%% same with Reinhold's new postfix \cresc
\score {
  \relative c' {
    c'4\p\cresc c\!  % cresc not printed  % no problem without \p
    c c
  }
}




reply via email to

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