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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user