Re: tremolo repeat

2004-04-20 Thread Erik Sandberg
On Tuesday 20 April 2004 10.28, Thomas Scharkowski wrote: > Hello list, > > example 1 works as expected: > > % begin example 1 > \version "2.2.0" > \score { > \notes { > \key g \major > \time 2/4 > \clef F > g8 g g g | > \repeat "tremolo" 4 g8 | > } > } > \paper {} > % end example 1 > > example 2 p

tremolo repeat / grace problem

2005-10-13 Thread Andrzej Kopeć
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 involv

Re: tremolo repeat / grace problem

2005-10-17 Thread Mats Bengtsson
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 a

Re: tremolo repeat / grace problem

2005-10-18 Thread Mats Bengtsson
You need to add some braces to tell that note only the grace notes but also the following main note has to be included in the new Voice context. Clever trick! \relative c' { \repeat "tremolo" 8 { f32 a } \new Voice {\grace { gis16[ a] } gis8 e } } /Mats Andrzej Kopec wrote: And this also m

Re: tremolo repeat / grace problem

2005-10-19 Thread Mats Bengtsson
The bug is solved in version 2.7.x. However, if you upgrade, I would rather recommend 2.7.12 or earlier than 2.7.13, see http://www.mail-archive.com/info-lilypond%40gnu.org/msg00333.html /Mats Andrzej Kopec wrote: I've just tried your trick, but in my lily-2.6.4 produces unacceptable output.

Tremolo repeat has wrong length and speed

2009-12-05 Thread Tavian Barnes
% The tremolo has the wrong length and is too fast \version "2.10.2" \layout { ragged-right = ##t } \relative c { \clef treble \repeat "tremolo" 10 { bes'32 des' } } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/

Re: Tremolo repeat has wrong length and speed

2009-12-05 Thread Neil Puttock
2009/12/5 Tavian Barnes : > % The tremolo has the wrong length and is too fast > > \version "2.10.2" > \layout { ragged-right = ##t } > \relative c > { >  \clef treble >  \repeat "tremolo" 10 { bes'32 des' } > } What are you trying to produce here? There's no single duration which can be displaye