diff --git a/src/assets/menu-primary.ts b/src/assets/menu-primary.ts
index 95edd97..ddda82b 100644
--- a/src/assets/menu-primary.ts
+++ b/src/assets/menu-primary.ts
@@ -7,6 +7,7 @@ const links: Link[] = [
{ href: "/", label: "Home" },
{ href: "/about/", label: "About" },
{ href: "/projects/", label: "Projects" },
+ { href: "/sheet-music/", label: "Sheet Music" },
{ href: "/contact/", label: "Contact" }
];
diff --git a/src/components/MDX/H1.astro b/src/components/MDX/H1.astro
index 920e14a..c6f3632 100644
--- a/src/components/MDX/H1.astro
+++ b/src/components/MDX/H1.astro
@@ -1 +1,5 @@
-
+---
+const { class: className, ...attrs } = Astro.props;
+---
+
+
diff --git a/src/components/MDX/H2.astro b/src/components/MDX/H2.astro
index 4f74d0f..edf8cc5 100644
--- a/src/components/MDX/H2.astro
+++ b/src/components/MDX/H2.astro
@@ -1 +1,5 @@
-
+---
+const { class: className, ...attrs } = Astro.props;
+---
+
+
diff --git a/src/components/MDX/LI.astro b/src/components/MDX/LI.astro
index e5f7bd7..1c6856b 100644
--- a/src/components/MDX/LI.astro
+++ b/src/components/MDX/LI.astro
@@ -1,2 +1,5 @@
-•
+
+ •
+
diff --git a/src/pages/about.astro b/src/pages/about.astro
index cbc5e80..4c8e138 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -3,6 +3,7 @@ import aboutImage from "@assets/img/about.jpg";
import conductingImage from "@assets/img/about/nathan-cummins-composer-orchestrator-conductor-conducting-1.jpg";
import generalImage from "@assets/img/about/nathan-cummins-composer-orchestrator-conductor-general-1.png";
import H2 from "@components/MDX/H2.astro";
+import LI from "@components/MDX/LI.astro";
import Paragraph from "@components/Paragraph.astro";
import SectionTitle from "@components/SectionTitle.astro";
import TextLink from "@components/TextLink.astro";
@@ -64,8 +65,8 @@ import { Image } from "astro:assets";
video games is recognised for its distinctive voice and adaptability.
Recent projects include:
-
- -
+
+ -
: a cosy, highly orchestral score full of warmth and colour.
-
- -
+
+ -
Roc's Odyssey: an edgy, symphonic metal
soundtrack blending excitement with orchestral grandeur.
-
- -
+
+ -
The Lion and the Mouse: a narrative work
for orchestra (or wind orchestra) that aims to teach children about music
and the instruments of the orchestra.
-
+
Nathan thrives on tailoring music to story and gameplay, crafting
@@ -108,19 +109,19 @@ import { Image } from "astro:assets";
players can deliver their best performance.
Recent projects include:
-
- -
+
+ -
Hollow Knight: Silksong: orchestration
and typesetting for the score composed by Christopher Larkin.
-
- -
+
+ -
Submerged: Hidden Depths: typesetting
for the recording score composed by Jeff van Dyck.
-
+
diff --git a/src/pages/sheet-music.astro b/src/pages/sheet-music.astro
new file mode 100644
index 0000000..30a1dd1
--- /dev/null
+++ b/src/pages/sheet-music.astro
@@ -0,0 +1,82 @@
+---
+import H2 from "@components/MDX/H2.astro";
+import LI from "@components/MDX/LI.astro";
+import Paragraph from "@components/Paragraph.astro";
+import SectionTitle from "@components/SectionTitle.astro";
+import TextLink from "@components/TextLink.astro";
+import MainLayout from "@layouts/MainLayout.astro";
+---
+
+
+
+
+
+
Sheet Music
+
Sheet music for many of my pieces and orchestrations is available for
+ purchase or rent. If you are interested in sheet music for performance
+ or study, for the moment the simplest method to obtain it is to contact me.
+
This page mostly contains scores that I am often asked about or that
+ are from projects that I am involved with as composer. Some other
+ scores (such as the recording score for Submerged: Hidden Depths
+ composed by Jeff van Dyck, which I engraved) may be available through different means. If you
+ are looking for a piece that is not listed here, please feel free to contact me, it may still be available.
+
+
+
+
+
Orchestra
+
The following scores are prepared for performance:
+
+ -
+ The Lion and the Mouse
+
+ - 2222, 4331, timp, harp, narrator, perc (x3), strings
+
+
+ -
+ Lampshade Grove (from Dungeons and Dining Tables)
+
+ - 2222, 4331, timp, harp, celeste (optional), perc, strings
+ - 2222, 4210, timp, percussion (x1), strings
+
+
+
+
Wind Orchestra / Concert Band
+
+ - The Lion and the Mouse
+ - Lampshade Grove (from Dungeons and Dining Tables)
+ - The Couch Troll (from Dungeons and Dining Tables)
+ - Kindlerest (from Dungeons and Dining Tables)
+ - Gameplay Trailer (from Dungeons and Dining Tables)
+ - Centenary Fanfare
+ - Roc's Odyssey (from Roc's Odyssey)
+ - Vulkan (from Roc's Odyssey)
+ - Hydra (from Roc's Odyssey)
+
+
String Quartet
+
+ - String Quartet No. 1
+ - Aragornaise
+
+
Choir
+
+ - Odi et Amo (SSAATTBB)
+
+
+
+
+