I'm doing this in lilypond-book, version 2.6.4.  The top line rests (the "up" 
ones) appear in ledger lines above the stage.  How do I stop it moving them 
so far up?

ta,

Tim.

\begin[staffsize=20]{lilypond}
\version "2.6.0"
up = \drummode { sn4 sn4 r2 sn4 sn4 r2 sn4 sn4 r2 sn4 r4 r2 \bar "|."}
down = \drummode { r2 bd4 bd4 r2 bd4 bd4 r2 bd4 bd4 r4 }
\score
{
\new DrumStaff
<<
  \set Staff.instrument = "1."
  \set Staff.minimumVerticalExtent = #'(-6 . 6)
  \clef percussion
  \new DrumVoice  { \voiceOne \up }
  \new DrumVoice  { \voiceTwo \down }
  \bar "|."
>>
}
\end{lilypond}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to