Hi Fennel,

> I wonder if this is hackable if I just duplicate the current staff context as 
> a dynamic context and then remove all of the markup objects from the staff 
> context…

I wouldn’t call that “hacking”… that’s simply using contexts to display 
different grobs.

%%%  SNIPPET BEGINS
\version "2.25.11"

\paper {
  system-system-spacing.padding = #6
}

music = \relative c'' {
  c_"I" c'_"II" c,,_"III" c'_"IV"\break
  g_"A" g'_"B" c,,,_"C" g'_"D"
}

<<
  \new Staff \with { \omit TextScript } \music 
  \new Dynamics \with {
    \override TextScript.font-shape = #'upright
    \override TextScript.padding = #0
    \override TextScript.staff-padding = #0
    \override VerticalAxisGroup.staff-affinity = #UP
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.padding = #0.5
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.minimum-distance 
= #0
  } \music
>>
%%%   SNIPPET ENDS

Cheers,
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