lilypond-user
[Top][All Lists]
Advanced

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

Re: RemoveEmptyRhythmicStaffContext doesn't work


From: Kieren MacMillan
Subject: Re: RemoveEmptyRhythmicStaffContext doesn't work
Date: Sun, 7 Feb 2010 16:58:50 -0500

Hi,

> I have
> 
>  \layout {
>   \context {
>     \RemoveEmptyStaffContext
>     \RemoveEmptyRhythmicStaffContext
>   }
> }

Shouldn't this be

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

??
Cheers,
Kieren.




reply via email to

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