Hi, Zoltán:

%% I'm not sure whether it's wrong or not, but I think that
%% the crescendo text is too close to the preceding dynamic mark.

Yes, but I doubt this will be classified as a bug, since the mechanism is not intended to solve the problem you're showing.

Perhaps this code will give you the result you want?

Best wishes,
Kieren.

p.s. Cross-posted to lilypond-user, in case the tip is helpful to others...
__________________

\version "2.11.23"

mfCrescText =
{
        \setTextCresc
\set crescendoText = \markup { \line { \dynamic "mf" \translate #'(0.5 . 0.15) \italic "cresc." } }
}

\paper { ragged-right = ##t }

\relative g'
{
        \mfCrescText g2\< g2 | \repeat "unfold" 5 { g1 | \noBreak } g\fff |
}

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to