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: Valentin Villenave
Subject: Re: RemoveEmptyStaves doesnt remove percussion staff
Date: Sun, 19 Apr 2020 15:17:11 +0000

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]