Re: Tremolo won't produce desired output

2007-07-17 Thread Neil Puttock
Hi Rune, On 7/17/07, Rune Zedeler <[EMAIL PROTECTED]> wrote: Yikes. For now you can use \once \override Beam #'gap-count = 3 c32.*4[ e32.*4] which is also an ugly kludge though :-/ -Rune That's great. It's much better than my rather byzantine hack, and produces output indistingui

Re: Tremolo won't produce desired output

2007-07-17 Thread Rune Zedeler
Neil Puttock skrev: Unfortunately that's even worse - it produces output similar to what I posted above, but with hemidemisemiquaver barring. Yikes. For now you can use \once \override Beam #'gap-count = 3 c32.*4[ e32.*4] which is also an ugly kludge though :-/ -Rune ___

Re: Tremolo won't produce desired output

2007-07-17 Thread Neil Puttock
Hi Mats, On 7/17/07, Mats Bengtsson <[EMAIL PROTECTED]> wrote: 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. } Unfo

Re: Tremolo won't produce desired output

2007-07-17 Thread Mats Bengtsson
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 1

Re: Tremolo won't produce desired output

2007-07-17 Thread Wilbert Berendsen
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

Re: Tremolo won't produce desired output

2007-07-16 Thread Valentin Villenave
2007/7/16, Neil Puttock <[EMAIL PROTECTED]>: Following that rule, though, my example shouldn't have a beam - it's longer than 1/4. Ooops! that's true; I corrected the snippet; now it says: Short tremolos (involving eighth notes or shorter durations) can be obtained; etc. Thank you Valentin

Re: Tremolo won't produce desired output

2007-07-16 Thread Neil Puttock
Hi Valentin, On 7/16/07, Valentin Villenave <[EMAIL PROTECTED]> wrote: AFAIK this is the correct engraving rule: http://lsr.dsi.unimi.it/LSR/Item?id=241 Valentin Following that rule, though, my example shouldn't have a beam - it's longer than 1/4. Regards, Neil ___

Re: Tremolo won't produce desired output

2007-07-16 Thread Valentin Villenave
2007/7/16, Neil Puttock <[EMAIL PROTECTED]>: \version "2.10.25" \paper { ragged-right = ##t } \relative c' { \time 3/8 \repeat tremolo 6 { c32 e32 } } This snippet should show a tremolo consisting of two dotted crotchets separated by a triple beamed tremolo mark, whereas I'm currently