lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolo beams between more than two notes


From: Martin Kretzschmar
Subject: Re: Tremolo beams between more than two notes
Date: Wed, 8 Dec 2010 13:49:38 +0100

> On 7 December 2010 23:45, Reinhold Kainhofer <address@hidden> wrote:
>> \version "2.13.41"
>> \relative c' {
>>  \repeat "tremolo" 4 { e16 g c g }
>>  \repeat "tremolo" 4 { e16 a c a }
>>  \repeat "tremolo" 4 { f16 a c a }
>> }

I've got a build of 2.13.41 now (took the Ubuntu package and rebuilt
it with the 2.13.41 tarball, I hope that that's not what caused the
bug).

It works as promised most of the time, except in four measures (out of
24 from the scan):

\version "2.13.41"
\relative c'' {
  \repeat tremolo 4 { b16 dis fis dis }
  \repeat tremolo 4 { b16 e g e }
  \repeat tremolo 4 { b d fis d }
  \repeat tremolo 4 { bes d g d }
}

For those (and only for those) I get

Drawing systems...
music.ly:3:30: warning: weird stem size, check for narrow beams
  \repeat tremolo 4 { b16 dis
                              fis dis }
music.ly:4:28: warning: weird stem size, check for narrow beams
  \repeat tremolo 4 { b16 e
                            g e }
music.ly:5:26: warning: weird stem size, check for narrow beams
  \repeat tremolo 4 { b d
                          fis d }
music.ly:6:28: warning: weird stem size, check for narrow beams
  \repeat tremolo 4 { bes d
                            g d }

and beams obscuring noteheads.

Regards,
Martin



reply via email to

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