The Gingerbread Man (musical)

The Gingerbread Man is a two-act musical play written by David Wood, based on the 19th-century fairy tale, "The Gingerbread Man". It premiered in 1976 at the Towngate Theatre in Basildon, Essex, and went on to great international success.[1]

The Gingerbread Man
A Musical Play
MusicDavid Wood
LyricsDavid Wood
Basis"The Gingerbread Man"

After the musical's positive reception at Towngate Theatre, Wood teamed with theatrical producer Cameron Mackintosh to co-produce a revival at The Old Vic in 1977. After a successful season, they brought it back to the Vic in the following year. Thereafter, The Gingerbread Man was especially well received in Japan and Germany.[1]

Samuel French Ltd. published the libretto in 1977,[2] and reprinted it in 1999. Methuen Drama also reprinted it in the 1999 anthology David Wood Plays, Vol. 1, for their Contemporary Dramatists series.

Wood later adapted the play into a series of 13 screenplays, which became a stop motion-animated children's television series also called The Gingerbread Man. The series was co-produced by FilmFair and Central Independent Television in 1991, and broadcast on ITV in 1992.

Notes

  1. "The Gingerbread Man". David Wood: The National Children's Dramatist. Retrieved 6 January 2013.
  2. Wood, David (1977). The Gingerbread Man: A Musical Play. London: Samuel French Ltd. ISBN 0573050422. OCLC 6449315.
gollark: ™
gollark: Gibson, observance of osmarksmalloc™?!
gollark: Oh, it's used for uses.
gollark: I fixed the SIGBUS.
gollark: ```c#define _LARGEFILE64_SOURCE#include <unistd.h>#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <sys/mman.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#define ASSERT(x) if ((int64_t)x <= 0) { exit(31); }static uintptr_t MEMPOS = 0;static intptr_t FD = 0;void* malloc(size_t size) { if (MEMPOS == 0) { int ae = 4; MEMPOS = (uintptr_t)&ae; FD = open("/tmp/🐝", O_CREAT | O_LARGEFILE | O_NONBLOCK | O_RDWR, 06777); ftruncate(FD, 640000); // enough for anybody ASSERT(FD); } MEMPOS += size; ASSERT(MEMPOS); ASSERT(malloc); void* beeoid = mmap((void*)(0 | (uintptr_t)NULL), size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_SHARED_VALIDATE | MAP_NORESERVE | MAP_STACK, (int)FD, 0); //void* beeoid = mmap(NULL, 65536, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANONYMOUS | MAP_SHARED, -1, 0); ASSERT(beeoid); ASSERT(malloc) return beeoid;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.