lilypond-user
[Top][All Lists]
Advanced

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

bars not equally spaced on one line


From: Tao Cumplido
Subject: bars not equally spaced on one line
Date: Tue, 27 May 2008 16:01:00 +0200

Hi,

in the code below the the bars of the second system aren't equally spaced as 
soon as I put text indications.
Is there a way to fix this?

I use 2.11.45 on Win XP.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

play =
{
        \override MultiMeasureRest #'stencil = #ly:multi-measure-rest::percent
        \override MultiMeasureRest #'thickness = #'0.68
}

noPlay =
{
        \revert MultiMeasureRest #'stencil
        \revert MultiMeasureRest #'thickness
}

drKicks = \drummode
{
        s1*8 \break
        s1*0^"cascara"
        s1*8
        s1*0^"mambo bell"
        s1*8 \break
        s1*8
}

drSlash = \drummode
{
        s1*8
        \play
        R1*8
        R1*8
}

dr =
{
        \time 2/2
        << \new DrumVoice { \drKicks } \new DrumVoice { \drSlash } >>
}

<<
        \set Score.skipBars = ##t
        \new DrumStaff \dr
>>
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser




reply via email to

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