lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolo won't produce desired output


From: Wilbert Berendsen
Subject: Re: Tremolo won't produce desired output
Date: Tue, 17 Jul 2007 13:07:25 +0200
User-agent: KMail/1.9.7

Op maandag 16 juli 2007, schreef Neil Puttock:
> Hello,
>
> I'm trying to typeset a whole-bar tremolo in 3/8 time, but it's producing
> incorrect output.
>
> \version "2.10.25"
> \paper { ragged-right = ##t }
> \relative c' {
>     \time 3/8
>     \repeat tremolo 6 { c32 e32 }
> }

This looks like a bug, still present in 2.11.27. 
When I change it to 

\paper { ragged-right = ##t }
\relative c' {
    \time 2/8
    \repeat tremolo 4 { c32 e32 }
}

i.e. just make it a 2/8 instead of a 3/8 the output is correct. So there is 
some calculation mistake regarding the dots/beams somewhere.

Met vriendelijke groet,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
"You must be the change you wish to see in the world."
        -- Mahatma Gandi




reply via email to

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