\version "2.22.0" \score{ \new DrumStaff \drummode { << { sn16 16 16 16 } \\ { \once \override Rest.Y-offset = #1.5 r4 } >>%m54-65 } }
On Fri, Feb 26, 2021 at 4:31 PM Calvin Ransom <calvinjran...@gmail.com> wrote: > 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 >> >