Hi Paul,

> I'm trying to move rests associated with cues.  The first measure shows the 
> problem.  The second measure shows the attempted solution.
> Changing #down to #up is not reasonable in my real complex score.
> TIA for any7 help,

Does this solution suit?

%%%
\version "2.23.5"

aa = \relative { f'4 4 4 4 4 4 4 4 }
\addQuote qaa \aa

bb = \relative {
  << { \cueDuring qaa #down s1*2 } { R1 d''1\rest } >>
}

\score {
  \new Staff \bb
}

cc = \relative {
  \override Staff.MultiMeasureRest.staff-position = #2
  \voices 2,1 << { \cueDuring qaa #down s1 } \\ { R1 } >>
}

\score {
  \new Staff \cc
}
%%%

Note: If you're doing a lot of this "tweaking", you should really look into the 
edition-engraver.  =)

Cheers,
Kieren.

Reply via email to