Re: tremolo question; don't understand how to apply the manual to my situation

2021-09-16 Thread Kenneth Wolcott
Thank you, Harm!

Now I have to place this with the examples in the manual and try to
understand how to generalize this for the next time.

Many times these things really make my head hurt :-)

Thanks,
Ken

On Thu, Sep 16, 2021 at 4:40 PM Thomas Morley  wrote:
>
> Am Fr., 17. Sept. 2021 um 01:26 Uhr schrieb Kenneth Wolcott
> :
> >
> > Hi;
> >
> >   I have a tremolo question.
> >
> >   4/4 time
> >   bass clef (piano part)
> >   polyphony apparently required
> >   two half notes, the first half note is in both voices
> >
> >   I don't understand the tremolo repeat section in the manual, and
> > definitely not when it comes to this situation.  See attached
> > screenshot.
> >
> >   Here's my code (without the tremolo) for this measure (bass clef only):
> >
> >   <<
> > { e,2 e | } % tremolo??
> >   \\
> > { e,2 ~ e,4 r | }
> >   >> % m17
> >
> > Thanks,
> > Ken Wolcott
>
> {
>   \clef bass
>   <<
>   {
> \once\override Beam.gap-count = 3
>   \repeat tremolo 8 { e,32 e }
> }
>   \\
> { e,2 ~ e,4 r }
>   >>
> }
>
> HTH,
>   Harm



Re: tremolo question; don't understand how to apply the manual to my situation

2021-09-16 Thread Thomas Morley
Am Fr., 17. Sept. 2021 um 01:26 Uhr schrieb Kenneth Wolcott
:
>
> Hi;
>
>   I have a tremolo question.
>
>   4/4 time
>   bass clef (piano part)
>   polyphony apparently required
>   two half notes, the first half note is in both voices
>
>   I don't understand the tremolo repeat section in the manual, and
> definitely not when it comes to this situation.  See attached
> screenshot.
>
>   Here's my code (without the tremolo) for this measure (bass clef only):
>
>   <<
> { e,2 e | } % tremolo??
>   \\
> { e,2 ~ e,4 r | }
>   >> % m17
>
> Thanks,
> Ken Wolcott

{
  \clef bass
  <<
  {
\once\override Beam.gap-count = 3
  \repeat tremolo 8 { e,32 e }
}
  \\
{ e,2 ~ e,4 r }
  >>
}

HTH,
  Harm



tremolo question; don't understand how to apply the manual to my situation

2021-09-16 Thread Kenneth Wolcott
Hi;

  I have a tremolo question.

  4/4 time
  bass clef (piano part)
  polyphony apparently required
  two half notes, the first half note is in both voices

  I don't understand the tremolo repeat section in the manual, and
definitely not when it comes to this situation.  See attached
screenshot.

  Here's my code (without the tremolo) for this measure (bass clef only):

  <<
{ e,2 e | } % tremolo??
  \\
{ e,2 ~ e,4 r | }
  >> % m17

Thanks,
Ken Wolcott