On Sun, Sep 16, 2012 at 07:08:47PM +0200, David Kastrup wrote:
> […] Any changes made previously to \Staff after the definition of
> RemoveEmptyStaffContext will be gone. Broken by design, so it got
> deprecated. Perhaps we are not doing people a favor keeping it around.
Good to know, thank you
Thomas Morley writes:
>> \context {
>> \Staff
>> \override RestCollision #'positioning-done = #merge-rests-on-positioning
>> \override MultiMeasureRest #'Y-offset =
>> #merge-multi-measure-rests-on-Y-offset
>> }
>>
>> I simulated this in my attached example by having a \layout block at the
2012/9/16 Frank Steinmetzger :
> On Wed, Sep 05, 2012 at 01:17:35AM -0700, eluze wrote:
>>
>> Frank Steinmetzger wrote
>> >
>> >
>> > While the empty staves get removed as expected, using this feature breaks
>> > the
>> > merge-rests code -- I get two rests above each other.
>> >
>>
>> for me it wo
On Wed, Sep 05, 2012 at 01:17:35AM -0700, eluze wrote:
>
> Frank Steinmetzger wrote
> >
> >
> > While the empty staves get removed as expected, using this feature breaks
> > the
> > merge-rests code -- I get two rests above each other.
> >
>
> for me it works - can you provide an example?
O
ilypond.1069038.n5.nabble.com/RemoveEmptyStaffContext-and-merge-rests-snippet-not-co-operating-tp132260p132272.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
Dear list
Using 2.14.2, I am setting an SA-TB choir score with an additional solo voice.
With the help of snippet 336¹ I am auto-merging rests in the two-voiced
staves. I also want to use \layout{ \context{ \RemoveEmptyStaffContext } }
in order to hide the solo staff where it is silent.
While t