lilypond-user
[Top][All Lists]
Advanced

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

Control space between notes?


From: Jannik Jeppesen
Subject: Control space between notes?
Date: Mon, 3 Apr 2006 12:05:03 +0200

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
  }}
>>
----------------------

reply via email to

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