bug-lilypond
[Top][All Lists]
Advanced

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

crash in 1.7.0


From: Hans Kieserman
Subject: crash in 1.7.0
Date: Tue, 24 Sep 2002 15:31:44 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910

The following .ly file crashes with the latest CVS. (I am attempting to create multiple lines of music on one piano staff, and found this crash in the process.)


\version "1.7.0"

\score {
        \notes <
                \context Staff = down {
                        \clef bass
                        \context Voice {
                        [ e8 e' ]
                        }
                }
                \context Staff = down <
                        \clef bass
                        \context Voice {
                        c'4
                        }
                >
        >
\paper {}
}





reply via email to

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