Skip to content

Commit

Permalink
Merge pull request #2086 from musicEnfanthen/feature/add-intro-preview
Browse files Browse the repository at this point in the history
fix(assets): add intro preview for AWG II/2a
  • Loading branch information
musicEnfanthen authored Dec 20, 2024
2 parents 847af10 + 2705cef commit 4928826
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions src/assets/data/edition/edition-outline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
"section": "1",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "2",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "3",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "4",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
Expand Down Expand Up @@ -88,15 +88,18 @@
"section": "1",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "2A",
"disabled": false,
"content": {
"intro": { "disabled": false },
"intro": {
"disabled": false,
"preview": "Die in Serie II Abteilung 2a enthaltene Klaviermusik versammelt die im Nachlass Weberns überlieferten Kompositionen für Klavier, denen Webern keine Opuszahl beigefügt hat und die zu Lebzeiten nicht im Druck erschienen sind bzw. gar nicht zum Druck bestimmt waren (zur postumen Veröffentlichung einzelner Stücke vgl. die entsprechenden Abschnitte). Bei diesen Kompositionen handelt es sich größtenteils um Studienkompositionen aus Weberns Unterricht bei Arnold Schönberg von 1904 bis 1908."
},
"complexTypes": {
"opus": [],
"mnr": [
Expand All @@ -116,31 +119,31 @@
"section": "2B",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "3",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "4",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "5",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
}
Expand All @@ -153,39 +156,39 @@
"section": "1",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "2",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "3",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "4",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
},
{
"section": "5",
"disabled": true,
"content": {
"intro": { "disabled": true },
"intro": { "disabled": true, "preview": "" },
"complexTypes": { "opus": [], "mnr": [] }
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4928826

Please sign in to comment.