lilypond-devel
[Top][All Lists]
Advanced

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

Re: Tremolo won't produce desired output


From: Mats Bengtsson
Subject: Re: Tremolo won't produce desired output
Date: Tue, 17 Jul 2007 15:16:48 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

This is a known bug in LilyPond, see http://lists.gnu.org/archive/html/bug-lilypond/2007-06/msg00112.html

However, as you can see in that email, it's easy to get the desired output, just use
\repeat tremolo 4 { c32. e32. }

  /Mats

Quoting Wilbert Berendsen <address@hidden>:

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


_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel








reply via email to

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