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 <[EMAIL PROTECTED]>:

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
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel






_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to