On 4/16/20, neuro黃學仁 <neu...@gmail.com> 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.