On 24/04/2013 21:03, Federico Bruni wrote:
You can find an explanation here:
http://lilypond.org/doc/v2.16/Documentation/usage/common-errors#an-extra-staff-appears
Thanks Federico, I wasn't aware of this one. I appreciate the pointer.
the right input is:
\version "2.17.11"
\paper { ragged-right = ##t }
\new PianoStaff {
<<
\new Staff \relative c'' { a1 }
\new Staff \relative c' { f1 }
>>
}
\new PianoStaff {
<<
\new Staff \relative c'' { b1 }
\new Staff \relative c'' { g1 }
>>
}
Yup, that works as expected. Thanks for the solution /and/ for the
explanation.
Regards
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user