Re: tekst within \Dynamics

Kieren MacMillan <[email protected]> Wed, 15 Jul 2026 11:55:23 -0400
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <[email protected]>
Hi Erik,

> \Whiteout can't be done within a dynamic-script.

Really?

%%%
\version "2.26.0"

crescMolto =
    -\tweak self-alignment-X -0.85
    -\tweak whiteout-style #'outline
    -\tweak whiteout 5
    #(make-dynamic-script (markup #:normal-text #:fontsize 0.625 #:italic "Cresc. molto"))
    
\new PianoStaff <<
  \new Staff { \time 3/4 <f d'>4 <f a d'> q ~ q <a d' a'> q }
  \new Dynamics { s2\p s \crescMolto }
  \new Staff { \clef bass <d, a,>4 q q d,8-> a, <d, a, f>4 q }
>>
%%%

Hope this helps!
Kieren.

__________________________________________________

My work day may look different than your work day. Please do not feel obligated to read or respond to this email outside of your normal working hours.