lilypond-user
[Top][All Lists]
Advanced

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

Re: Whiteout attached to NoteHead


From: Janek Warchoł
Subject: Re: Whiteout attached to NoteHead
Date: Thu, 22 May 2014 13:04:04 +0200

2014-05-22 4:59 GMT+02:00 James Worlton <address@hidden>:
> 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



reply via email to

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