lilypond-user
[Top][All Lists]
Advanced

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

drum rest position


From: Carlo Vanoni
Subject: drum rest position
Date: Thu, 5 Mar 2015 08:57:37 +0000 (UTC)

Hi, everyone!

I have this simple drum score

%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"

DrumVoiceOne =
\drummode
{
    hh8 hh < hh sn > hh hh hh < hh sn > hh
}

DrumVoiceTwo =
\drummode
{
    bd4 r8 bd r4 r
}

\score {
    <<
    \new DrumStaff
    <<
      \new DrumVoice {
        \voiceOne \DrumVoiceOne
      }
      \new DrumVoice {
        \voiceTwo \DrumVoiceTwo
      }
    >>
    >>
}
%%%%%%%%%%%%%%%%%%%%%%%%


The two r4 rests in the bass drum line are vertically misaligned, as you can see in this image
drumRest.jpg
What's causing this? How to avoid this behavior?

Thanks!



reply via email to

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