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
}
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond