Tracking issue for 简谱 (Jianpu / numbered notation) rendering, requested in #21.
Reference: GB/T 46845-2025 (China national standard for numbered notation).
Feasible as a new renderer parallel to the SMuFL staff path, reusing the existing notation-agnostic music model (Pitch, Duration, KeySignature/KeyMode, Tuplet, ties). The staff path stays untouched.
A reasonable first contribution: an MVP single-line-melody renderer (numerals 1–7 + octave dots + duration lines + barlines) under lib/src/rendering/jianpu/ with a JianpuScore widget. Further symbols (repeats, multi-voice, ornaments, dynamics, etc.) can follow incrementally, using GB/T 46845-2025 as the spec.
Related: #21
Tracking issue for 简谱 (Jianpu / numbered notation) rendering, requested in #21.
Reference: GB/T 46845-2025 (China national standard for numbered notation).
Feasible as a new renderer parallel to the SMuFL staff path, reusing the existing notation-agnostic music model (
Pitch,Duration,KeySignature/KeyMode,Tuplet, ties). The staff path stays untouched.A reasonable first contribution: an MVP single-line-melody renderer (numerals 1–7 + octave dots + duration lines + barlines) under
lib/src/rendering/jianpu/with aJianpuScorewidget. Further symbols (repeats, multi-voice, ornaments, dynamics, etc.) can follow incrementally, using GB/T 46845-2025 as the spec.Related: #21