bug-lilypond
[Top][All Lists]
Advanced

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

DynamicTextSpanner not printed


From: Xavier Scheuer
Subject: DynamicTextSpanner not printed
Date: Fri, 14 May 2010 16:31:40 +0200

% 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
  }
}



reply via email to

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