lilypond-devel
[Top][All Lists]
Advanced

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

Re: LilyPond 1.5.67 -- almost 1.6!


From: Rune Zedeler
Subject: Re: LilyPond 1.5.67 -- almost 1.6!
Date: Mon, 15 Jul 2002 00:51:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

Han-Wen wrote:

Handling of knee beaming was added to CVS today.

eh...
Lets take two quick examples... (to be compiled seperately) :-)
The first one gets different beams on the same construct.
The second one fails with
warning: Programming error: bounds of this piece aren't breakable.
and an unfinished score.



\score {
    \context PianoStaff \notes \transpose c'' <
        \context Staff = up { s2 }
        \context Staff = down {
            c16 \translator Staff = up d c d \translator Staff = down
            c16 \translator Staff = up d c d \translator Staff = down
        }
    >
    \paper { linewidth = -1 }
}


\score {
    \context PianoStaff \notes \transpose c'' <
        \context Staff = up { s4 }
        \context Staff = down {
            c16 \translator Staff = up d c d
            c16 \translator Staff = down d c d
        }
    >
    \paper { linewidth = -1 }
}



-Rune




reply via email to

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