On Sat, Dec 14, 2013 at 07:42:46PM -0500, Kieren MacMillan wrote:
> Hi Paul,
> 
> Replace
> 
> >  \override VerticalAxisGroup #'remove-first = ##t
> 
> with
> 
>     \context { \Score \override VerticalAxisGroup #'remove-first = ##t }

Excellent!  The \Score wasn't necessary.  Here's what I have now:

\layout{
  \context{ 
    \Staff 
    \RemoveEmptyStaves  
    \override VerticalAxisGroup #'remove-first = ##t
  }
}

Thank you very much!!

Paul



> 
> Hope this helps!
> Kieren.
> 


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to