bug-lilypond
[Top][All Lists]
Advanced

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

Re: Crescendo text too close to dynamic mark


From: Kieren MacMillan
Subject: Re: Crescendo text too close to dynamic mark
Date: Sat, 26 May 2007 15:47:45 -0400

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



reply via email to

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