cdnz 0.1.2

An open data format for storing music
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2026 Twilit Jack <twilit-jack@gmail.com>
// SPDX-License-Identifier: MIT OR Apache-2.0

use super::*;

impl Cdnz {
	pub fn to_lilypond(&self) -> Vec<u8> {
		todo!()
	}
}