Hi Andrew, It half-works on what I am trying to do, I am attempting to get the rest closer to the one above it (I have polyphony) Your code works but I can't get the rest closer, I believe I have to do another override but I am unsure as to what.
Thank you! Calvin Ransom On Fri, Feb 26, 2021 at 3:57 PM Andrew Bernard <andrew.bern...@gmail.com> wrote: > Would something like this work for you? > > \version "2.23.0" > > \score{ > \new DrumStaff { > \drummode { > cymc hh ss tomh bd > \once \override Rest.Y-offset = #2 > r > } > } > } > > Andrew >