Re: Rhythm details

2016-03-19 Thread Malte Meyn



Am 16.03.2016 um 15:49 schrieb Alberto Simões:

Can anybody please let me know how this is called and, if you know,
where in the documentation I can find how to typeset it?

This is a tremolo. It means that the lower and upper note/chord are 
played alternately in 32nd notes (or arbitrary small notes, depends on 
context, composer, interpret). You can typeset that using the \repeat 
command:


http://www.lilypond.org/doc/v2.19/Documentation/notation/short-repeats#tremolo-repeats

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


Re: Rhythm details

2016-03-19 Thread David Kastrup
Alberto Simões  writes:

> On 16/03/16 15:38, David Kastrup wrote:
>> Alberto Simões  writes:
>>
>>> hi
>>>
>>> I am trying to find how to typeset the rhythm in attach, but given I
>>> do not know what is its name (neither in Portuguese, English or
>>> Italian or any other language) it is getting difficult to find how to
>>> do it.
>>>
>>> Can anybody please let me know how this is called and, if you know,
>>> where in the documentation I can find how to typeset it?
>>
>> Others gave the documentation already.  Here is how to typeset it.
>>
>> {
>>\time 3/4
>>\repeat tremolo 12 { 32 d'' }
>>\repeat tremolo 12 { 32 d''~ }
>>4
>> }
>
> Thank you. I got some issues to find that '12' thre, but with some
> experiments I got there.

Well, the contained phrase has a length of 1/16, and you want to repeat
it until you get 3/4 (the length indicated by the notehead).
(3/4)/(1/16)=(48/4)=12.

-- 
David Kastrup

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


Re: Rhythm details

2016-03-19 Thread Alberto Simões

Thank you both,
Always learning :)

Best
Alberto

On 16/03/16 14:54, Malte Meyn wrote:



Am 16.03.2016 um 15:49 schrieb Alberto Simões:

Can anybody please let me know how this is called and, if you know,
where in the documentation I can find how to typeset it?


This is a tremolo. It means that the lower and upper note/chord are
played alternately in 32nd notes (or arbitrary small notes, depends on
context, composer, interpret). You can typeset that using the \repeat
command:

http://www.lilypond.org/doc/v2.19/Documentation/notation/short-repeats#tremolo-repeats


___
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


Rhythm details

2016-03-19 Thread Alberto Simões

hi

I am trying to find how to typeset the rhythm in attach, but given I do 
not know what is its name (neither in Portuguese, English or Italian or 
any other language) it is getting difficult to find how to do it.


Can anybody please let me know how this is called and, if you know, 
where in the documentation I can find how to typeset it?


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


Re: Rhythm details

2016-03-19 Thread Alberto Simões



On 16/03/16 15:48, David Kastrup wrote:

>>{
>>\time 3/4
>>\repeat tremolo 12 { 32 d'' }
>>\repeat tremolo 12 { 32 d''~ }
>>4
>>}

>
>Thank you. I got some issues to find that '12' thre, but with some
>experiments I got there.

Well, the contained phrase has a length of 1/16, and you want to repeat
it until you get 3/4 (the length indicated by the notehead).
(3/4)/(1/16)=(48/4)=12.


Right! The main problem with the manual examples is they use 8 for a 
whole, 6 for a dotted minimum, and somehow it seemed to me that number 
was the "size" of each note.


thanks for the explanation,
Alberto

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


Re: Rhythm details

2016-03-19 Thread David Kastrup
Alberto Simões  writes:

> hi
>
> I am trying to find how to typeset the rhythm in attach, but given I
> do not know what is its name (neither in Portuguese, English or
> Italian or any other language) it is getting difficult to find how to
> do it.
>
> Can anybody please let me know how this is called and, if you know,
> where in the documentation I can find how to typeset it?

Others gave the documentation already.  Here is how to typeset it.

{
  \time 3/4
  \repeat tremolo 12 { 32 d'' }
  \repeat tremolo 12 { 32 d''~ }
  4
}

-- 
David Kastrup

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


Re: Rhythm details

2016-03-18 Thread H. S. Teoh
On Wed, Mar 16, 2016 at 02:49:41PM +, Alberto Simões wrote:
> hi
> 
> I am trying to find how to typeset the rhythm in attach, but given I do not
> know what is its name (neither in Portuguese, English or Italian or any
> other language) it is getting difficult to find how to do it.
> 
> Can anybody please let me know how this is called and, if you know, where in
> the documentation I can find how to typeset it?
[...]

I believe that's called a tremolo, and you can find the documentation
for it here:


http://lilypond.org/doc/v2.18/Documentation/notation/short-repeats#tremolo-repeats

Hope that helps!


T

-- 
It is not the employer who pays the wages. Employers only handle the money. It 
is the customer who pays the wages. -- Henry Ford

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


Re: Rhythm details

2016-03-18 Thread Alberto Simões



On 16/03/16 15:38, David Kastrup wrote:

Alberto Simões  writes:


hi

I am trying to find how to typeset the rhythm in attach, but given I
do not know what is its name (neither in Portuguese, English or
Italian or any other language) it is getting difficult to find how to
do it.

Can anybody please let me know how this is called and, if you know,
where in the documentation I can find how to typeset it?


Others gave the documentation already.  Here is how to typeset it.

{
   \time 3/4
   \repeat tremolo 12 { 32 d'' }
   \repeat tremolo 12 { 32 d''~ }
   4
}


Thank you. I got some issues to find that '12' thre, but with some 
experiments I got there.


Thanks :)
Alberto

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