Re: Create custom Staff type

2016-07-02 Thread dtsmarin
Thanks Paul, This helps a lot. But I'm very pleased with the solution Abraham Lee posted before. This snippet is very useful though for other things I want to try. -Dimitris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Create-custom-Staff-type-tp192105p192114.html

Re: Create custom Staff type

2016-07-02 Thread Paul
On 07/02/2016 02:08 PM, David Kastrup wrote: \layout { \context { \Staff \name "HiddenStaff" \alias "Staff" \RemoveAllEmptyStaves } \inherit-acceptability HiddenStaff Staff } See also this snippet: http://lsr.di.unimi.it/LSR/Item?id=882 \inherit-acceptability

Re: Create custom Staff type

2016-07-02 Thread David Kastrup
tisimst writes: > 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. >>

Re: Create custom Staff type

2016-07-02 Thread dtsmarin
Well this works for me, it just takes more time to configure in the file but I'm fine. Thanks again Abraham! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Create-custom-Staff-type-tp192105p192110.html Sent from the User mailing list archive at Nabble.com

Re: Create custom Staff type

2016-07-02 Thread tisimst
\\ \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 } {...} Bes

Re: Create custom Staff type

2016-07-02 Thread dtsmarin
led. I hope this makes sense. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Create-custom-Staff-type-tp192105p192107.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

Re: Create custom Staff type

2016-07-02 Thread David Wright
On Sat 02 Jul 2016 at 09:21:00 (-0700), dtsmarin wrote: > Hello, > I want to create a Staff type which will be used for hiding extra staves Ι > don't need. > Since I use every other available type of staves (Group,Grand,Piano etc.) > applying removeemptystaves will also affect other staves that I

Create custom Staff type

2016-07-02 Thread dtsmarin
/shared/lilypond/current/ly) but I don't know what exactly to tweak to make this work. it should work like this: \new HiddenStaff -- View this message in context: http://lilypond.1069038.n5.nabble.com/Create-custom-Staff-type-tp192105.html Sent from the User mailing list archive