2014-05-22 4:59 GMT+02:00 James Worlton <[email protected]>:
> Hello,
>
> I'm trying to get the whiteout that is attached to the NoteHead to not cover
> the ledger line.

Use \override Staff.LedgerLineSpanner.layer = #3
This override must be placed at the beginning of the music (when the
Staff is created), or it won't have any effect. You can also use \new
Staff \with { \override LedgerLineSpanner.layer = #3 } which is
probably more elegant.

As for the size of the override, i don't remember any solution.

best,
Janek

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to