From: <le...@rd...> - 2003-11-29 13:52:49
|
---------------------------------------------------------------- 2003-11-26 Jerome Berthet & Stephane Letz Implement tempo indications. They can be of 3 types : - Textual only like \tempo<"Allegro"> . It will be displayed as a string. - BPM like \tempo<"Allegro", "1/4=120">. The string is displayed followed by a note and the bpm value. - Note equivalence like \tempo<"Allegro", "1/4=1/8">. The string is displayed followed by a note = another note. Modified files : ARTempo.h, cpp, GRTempo.h,cpp Stephane |
From: <ki...@no...> - 2003-12-01 10:34:21
|
Hi Jerome and Stephane, thanks for implementing this feature, I really missed it already. We might need also dotted notes for things like 1/4. = 120 or 1/4. = 1/4 CU Juergen Stéphane LETZ wrote: > ---------------------------------------------------------------- > 2003-11-26 Jerome Berthet & Stephane Letz > > Implement tempo indications. They can be of 3 types : > > - Textual only like \tempo<"Allegro"> . It will be displayed as a > string. > > - BPM like \tempo<"Allegro", "1/4=120">. The string is displayed > followed > by a note and the bpm value. > > - Note equivalence like \tempo<"Allegro", "1/4=1/8">. > The string is displayed followed by a note = another note. > > Modified files : ARTempo.h, cpp, GRTempo.h,cpp > > > Stephane > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Guidolib-devel mailing list > Gui...@li... > https://lists.sourceforge.net/lists/listinfo/guidolib-devel > |
From: Stephane L. <le...@gr...> - 2003-12-01 10:48:58
|
>Hi Jerome and Stephane, > >thanks for implementing this feature, I really missed it already. > >We might need also dotted notes for things like 1/4. =3D 120 or 1/4. =3D 1/= 4 > > > Hi Juergen, Actually dotted note are handled but not with the "." syntax. You can use 3/8 to represent a dotted quarter note for example. We started with the Basic guido specification that says for tempo tag : \tempo<s,s2> where s2 of the form "x/y=3Dn", thus i just forgot the "." syntax. Do you think it it absolutely necessay to support the "." syntax? Stephane Grame: Centre National de creation musicale 9, Rue du Garet 69001 Lyon Tel: 04-72-07-37-00 =46ax: 04-72-07-37-01 Web: www.grame.fr |
From: <ki...@no...> - 2003-12-01 11:21:37
|
Hi Stephane Letz wrote: > >Actually dotted note are handled but not with the "." syntax. You can use >3/8 to represent a dotted quarter note for example. > > ok, I see. >We started with the Basic guido specification that says for tempo tag : > >\tempo<s,s2> where s2 of the form "x/y=n", thus i just forgot the "." >syntax. Do you think it it absolutely necessay to support the "." syntax? > > Because it's already possible to specify dotted notes by their duration, it would be only some kind of "nice" feature. But it's not absolutely necessarily needed. I guess there are more important things at the moment. We should add a remark into the GUIDO spec "dotted notes can be represented by a duration without dots....". Juergen |
From: Dominique F. <fo...@gr...> - 2003-12-01 11:39:32
|
Le lundi, 1 d=E9c 2003, =E0 12:26 Europe/Paris, J=FCrgen Kilian a =E9crit = : > Hi > > Stephane Letz wrote: > >> >> Actually dotted note are handled but not with the "." syntax. You can=20= >> use >> 3/8 to represent a dotted quarter note for example. >> > ok, I see. > >> We started with the Basic guido specification that says for tempo tag=20= >> : >> >> \tempo<s,s2> where s2 of the form "x/y=3Dn", thus i just forgot the = "." >> syntax. Do you think it it absolutely necessay to support the "."=20 >> syntax? >> > Because it's already possible to specify dotted notes by their=20 > duration, it would be only some kind of "nice" feature. But it's not=20= > absolutely necessarily needed. > > I guess there are more important things at the moment. We should add a=20= > remark into the GUIDO spec "dotted notes can be represented by a=20 > duration without dots....". Not really: there isn't any ambiguity in case of tempo marking, but on=20= the score it's different to write c/4. and c*3/8: the former is to be=20 written with a dot while the latter may be written using a tie and=20 therefore the 2 notation forms are not equivalent. Dominique |