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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to