Sextet (Reich)

Sextet is a composition by Steve Reich. As the title indicates, it is written for an ensemble of six: four percussionists and two keyboardists. The percussionists play (at various times) three marimbas, two vibraphones, two bass drums, crotales, sticks, and tam-tam. Two percussionists double on piano during the opening "Pulse" section. The keyboardists play both pianos and synthesizers set to an electric organ sound. The piece was composed in 19841985 and is about 28 minutes in duration.

The Percussions-Claviers de Lyon ensemble performing Sextet, Salle Rameau, Lyon, France, November 6, 2006

The piece is broken into five movements and, like many other Reich compositions, Sextet has an arch form: A-B-C-B-A. The paired movements share a tempo and a particular cycle of chords. These cycles use dominant chords with added tones to give it a darker, more chromatic sound, much like Reich's previous piece, The Desert Music.

Sextet plays with two aspects of music. First, it tries to overcome natural acoustic limitations of percussion instruments. Vibraphones are normally incapable of sustaining pitches at the same volume like wind or string instruments; they act much like a piano, where notes are struck and then allowed to ring, eventually decaying. To counter this limitation, Reich employs the extended technique of bowing of the bars with a bass bow. A similar limitation in the percussion section is countered by the use of the synthesizers. At the time Sextet was written, keyboard percussion instruments capable of reaching into the bass range (5-octave marimbas or bass marimbas) were not widely available. To give the work more depth in the lower pitch ranges, the bass drum is employed with doubling from the pianos or synthesizers.

Second, the piece plays with ambiguity. In the third movement, a basic 12-beat pattern is ambiguous between a division into three and into four. In other parts of the piece, the line that was the melody becomes the accompaniment, even though the actual notes do not change.

The piece was co-commissioned by the Laura Dean Dancers and Musicians and the French government. An incomplete version premiered in December 1984, in Paris. It was reworked in early 1985 and received its American premiere in New York on October 31, 1985 during the Next Wave Festival at the Brooklyn Academy of Music as the stage music for Laura Dean's Impact. It then was recorded by Steve Reich's ensemble on Nonesuch Records in 1986.

Further reading

  • Reich, Steve. Liner Notes. "Sextet/Six Marimbas." CD. Nonesuch Records, 1986.
gollark: This is underspecified because bee² you, yes.
gollark: All numbers are two's complement because bee you.
gollark: The rest of the instruction consists of variable-width (for fun) target specifiers. The first N target specifiers in an operation are used as destinations and the remaining ones as sources. N varies per opcode. They can be of the form `000DDD` (pop/push from/to stack index DDD), `001EEE` (peek stack index EEE if source, if destination then push onto EEE if it is empty), `010FFFFFFFF` (8-bit immediate value FFFFFFFF; writes are discarded), `011GGGGGGGGGGGGGGGG` (16-bit immediate value GGGGGGGGGGGGGGGG; writes are also discarded), `100[H 31 times]` (31-bit immediate because bee you), `101IIIIIIIIIIIIIIII` (16 bits of memory location relative to the base memory address register of the stack the operation is conditional on), `110JJJJJJJJJJJJJJJJ` (16 bit memory location relative to the top value on that stack instead), `1111LLLMMM` (memory address equal to base memory address of stack LLL plus top of stack MMM), or `1110NNN` (base memory address register of stack MMM).Opcodes (numbered from 0 in order): MOV (1 source, as many destinations as can be parsed validly; the value is copied to all of them), ADD (1 destination, multiple sources), JMP (1 source), NOT (same as MOV), WR (write to output port; multiple sources, first is port number), RE (read from input port; one source for port number, multiple destinations), SUB, AND, OR, XOR, SHR, SHL (bitwise operations), MUL, ROR, ROL, NOP, MUL2 (multiplication with two outputs).
gollark: osmarksISA™️-2028 is a VLIW stack machine. Specifically, it executes a 384-bit instruction composed of 8 48-bit operations in parallel. There are 8 stacks, for safety. Each stack also has an associated base memory address register, which is used in some "addressing modes". Each stack holds 64-bit integers; popping/peeking an empty stack simply returns 0, and the stacks can hold at most 32 items. Exceeding a stack's capacity is runtime undefined behaviour. The operation encoding is: `AABBBCCCCCCCCC`:A = 2-bit conditional operation mode - 0 is "run unconditionally", 1 is "run if top value on stack is 0", 2 is "run if not 0", 3 is "run if first bit is ~~negative~~ 1".B = 3-bit index for the stack to use for the conditional.C = 9-bit opcode (for extensibility).
gollark: By "really fast", I mean "in a few decaminutes, probably".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.