Robyn and Gandeleyn

Robyn and Gandeleyn is Child Ballad 115. The Child Ballads are 305 traditional ballads from England and Scotland, and their American variants, anthologized by Francis James Child during the second half of the 19th century.[1] Despite the similarity of the main character's name, Child believed that the ballad is not connected to the story of Robin Hood.[2]

Synopsis

Robyn kills a deer and is shot and killed. Gandeleyn looks about for the killer and finds Wrennok of Donne. They exchange words, and Gandeleyn says they shall shoot at a mark of each other's hearts. Gandeleyn kills him and declares he cannot boast of killing both Robyn and his man.[2]

gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!

References

  1. Child, Francis James (1904). Sargent, Helen Child; Kittredge, George Lyman (eds.). English and Scottish Popular Ballads. Boston: Houghton Mifflin Co. Retrieved 2017-10-30.
  2. Child, Francis James, ed. (1890). English and Scottish Popular Ballads. V Part 1. Boston: Houghton Mifflin and Company. pp. 12–14. Retrieved 2017-11-12.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.