Description
in PAE, changing the note length does not change the output.
Example from documentation
Quarter notes are rendered correctly.
#import "@local/scoryst:0.1.2": score, pages
#score("@clef:G-2\n@keysig:\n@timesig:4/4\n@data:''4CDEF/GABc", options: (input-from: "pae"))
Example
8 notes are not rendered correctly. Quarter notes are rendered instead.
#import "@local/scoryst:0.1.2": score, pages
#score("@clef:G-2\n@keysig:\n@timesig:4/4\n@data:''8CDEF/GABc", options: (input-from: "pae"))
Environment
- scoryst: 0.1.2, downloaded and installed locally on 2026-05-30
- Typst: latest
- Editor: VSCode with tinymist
- OS: Win11
- Input format: PAE
Description
in PAE, changing the note length does not change the output.
Example from documentation
Quarter notes are rendered correctly.
Example
8 notes are not rendered correctly. Quarter notes are rendered instead.
Environment