Hello Paul,

> This is working to whiteout the ties as required, but the staff lines behind 
the
> signature are also being whitened out.  The description of the command says
> that the layer settings suggested are specifically to prevent that happening
> (and the sample image is correct).
 
> 
> What do you suggest I should check for to find why this is not happening as
> expected in my case?
 
Are you overriding the `layer` property of the StaffSymbol at the very start? 
The StaffSymbol is created once at the start of the score (and late when doing 
`\stopStaff` and `\startStaff`). This means that a later override will not 
affect 
the existing staff symbol.

This here sholud would as you intend:

%%%
{
  \override Score.StaffSymbol.layer = 4
  \override Staff.TimeSignature.layer = 3
  b'1~
  \once \override Staff.TimeSignature.whiteout = ##t
  \time 5/4 b'
}
%%%

Cheers,
Tina

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to