Hi all,

Usually, all I really want to do is keep the DynamicText from triggering the 
spacing routine in a way that distorts the note-spacing:

%%%  SNIPPET BEGINS
\version "2.24"

\layout {
  \context {
    \Score
    \override DynamicText.extra-spacing-height = #empty-interval
  }
}
   
mpleg = \tweak self-alignment-X #-0.6
         #(make-dynamic-script
            #{ \markup { mp \normal-text \italic legato } #})

MIa = { c''4\mpleg b' b' b' }
MIb = { c''4\mpleg c'' b' b' }
MIc = { c''4\tweak Y-offset #-3.2 \mpleg b' b' b' }

MII = { b'4 b' b' b' }

\new StaffGroup <<
 \new Staff \MIa
 \new Staff \MII >>

\new StaffGroup <<
 \new Staff \MIb
 \new Staff \MII >>

\new StaffGroup <<
 \new Staff \MIc
 \new Staff \MII >>
%%%  SNIPPET ENDS

Hope that 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.


Reply via email to