lilypond-user
[Top][All Lists]
Advanced

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

not so nice horizontal spacing


From: Stefan Thomas
Subject: not so nice horizontal spacing
Date: Fri, 14 Sep 2012 21:32:57 +0200

Dear community,
is it possible to get a better horizontal spacing in the below quoted snippet?
In my opinion the distance between the 1st and the 2nd drum beat is too large.

\version "2.16.0"
\paper { ragged-right = ##t }

percussion = \drummode {
\time 5/4
  r4 toml4 tomml tomh r4
  \time 6/4
 tomml toml r4 r2 r4
}

right = { \clef bass
  r4 r8  <f gis b d' e'>8-. r2 r4
  R1.
}
left = { \clef bass
  r4 r8  <fis, cis dis>8-. r2 r4
  R1.
}
\score {
  <<
  \new DrumStaff \percussion
  \new PianoStaff <<
    \new Staff \right
    \new Staff \left
  >>
>>
}


reply via email to

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