Dimitris,

On Saturday, July 2, 2016, dtsmarin [via Lilypond] <
ml-node+s1069038n192107...@n5.nabble.com> wrote:

> Thank you, but this is not what I'm looking for.
> I want a special type of "Engraver_group" like Staff, GrandStaff etc.
> e.g.
> scoreAViolaPart = \new GrandStaff \with {  \clef "alto"
> } << \set GrandStaff.systemStartDelimiter = #'SystemStartSquare
>   \new Staff = "A" << \global \scoreAViolaAI \\ \scoreAViolaAII >>
>   \new *HiddenStaff* = "B" <<  \global \scoreAViolaBI \\ \scoreAViolaBII
> >>
> >>
>
> This way, the command \RemoveEmptyStaves will only affect the HiddenStaff
> staves, that will have by default this command enabled.
>
> I hope this makes sense.
>

Maybe all you need is :

\new Staff \with { \RemoveAllEmptyStaves } {...}

Best,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Create-custom-Staff-type-tp192105p192108.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to