bug-lilypond
[Top][All Lists]
Advanced

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

Re: ERROR hara-kiri pure-height


From: Neil Puttock
Subject: Re: ERROR hara-kiri pure-height
Date: Fri, 27 Jul 2007 23:54:08 +0100

Hello,

I get this error on all but the most rudimentary piano scores in version
2.10.28.

Here's a snippet which I've tried to pare down as much as possible:

\version "2.11.28"
lh = { \change Staff = lower}
rh = {\change Staff = upper}
\paper { ragged-right = ##t }
\score {
    \new PianoStaff {
        <<
        \context Staff = upper \relative c'' {
            c'8 g c, \lh g c,[-> \rh c']
        }
        \context Staff = lower { s1 }
        >>
    }
}

This compiles error-free if any of the following is removed:

1. Staff change
2. Manual beaming
3. Script on c,

Regards,
Neil


reply via email to

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