lilypond-user
[Top][All Lists]
Advanced

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

Re: text inside the staff close to the notes


From: Nick Payne
Subject: Re: text inside the staff close to the notes
Date: Tue, 14 Dec 2010 18:35:25 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 14/12/10 16:37, Marc Mouries wrote:
On Dec 13, 2010, at 11:33 PM, Carl Sorensen wrote:

Make your leger lines transparent and the final A should look great.

i am not sure i am following because if the ledger line is transparent it 
defeats the purpose to show that the A is now on a line.
What is bizarre is that the ledger line is thicker than the normal lines in the 
staff.

Apparently this can be fixed but is this normal ?

Having ledger lines thicker than staff lines is the default. You can change the thickness with a override in the \layout block inside the \score block. e.g. this gives ledger lines almost exactly the same thickness as the default for staff lines:

        \layout {
            \context {
                \Staff
\override StaffSymbol #'ledger-line-thickness = #'(0.1 . 0.1)
            }
        }

See appendix A of the NR for details on the values.

Nick



reply via email to

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