change midi settings

This commit is contained in:
žuk 2025-02-16 22:01:01 +04:00 committed by tux
parent 4dbdb72d30
commit b6bead747d

@ -47,6 +47,14 @@ TEXT = \markuplist {
% Tempo des midi files
tempoWholesPerMinute = #(/ midiQuarterNoteSpeed 4)
}
\context {
\Staff
\remove "Staff_performer"
}
\context {
\Voice
\consists "Staff_performer"
}
}
}#})
))