bug-lilypond
[Top][All Lists]
Advanced

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

Re: tremolo repeat / grace problem


From: Mats Bengtsson
Subject: Re: tremolo repeat / grace problem
Date: Mon, 17 Oct 2005 16:54:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



Andrzej Kopeć wrote:

Hi,
the following code produces incorrect output:

\relative c' {
\repeat "tremolo" 8 { f32 a }
\grace { gis16[ a] }
gis8[ e] }

Lilypond counts these grace notes as they would be in tremolo.

Is there any workaround for this issue?
(except inserting skip between tremolo and grace, but this involves some
timing tweaks in all other voices)

Not necessarily, the trick is to fool LilyPond into thinking that the
tremolo notes have a shorter duration but still should be printed
correctly:

\repeat "tremolo" 8 { f32*1/2 a } s4
\grace { gis16[ a] }

  /Mats




reply via email to

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