Hi All,
I've got a question which I need some help with. I transcribe my daughters
drum lessons (not being a drummer myself) and I end up with this which
compiles great. The only thing I can't seem to change is the distance after
a line break. I want this being spread over one page more, so the 4 beats
need to be the same per line, only the distance need to be bigger.
Preferably vertical aligned across the page
Does anyone has the solution for this? I tried between-system-space but this
doens't seem to take any effect. Any help is being appreciated. (and also
other tips of improving the source file, so I will get it better in the
future)
\version "2.11.58"
\header {
title = "Drum excersices Robin"
subtitle = "week 41 - 2009"
}
% ------ Drums ------
up = \drummode {
\voiceOne
\repeat unfold 160 {
cymr8
}
}
down = \drummode {
\voiceTwo
\repeat unfold 4 {
bd8 bd8 bd8 bd8 bd8 bd8 bd8 bd8
} \break
\repeat unfold 4 {
bd4 bd4 bd4 bd4
}
\repeat unfold 4 {
bd8 bd8 bd8 bd8 bd4 bd4
}
\repeat unfold 4 {
bd8 bd8 bd4 bd8 bd8 bd4
}
\repeat unfold 4 {
bd4 bd8 bd8 bd4 bd8 bd8
}
}
drumContents = {
%\global
\set Score.proportionalNotationDuration = #(ly:make-moment 1 8)
<<
%\set DrumStaff.instrumentName = #"Drums"
\new DrumVoice \up
\new DrumVoice \down
>>
}
%%%%%%%%% It All Goes Together Here %%%%%%%%%%%%%%%%%%%%%%
\score
{
<<
\new StaffGroup = "rhythm" <<
\new DrumStaff \drumContents
>>
>>
\layout {
indent = #0 %this makes the first bar beginning at the same
position as everything else
%fit as much on a page as possible
between-system-padding = #1
ragged-bottom=##f
ragged-last-bottom=##f
\context {
\DrumStaff
\remove
"Time_signature_engraver" %this removes the time signature from the first
bar
}
}
\midi { }
} %end score
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user