|
|
@ -65,10 +65,11 @@ K: {$this->Parts[$counter]->KeySignature}"; |
|
|
|
|
|
|
|
public function BuildSimple(): string |
|
|
|
{ |
|
|
|
$builder = "X: {$this->ID}"; |
|
|
|
$builder = "X: {$this->ID} |
|
|
|
L: 1/4"; |
|
|
|
|
|
|
|
$builder .= " |
|
|
|
L: {$this->Parts[0]->TimeSignature} |
|
|
|
K: {$this->Parts[0]->TimeSignature} |
|
|
|
M: {$this->Parts[0]->KeySignature}"; |
|
|
|
|
|
|
|
$builder .= " |
|
|
|