lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RemoveEmptyStaves doesnt remove percussion staff


From: neuro黃學仁
Subject: Re: RemoveEmptyStaves doesnt remove percussion staff
Date: Mon, 20 Apr 2020 00:44:42 +0800

> \layout {
>   \context {
>     \Staff
>     \RemoveEmptyStaves
>   }
> %% You need to add this:
>    \context {
>     \DrumStaff
>     \RemoveEmptyStaves
>   }
> }

Yes~ That works~
Thank you very much~

Valentin Villenave <address@hidden> 於 2020年4月19日 週日 下午11:17寫道:
>
> On 4/16/20, neuro黃學仁 <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]