lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Explicit placement of rests in a percussion staff


From: Calvin Ransom
Subject: Re: Explicit placement of rests in a percussion staff
Date: Fri, 26 Feb 2021 17:24:05 -0800

\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 <calvinjransom@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.bernard@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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]