Hi all
Can anyone tell me why these two different drumstaffs does not look the same in one file?
I whant the notes to be under each other, but they are not... it seems that there are more space between the notes in 2. drumstaff?
Why is that, and how do I control the space between 4. notes, 8. notes etc...?
 
-----------------------
\version "2.8.0"
 
\layout {
  \context {
    \DrumVoice
    \override Beam #'positions = #'(5 . 5)
  }
}
 
\new DrumStaff <<
  \new DrumVoice { \drummode { \stemUp
  <bd hh>4 <sn hh> <bd hh> <sn hh>
  }}
>>
 
\new DrumStaff <<
  \new DrumVoice { \drummode { \stemUp
    sn4 tommh tomml toml
  }}
>>
----------------------
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to