> \layout {
> \context {
> \Staff
> \RemoveEmptyStaves
> }
> %% You need to add this:
> \context {
> \DrumStaff
> \RemoveEmptyStaves
> }
> }
Yes~ That works~
Thank you very much~
Valentin Villenave <[email protected]> 於 2020年4月19日 週日 下午11:17寫道:
>
> 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.