Does anyone know how to purchase scores that Ricordi list on their website with a catalogue number but don’t show up on any sheet music websites? Both schools I’ve attended own the score, but I can’t find anywhere to buy it.
Catalogue number 134232
Does anyone know how to purchase scores that Ricordi list on their website with a catalogue number but don’t show up on any sheet music websites? Both schools I’ve attended own the score, but I can’t find anywhere to buy it.
Catalogue number 134232
fun little “shout out” (or something like that) from Sequenza21 about this coming monday’s Monday Evening Concert which I’m playing on.
happy new year to all!
The first post I wrote on this blog 2 years ago was after a trip to see a Monday Evening Concert. I’ll be playing with them this coming January 11th!
The question is: Can music really speak?
Music is merely notes, all self-referring;
The articulative faculty is weak;
Music means rather less than a cat’s purring.
The fact that E flat clarinets can squeak
Will hardly make them murine. So, in stirring
The listener’s blood with crash and upper partial,
Is not a march a march, abstractly martial?
from Byrne by Anthony Burgess
N.B. E flat [sic]
x = "with".ascii; Pbind(\midinote, Pseq(x/4, inf), \dur, 0.2, \legato, 0.8, \db, -20).play(quant: 1);
y = "supercollider!!!".ascii; Pbind(\midinote, Pseq(y, inf), \dur, 0.2, \legato, Pseq([0.1!13, 0.5!3].flat, inf), \db, -20).play(quant: 1);
z = "the fun never stops ".ascii; Pbind(\midinote, Pseq(z, inf), \dur, 0.2, \legato, Pif(Pkey(\midinote)>40, 0.1, 1.5), \db, -20).play(quant: 1);