Re: weird error with \repeat tremolo

2019-03-06 Thread N. Andrew Walsh
Hi Aaron On Wed, Mar 6, 2019 at 4:11 PM Aaron Hill wrote: > > The bug would seem to be that LilyPond is not allowed to increase the > length of a stem to accommodate StemTremolo grobs with notes that are > beamed. Or perhaps, it is allowed but is failing to do so. Either way, > the code that e

Re: weird error with \repeat tremolo

2019-03-06 Thread Aaron Hill
On 2019-03-06 6:24 am, David Kastrup wrote: Aaron Hill writes: On 2019-03-06 4:15 am, N. Andrew Walsh wrote: Hi Aaron, here's another example that causes the error: \version "2.19.82" \relative c'' { \time 4/16 gis'32[ e c a \repeat tremolo 8 { fis64] } } Again, it seems related to co

Re: weird error with \repeat tremolo

2019-03-06 Thread David Kastrup
Aaron Hill writes: > On 2019-03-06 4:15 am, N. Andrew Walsh wrote: >> Hi Aaron, >> >> here's another example that causes the error: >> >> \version "2.19.82" >> >> \relative c'' { >> \time 4/16 >> gis'32[ e c a \repeat tremolo 8 { fis64] } >> } >> >> Again, it seems related to collisions betwe

Re: weird error with \repeat tremolo

2019-03-06 Thread Aaron Hill
On 2019-03-06 4:15 am, N. Andrew Walsh wrote: Hi Aaron, here's another example that causes the error: \version "2.19.82" \relative c'' { \time 4/16 gis'32[ e c a \repeat tremolo 8 { fis64] } } Again, it seems related to collisions between beams and tremolo glyphs. But here, the 32nd-note

Re: weird error with \repeat tremolo

2019-03-06 Thread N. Andrew Walsh
Hi Aaron, here's another example that causes the error: \version "2.19.82" \relative c'' { \time 4/16 gis'32[ e c a \repeat tremolo 8 { fis64] } } Again, it seems related to collisions between beams and tremolo glyphs. But here, the 32nd-notes should force the bottom beam low enough that th

Re: weird error with \repeat tremolo

2019-02-25 Thread Aaron Hill
On 2019-02-25 2:15 am, Thomas Morley wrote: Am Mo., 25. Feb. 2019 um 11:02 Uhr schrieb N. Andrew Walsh : Hi Aaron, On Mon, Feb 25, 2019 at 10:50 AM Aaron Hill wrote: You could try manually lengthening the stem to see if it helps as a possible workaround. I've gone all the way out to

Re: weird error with \repeat tremolo

2019-02-25 Thread Thomas Morley
Am Mo., 25. Feb. 2019 um 11:02 Uhr schrieb N. Andrew Walsh : > > Hi Aaron, > > On Mon, Feb 25, 2019 at 10:50 AM Aaron Hill wrote: >You could try manually lengthening >> >> the stem to see if it helps as a possible workaround. > > > I've gone all the way out to > > \once \override Beam.positio

Re: weird error with \repeat tremolo

2019-02-25 Thread N. Andrew Walsh
Hi Aaron, On Mon, Feb 25, 2019 at 10:50 AM Aaron Hill wrote: You could try manually lengthening > the stem to see if it helps as a possible workaround. > I've gone all the way out to \once \override Beam.positions = #'(-20 . -24) and still get the error, so I don't think tweaking stem len

Re: weird error with \repeat tremolo

2019-02-25 Thread Aaron Hill
On 2019-02-25 1:37 am, N. Andrew Walsh wrote: Hi List, I have the following passage: \version "2.19.82" \relative c'' { \time 4/8 | %45 d32\( b g d \repeat tremolo 4 { b32 } \repeat tremolo 8 { g32 } | %46 \repeat tremolo 8 { d'32 } \repeat tremolo 8 { g,32\) }