lilypond-user
[Top][All Lists]
Advanced

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

Re: align dynamic with text


From: Andrew Bernard
Subject: Re: align dynamic with text
Date: Mon, 20 Aug 2018 11:17:46 +1000

Hi Mark,

This may be what you are thinking of. This way makes a proper dynamic, not just text markup.

Andrew

====
\version "2.19.82"

fstrettoText = \markup {
  \center-align \line {
    \hspace #0.1 f \normal-text \italic stretto
  }
}
fstretto = #(make-dynamic-script fstrettoText)


{
  c'4_\fstretto
}


====


On Mon, 20 Aug 2018 at 10:25, Mark Stephen Mrotek <address@hidden> wrote:

Remember seeing a snippet that does, f stretto, for example.



reply via email to

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