minor: remove space between Xen and Harmonic re uzu/strudel#1944

This commit is contained in:
tyow 2026-01-23 17:18:38 -05:00
parent a5b867f1b1
commit 93cf9fcb6a
2 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ export const SIDEBAR: Sidebar = {
Understand: [ Understand: [
{ text: 'Coding syntax', link: 'learn/code' }, { text: 'Coding syntax', link: 'learn/code' },
{ text: 'Pitch', link: 'understand/pitch' }, { text: 'Pitch', link: 'understand/pitch' },
{ text: 'Xen Harmonic Functions', link: 'learn/xen' }, { text: 'Xenharmonic Functions', link: 'learn/xen' },
{ text: 'Cycles', link: 'understand/cycles' }, { text: 'Cycles', link: 'understand/cycles' },
{ text: 'Voicings', link: 'understand/voicings' }, { text: 'Voicings', link: 'understand/voicings' },
{ text: 'Pattern Alignment', link: 'technical-manual/alignment' }, { text: 'Pattern Alignment', link: 'technical-manual/alignment' },

View file

@ -1,12 +1,12 @@
--- ---
title: Xen Harmonic Functions title: Xenharmonic Functions
layout: ../../layouts/MainLayout.astro layout: ../../layouts/MainLayout.astro
--- ---
import { MiniRepl } from '../../docs/MiniRepl'; import { MiniRepl } from '../../docs/MiniRepl';
import { JsDoc } from '../../docs/JsDoc'; import { JsDoc } from '../../docs/JsDoc';
# Xen Harmonic Functions (experimental) # Xenharmonic Functions (experimental)
These functions allow the use of scales other than your typical chromatic 12 based ones. These functions allow the use of scales other than your typical chromatic 12 based ones.