Vi flyttar från butik till nätet - så funkar det framåt
Songs, Scribes, and Society | 0:e upplagan
- Danskt band, Engelska, 2011
- Författare: Jane Alden
- Betyg:
762
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Fler utgåvor
Beskrivning
A new kind of songbook emerged in the later fifteenth century: personalized, portable, and lavishly decorated. Five closely related chansonniers, copied in the Loire Valley region of central France c. 1465-c. 1475, are the earliest surviving examples of this new genre.
The Loire Valley Chansonniers preserve the music of such renowned composers as Guillaume Du Fay, Johannes Ockeghem, and Antoine Busnoys. But their importance as musical sources has overshadowed the significance of these manuscripts as artifacts in their own right.
This book places the physical objects at center, investigating the means by which they were produced and the broader culture in which they circulated. Jane Alden performs a codicological autopsy upon the manuscripts and reveals the hitherto unrecognized role of scribes in shaping the transmission and reception of the chanson repertory. Alden also challenges the long-held belief that the Loire Valley Chansonniers were intended for royal or noble patrons. Instead, she argues that a rising class of bureaucrats--notaries, secretaries, and other court officials--commissioned these exquisite objects. Active as writers and participants in poetry competitions, these individuals may even have written some of the chansons' texts.
The unique integration of image, text, and music found in chansonniers extends their appeal to a broad readership. But for the nineteenth-century scholars who rediscovered these manuscripts, the larger literary and visual resonances were not of primary interest. Alden documents the tangle of motivations--national identity, populist politics, and the rise of the musical masterwork--that informed the earliest writings on these books. Only now is their multifaceted structure the inspiration for a new generation of readers.
The Loire Valley Chansonniers preserve the music of such renowned composers as Guillaume Du Fay, Johannes Ockeghem, and Antoine Busnoys. But their importance as musical sources has overshadowed the significance of these manuscripts as artifacts in their own right.
This book places the physical objects at center, investigating the means by which they were produced and the broader culture in which they circulated. Jane Alden performs a codicological autopsy upon the manuscripts and reveals the hitherto unrecognized role of scribes in shaping the transmission and reception of the chanson repertory. Alden also challenges the long-held belief that the Loire Valley Chansonniers were intended for royal or noble patrons. Instead, she argues that a rising class of bureaucrats--notaries, secretaries, and other court officials--commissioned these exquisite objects. Active as writers and participants in poetry competitions, these individuals may even have written some of the chansons' texts.
The unique integration of image, text, and music found in chansonniers extends their appeal to a broad readership. But for the nineteenth-century scholars who rediscovered these manuscripts, the larger literary and visual resonances were not of primary interest. Alden documents the tangle of motivations--national identity, populist politics, and the rise of the musical masterwork--that informed the earliest writings on these books. Only now is their multifaceted structure the inspiration for a new generation of readers.
Om denna bok
Songs, Scribes, and Society av Jane Alden är en Danskt band bok med 312 sidor på Engelska. Den utgavs 2011 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Songs, Scribes, and Society begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780195381528
Upplaga:
0
Utgiven:
2011-01-27
Förlag:
Oxford University Press
Sidantal:
312
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>