bug-lilypond
[Top][All Lists]
Advanced

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

knees


From: Rune Zedeler
Subject: knees
Date: Fri, 12 Apr 2002 22:25:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

Apart from visualising the already reported problem with knee slopes this example shows that the knee spacing algorithm isn't so perfect when the spacing gets tight (strangely enough the 32ths' spacing is perfect while the 16ths' is way off).

-Rune


su = { \notes \translator Staff = sa }
sd = { \notes \translator Staff = sb }
\score {
    \notes \transpose c'''
    \context PianoStaff <
        \time 2/4
        \context Staff=sa {
            s2*7
        }
        \context Staff=sb {
            \context Voice = va {
                    [c8 \su c] [c \sd c] c, \su g, c \sd g
                    c16 \su c c c c \sd c c c
                    c16 c \su c c c c \sd c c
                    c16 c c \su c c c c \sd c
                    [c32 \su b a g f e d c ] [c32 \sd b a g f e d c]
                    [c32 \su c d e f g a b ] [c32 \sd c d e f g a b]
            }
        }
    >
    \paper { linewidth = 20.0\cm }
}




reply via email to

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