lilypond-user
[Top][All Lists]
Advanced

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

Re: Knees and spacing: bug?


From: uunail
Subject: Re: Knees and spacing: bug?
Date: Fri, 5 Jan 2007 10:12:31 -0800 (PST)

Michael

As Han-Wen is pointing out, the algorithm is correctly trying to keep the
distances constant.

If you want to change the output you may consider moving the objects instead
of changing the durations.

I have done this in your example by moving the 16th in the first bar a
little bit to the left:

pedal = {
        \clef bass \time 6/8
        f,8 f, f, f8. 
        \once \override Stem #'X-offset = #-0.25
        \once \override NoteHead #'X-offset = #-0.33
        f16 f8
        f,8 f, f, f8. f16 f8
        f,8 f, f, f8.*8/10 f16*16/10 f8
}

You may want to experiment with the numbers in the offsets to get a result
that suits you best.

Best regards

Uwe

-- 
View this message in context: 
http://www.nabble.com/Knees-and-spacing%3A-bug--tf2925953.html#a8182874
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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