werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
32 stars 4 forks source link

option to include sheet files #402

Closed SambaGodschynski closed 11 months ago

SambaGodschynski commented 11 months ago

As a composer I want to be able to include other sheet files to have the option to separate parts in several sheet files.

example:

-- Part-A,sheet
[
{
  -- part A
}
]

-- Part-B,sheet
[
{
  r1 :(x10)| 
  -- part B
}
]
SambaGodschynski commented 11 months ago

we don't call it sheet file. we call it part. the vscode extension for example expects that a sheetfile is the only main file.