On 4/16/20, neuro黃學仁 <[email protected]> wrote: > How can one remove the empty percussion staff in Grandscore? > The \RemoveEmptyStaves seems not working on percussion staff.
Greetings,
here is a solution:
%%%%
\layout {
indent = 2.6\cm
short-indent = 1.6\cm
\context {
\Staff
\RemoveEmptyStaves
}
%% You need to add this:
\context {
\DrumStaff
\RemoveEmptyStaves
}
}
%%%%
Cheers,
V.
