lilypond-user
[Top][All Lists]
Advanced

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

Re: Can't get \RemoveEmptyStaffContext and \RemoveEmptyRhythmicStaffCont


From: Brett McCoy
Subject: Re: Can't get \RemoveEmptyStaffContext and \RemoveEmptyRhythmicStaffContext to work together
Date: Thu, 7 Jul 2011 21:52:54 -0400

Sorry email got sent before I finished!

I meant to say:

I tried this:

\layout {
    \context {
      \RemoveEmptyStaffContext
    }
  }

  \layout {
   \context {
     \RemoveEmptyRhythmicStaffContext
    }
}

and I tried

\layout {
    \context {
      \RemoveEmptyStaffContext
    }
   \context {
     \RemoveEmptyRhythmicStaffContext
    }
}

And neither work, my rhythmicstaff is still printing with empty staves
where I expect it to be suppressed. What is the correct syntax when
using both?


On Thu, Jul 7, 2011 at 9:50 PM, Brett McCoy <address@hidden> wrote:
> I have an orchestral score and I am trying to suppress empty staves
> from printing in systems, using \RemoveEmptyStaffContext and
> \RemoveEmptyRhythmicStaffContext. Going by a previous thread I found,
> I have tried this:
>
>
> \layout {
>    \context {
>      \RemoveEmptyStaffContext
>    }
>  }
>
>  \layout {
> \context {
>  %    \RemoveEmptyRhythmicStaffContext
>  % }
> %}
>
> --
> Brett W. McCoy -- http://www.electricminstrel.com
> ------------------------------------------------------------------------
> "In the rhythm of music a secret is hidden; If I were to divulge it,
> it would overturn the world."
>     -- Jelaleddin Rumi
>



-- 
Brett W. McCoy -- http://www.electricminstrel.com
------------------------------------------------------------------------
"In the rhythm of music a secret is hidden; If I were to divulge it,
it would overturn the world."
    -- Jelaleddin Rumi



reply via email to

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