lilypond-user
[Top][All Lists]
Advanced

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

Re: percussion (drum set) help


From: Noeck
Subject: Re: percussion (drum set) help
Date: Sat, 11 Nov 2017 18:58:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Hi,

you could also override or tweak the staff-position of the rest. It
seems more inline with what the intention is, but it warns you about the
stems (don't know how to fix that):

\score{
  \new DrumStaff
  \drummode{
    \clef percussion << { cymr4 4 4 4 } \\ {
      \once \override Rest.staff-position = 1
      r8 sn8 4 4 4 } { hhp4 4 4 4 } >>
  }
}

or:

\score{
  \new DrumStaff
  \drummode{
    \clef percussion << { cymr4 4 4 4 } \\ {
      \tweak #'staff-position #1
      r8 sn8 4 4 4 } { hhp4 4 4 4 } >>
  }
}


Cheers,
Joram



reply via email to

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