cdnz 0.2.0

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: LGPL-3.0-or-later

use super::*;

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