A MWE would be:

\new Staff <<
  \new Voice \relative {
    \voiceOne c''4 d
    \override Rest.staff-position = 6
    r2
    \revert Rest.staff-position
    r4 r
    \override Rest.staff-position = 6
    r2
  }
  \new Voice \relative {
    \voiceTwo e'4 f
    \override Rest.staff-position = -6
    r2
    \revert Rest.staff-position
    r4 r
    \override Rest.staff-position = -6
    r2
  }
>>

That's what I can do with overrides (or I could use \once) but if I want
to do the same thing again depending on the note value, I am stuck.

Best,
Joram

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to