No potho reposare

A Diosa (better known as No potho reposare) is a song written in 1920 by the composer Giuseppe Rachel with the time of English Waltz[1], on the words of the homonymous poem in Logudorese language, written in 1915, by the lawyer Salvatore Sini[2]. Since 1921 the song was part of the repertoire of the "Philharmonic Body" of Nuoro, directed by Rachel himself. In 1936 the tenor Maurizio Carta recorded in a 78 rpm, for the Pathé Records, three verses of A Diosa . In 1957 in Turin, on the initiative of the musician and musicologist Gavino Gabriel, a version of the Coro di Nuoro was recorded. In 1978 Maria Carta recorded the piece in a 45rpm for the Polydor Records.

Other notable recordings

Instrumental versions

Symphonic variations

  • Hardy Mertens
gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.

See also

References

  1. Antonio Fadda, Identità e culture per un turismo integrato in Sardegna, Milano, 2013, p. 118 n. 172
  2. Paolo Mercurio, Introduzione alla Musica Sarda, collana "Ethnomusica & Istruzione", cap. Tre canti sardi di tradizione colta, pp. 191–201, Milano, 2014 ISBN 978-88-6885-013-5
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.