lilypond-user
[Top][All Lists]
Advanced

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

Re: drum rest position


From: Carlo Vanoni
Subject: Re: drum rest position
Date: Thu, 5 Mar 2015 09:05:47 +0000 (UTC)

Well... I suppose it is due to the fact that there is a snare note that can be quite close to the rest, so Lylypond move it a little down.
I would like to have the first rest aligned down, too.


Il Giovedì 5 Marzo 2015 9:57, Carlo Vanoni <address@hidden> ha scritto:


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
What's causing this? How to avoid this behavior?

Thanks!



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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