Re: tremolo: 3/4 time, one dotted-half note chord, double-slash tremolo question

2022-12-20 Thread Jean Abou Samra

Le 20/12/2022 à 02:41, Kenneth Wolcott a écrit :

   I'm still do not understand the math (I'd like to generate a
formula!) for tremolos.



I also remained confused by this for a long time till I understood
that the rules are pretty simple. The thing to keep in mind is that
\repeat tremolo and : don't work the same.
The rules are:

- The appearance of the notes in a tremolo determines the
  total duration. (Even if there are two notes, they count
  for this duration once.)

- The beaming of the notes determines the duration of the
  notes in the fully developed form where you replace the
  tremolo notation with actual repeated notes, like
  \unfoldRepeats does.

- The number passed to \repeat tremolo is the number of
  times the pattern is repeated.

- In the syntax :, the
   is the total tremolo duration, and
   is the duration of one note in
  the developed form.


So your tremolo can be written as

\relative d' {
    \time 3/4
    d2.:16
}

as William suggested, or

\relative d' {
    \time 3/4
    \repeat tremolo 12 d16
}


since "duration of dotted half note / duration of sixteenth note = 12".

Best,
Jean



OpenPGP_signature
Description: OpenPGP digital signature


Re: tremolo: 3/4 time, one dotted-half note chord, double-slash tremolo question

2022-12-19 Thread Kenneth Wolcott
That helps!  Thanks.

On Mon, Dec 19, 2022 at 6:38 PM William Rehwinkel
 wrote:
>
> Hey Ken,
>
> For a tremolo on a single repeating note you can use this other syntax:
>
> \version "2.24.0"
> \relative d' {
>  \time 3/4
>  d2.:16
> }
>
> -will
>
> On 12/19/22 20:41, Kenneth Wolcott wrote:
> > Hi;
> >
> >I'm still do not understand the math (I'd like to generate a
> > formula!) for tremolos.
> >
> >I have a tremolo that I'd like to engrave in 3/4 time, one
> > dotted-half note chord, double-slashed.
> >
> >I'd like to use the repeat tremolo syntax so that I can obtain midi
> > output (without using the articulate feature).
> >
> >Please see attached screenshot.
> >
> > Thanks,
> > Ken Wolcott
> --
> William Rehwinkel



Re: tremolo: 3/4 time, one dotted-half note chord, double-slash tremolo question

2022-12-19 Thread William Rehwinkel

Hey Ken,

For a tremolo on a single repeating note you can use this other syntax:

\version "2.24.0"
\relative d' {
    \time 3/4
    d2.:16
}

-will

On 12/19/22 20:41, Kenneth Wolcott wrote:

Hi;

   I'm still do not understand the math (I'd like to generate a
formula!) for tremolos.

   I have a tremolo that I'd like to engrave in 3/4 time, one
dotted-half note chord, double-slashed.

   I'd like to use the repeat tremolo syntax so that I can obtain midi
output (without using the articulate feature).

   Please see attached screenshot.

Thanks,
Ken Wolcott

--
William Rehwinkel


OpenPGP_signature
Description: OpenPGP digital signature


tremolo: 3/4 time, one dotted-half note chord, double-slash tremolo question

2022-12-19 Thread Kenneth Wolcott
Hi;

  I'm still do not understand the math (I'd like to generate a
formula!) for tremolos.

  I have a tremolo that I'd like to engrave in 3/4 time, one
dotted-half note chord, double-slashed.

  I'd like to use the repeat tremolo syntax so that I can obtain midi
output (without using the articulate feature).

  Please see attached screenshot.

Thanks,
Ken Wolcott


Re: tremolo: 4/4 time, 2 half notes, single-slash tremolo question

2022-07-18 Thread William Rehwinkel
Great, glad you could get it working Kenneth. Speaking for myself, I 
found it easiest to think of \repeat tremolo in the same way as the 
other \repeat commands... the first number is how many times the note 
repeats.


-William

On 7/18/22 20:44, Kenneth Wolcott wrote:

Hi William;

   Thank you! That is exactly what I needed.  I still don't have the
formula down pat, but I'll work on it until it is automatically
correct.

Ken

On Mon, Jul 18, 2022 at 5:40 PM William Rehwinkel
 wrote:

Hey Kenneth,

I think you may want to write `\repeat tremolo 4` instead of 2, because
that will signify four repeating eighth notes, which will result in the
time of a half note...unless i am misunderstanding.

Thanks,

-William

On 7/18/22 20:34, Kenneth Wolcott wrote:

Hi;

I was able to generate two half-note, single-slashed tremolos in 4/4
time using the colon syntax, but do not understand how to get the same
effect with the repeat tremolo syntax:

\repeat tremolo 2 8 \repeat tremolo 2 8  | % m01
2:8 q:8 | % m02

bar #2 is correct where bar #1 results in the following bar check warning:

Swan_Lake.ly:110:64: warning: barcheck failed at: 1/2
\repeat tremolo 2 8 \repeat tremolo 2 8
 | % m01

I'd like to use the repeat tremolo syntax because I'd like midi output
to reflect the tremolo where the colon syntax is not understood for
midi output.

I'm apparently not doing the math correctly.

4/4 time, half notes, two 8th note tremolos

Thanks,
Ken Wolcott

--
William Rehwinkel

will...@williamrehwinkel.net
https://williamrehwinkel.net



--
William Rehwinkel

will...@williamrehwinkel.net
https://williamrehwinkel.net




Re: tremolo: 4/4 time, 2 half notes, single-slash tremolo question

2022-07-18 Thread Kenneth Wolcott
Hi William;

  Thank you! That is exactly what I needed.  I still don't have the
formula down pat, but I'll work on it until it is automatically
correct.

Ken

On Mon, Jul 18, 2022 at 5:40 PM William Rehwinkel
 wrote:
>
> Hey Kenneth,
>
> I think you may want to write `\repeat tremolo 4` instead of 2, because
> that will signify four repeating eighth notes, which will result in the
> time of a half note...unless i am misunderstanding.
>
> Thanks,
>
> -William
>
> On 7/18/22 20:34, Kenneth Wolcott wrote:
> > Hi;
> >
> >I was able to generate two half-note, single-slashed tremolos in 4/4
> > time using the colon syntax, but do not understand how to get the same
> > effect with the repeat tremolo syntax:
> >
> >\repeat tremolo 2 8 \repeat tremolo 2 8  | % m01
> >2:8 q:8 | % m02
> >
> > bar #2 is correct where bar #1 results in the following bar check warning:
> >
> > Swan_Lake.ly:110:64: warning: barcheck failed at: 1/2
> >\repeat tremolo 2 8 \repeat tremolo 2 8
> > | % m01
> >
> > I'd like to use the repeat tremolo syntax because I'd like midi output
> > to reflect the tremolo where the colon syntax is not understood for
> > midi output.
> >
> >I'm apparently not doing the math correctly.
> >
> >4/4 time, half notes, two 8th note tremolos
> >
> > Thanks,
> > Ken Wolcott
>
> --
> William Rehwinkel
>
> will...@williamrehwinkel.net
> https://williamrehwinkel.net
>
>



Re: tremolo: 4/4 time, 2 half notes, single-slash tremolo question

2022-07-18 Thread William Rehwinkel

Hey Kenneth,

I think you may want to write `\repeat tremolo 4` instead of 2, because 
that will signify four repeating eighth notes, which will result in the 
time of a half note...unless i am misunderstanding.


Thanks,

-William

On 7/18/22 20:34, Kenneth Wolcott wrote:

Hi;

   I was able to generate two half-note, single-slashed tremolos in 4/4
time using the colon syntax, but do not understand how to get the same
effect with the repeat tremolo syntax:

   \repeat tremolo 2 8 \repeat tremolo 2 8  | % m01
   2:8 q:8 | % m02

bar #2 is correct where bar #1 results in the following bar check warning:

Swan_Lake.ly:110:64: warning: barcheck failed at: 1/2
   \repeat tremolo 2 8 \repeat tremolo 2 8
| % m01

I'd like to use the repeat tremolo syntax because I'd like midi output
to reflect the tremolo where the colon syntax is not understood for
midi output.

   I'm apparently not doing the math correctly.

   4/4 time, half notes, two 8th note tremolos

Thanks,
Ken Wolcott


--
William Rehwinkel

will...@williamrehwinkel.net
https://williamrehwinkel.net




tremolo: 4/4 time, 2 half notes, single-slash tremolo question

2022-07-18 Thread Kenneth Wolcott
Hi;

  I was able to generate two half-note, single-slashed tremolos in 4/4
time using the colon syntax, but do not understand how to get the same
effect with the repeat tremolo syntax:

  \repeat tremolo 2 8 \repeat tremolo 2 8  | % m01
  2:8 q:8 | % m02

bar #2 is correct where bar #1 results in the following bar check warning:

Swan_Lake.ly:110:64: warning: barcheck failed at: 1/2
  \repeat tremolo 2 8 \repeat tremolo 2 8
   | % m01

I'd like to use the repeat tremolo syntax because I'd like midi output
to reflect the tremolo where the colon syntax is not understood for
midi output.

  I'm apparently not doing the math correctly.

  4/4 time, half notes, two 8th note tremolos

Thanks,
Ken Wolcott


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


Re: Tremolo question

2017-12-22 Thread Ben

On 12/22/2017 9:23 AM, Mike Dean wrote:
Just needed to add the \once command (since I have other tremolos 
--tremolii???-- that behave ok)


\version "2.19.80"

\language "english"

\new Staff {

Inline image 1

Mike Dean



http://lilypond.org/doc/v2.19/Documentation/learning/tweaking-methods#the-once-prefix

Glad you got it sorted :)


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Tremolo question

2017-12-22 Thread Mike Dean
Just needed to add the \once command (since I have other tremolos
--tremolii???-- that behave ok)

\version "2.19.80"

\language "english"

\new Staff {

  \clef bass
  \relative c

  \repeat tremolo 8 {
   *\once * \override Beam.positions = #'(0 . 1)
bf,16 b' }

[image: Inline image 1]
Without the \once command, the other tremolos are further slanted, which is
not desirable:

[image: Inline image 2]
Thanks again!!

}

Mike Dean

On Fri, Dec 22, 2017 at 9:14 AM, Mike Dean  wrote:

> more looking for slanted tremolo lines (like the 0.1 slant)
>
> Mike Dean
>
> On Fri, Dec 22, 2017 at 9:09 AM, Ben  wrote:
>
>> On 12/22/2017 8:24 AM, Mike Dean wrote:
>>
>> The tremolo construct
>> \clef bass \repeat tremolo 8 { bf,16 bf' }
>>
>> produces the output:
>>
>> [image: Inline image 1]
>>
>> is there a setting that can angle the tremolo so that the left end is
>> closer to the lower note?
>> Mike Dean
>>
>>
>> Mike,
>>
>> Not sure it will look "perfect" or "better" but, did you mean something
>> like this?
>>
>> \version "2.19.80"
>>
>> \language "english"
>>
>> \new Staff {
>>
>>   \clef bass
>>   \relative c
>>
>>   \repeat tremolo 8 {
>> \override Beam.positions = #'(0 . 1)
>> bf,16 b' }
>> }
>>
>>
>> Maybe  \override Beam.positions = #'(-1 . 1)  is what you want?
>> You want a slant or actually closer to the note itself?
>>
>> I think what you had was close...
>>
>> (see attached)
>>
>>
>>
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Tremolo question

2017-12-22 Thread Mike Dean
more looking for slanted tremolo lines (like the 0.1 slant)

Mike Dean

On Fri, Dec 22, 2017 at 9:09 AM, Ben  wrote:

> On 12/22/2017 8:24 AM, Mike Dean wrote:
>
> The tremolo construct
> \clef bass \repeat tremolo 8 { bf,16 bf' }
>
> produces the output:
>
> [image: Inline image 1]
>
> is there a setting that can angle the tremolo so that the left end is
> closer to the lower note?
> Mike Dean
>
>
> Mike,
>
> Not sure it will look "perfect" or "better" but, did you mean something
> like this?
>
> \version "2.19.80"
>
> \language "english"
>
> \new Staff {
>
>   \clef bass
>   \relative c
>
>   \repeat tremolo 8 {
> \override Beam.positions = #'(0 . 1)
> bf,16 b' }
> }
>
>
> Maybe  \override Beam.positions = #'(-1 . 1)  is what you want?
> You want a slant or actually closer to the note itself?
>
> I think what you had was close...
>
> (see attached)
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Tremolo question

2017-12-22 Thread Ben

On 12/22/2017 8:24 AM, Mike Dean wrote:

The tremolo construct
\clef bass \repeat tremolo 8 { bf,16 bf' }

produces the output:

Inline image 1

is there a setting that can angle the tremolo so that the left end is 
closer to the lower note?

Mike Dean



Mike,

Not sure it will look "perfect" or "better" but, did you mean something 
like this?


\version "2.19.80"

\language "english"

\new Staff {

  \clef bass
  \relative c

  \repeat tremolo 8 {
    \override Beam.positions = #'(0 . 1)
    bf,16 b' }
}


Maybe  \override Beam.positions = #'(-1 . 1)  is what you want?
You want a slant or actually closer to the note itself?

I think what you had was close...

(see attached)


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Tremolo question

2017-12-22 Thread Andrew Bernard
Hi Mike,

Do you mean you want it on an angle or just shifted left?

Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Tremolo question

2017-12-22 Thread Mike Dean
The tremolo construct
\clef bass \repeat tremolo 8 { bf,16 bf' }

produces the output:

[image: Inline image 1]

is there a setting that can angle the tremolo so that the left end is
closer to the lower note?
Mike Dean
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Repeat tremolo question

2017-05-03 Thread Simon Albrecht

Am 03.05.2017 um 21:09 schrieb Menu Jacques:

The LPNR gives as example:
  
\relative c'' {

\repeat tremolo 8 { c16 d }
\repeat tremolo 6 { c16 d }
\repeat tremolo 2 { c16 d }
}

I found by experimenting with 2.19.55 that chords can be used in such tremolos.


Of course they can!


The doc doesn’t explicitly exclude unequal durations, such as:

\repeat tremolo 8 { c16 d8 }

Is that meaningful from a musical point of view? Should the doc mention that 
case, either positively or negatively?


No, it’s not meaningful (or rather, there’s no notation for that). I 
don’t think the docs should mention it; you might be the first one to 
come up with the idea… :-)


Best, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Repeat tremolo question

2017-05-03 Thread Menu Jacques
Hello folks,

The LPNR gives as example:
 
\relative c'' {
   \repeat tremolo 8 { c16 d }
   \repeat tremolo 6 { c16 d }
   \repeat tremolo 2 { c16 d }
}

I found by experimenting with 2.19.55 that chords can be used in such tremolos.

The doc doesn’t explicitly exclude unequal durations, such as:

   \repeat tremolo 8 { c16 d8 }

Is that meaningful from a musical point of view? Should the doc mention that 
case, either positively or negatively?

Thanks for your help!

JM


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user