Hi Knute, thanks, that works. I am also trying to figure out how to do the analogous thing with the placement of a markup text. Putting the same tweaks within the markup does not compile. Putting

\markup{\hspace #4 \vspace #-2 text}

applies the hspace but ignores the vspace.  --Jim

I believe you can do what you want by setting the
outside-staff-priority to ##f and then using Y-offset to move the
accent.

%%%
\version "2.20.0"

\relative c {
  \time 3/4
  \mergeDifferentlyDottedOn
  <<
    { <g'' c f>4\arpeggio e' d }
    \\
    { g,8.
      -\tweak outside-staff-priority ##f
      -\tweak Y-offset -3
      _> dis16 a2
    }
  >> |
}
%%%

--
Knute Snortum


Reply via email to